I created an application in VB 6.0 to post an XML file to an http url and reading the response (in xml) using the control Microsft Internet Transfer Control (MSinet). Its working fine in HTTP. But the live url is HTTPS and I'm unable to call the URL using this control.
Please share any alternate way to call the HTTPS urls in VB 6.0 and also share the method to use the SSL certification.