Jump to content

Recommended Posts

Posted (edited)

Hi.

Inetget/InetGetSize works with https sites.

But I see that sites that got ssl errors like these will not be prosessed:

* selfsigned

* domain do not match

are there anyway to enable inetget to accept the certificate anyways?

like in XMLHTTP, we can set an option to ignore these errors!

Set objXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP")

Call objXMLHTTP.setoption(2,13056) 'ignore SSL errors

Edited by thor918

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...