HRESULT -2146697191 (0x800C0019) "The Secure Sockets Layer (SSL) certificate is invalid." with Creat

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
the vbs script is working fine on windows 2003.
New OS windows 2008 server
https site and using
set xmlhttp = CreateObject("MSXML2.XMLHTTP.6.0")
xmlhttp.Open "GET", site , false, user, userPassword
Error occurs at line:
xmlhttp.send "username=user&password=userPassword"
Please advise how to resolve for windows 2008.
Thanks.

View the full article
 
Back
Top