| |
vincentt
Posts: 8
Score: 0
Joined: 5/13/2008
Status: offline
|
Original message moved by ebgreen Reason : Moved to proper forum Hi all, I have written a script, which is connected to web server via https, the web server require client certificate athorization. The script is downloading content of the page. That is working well, if the server cerfificate is authorize trusted certification authority and if the website address is valid. But when server certificate is not valid, the script does not work. Is any option as WinHttpRequestSslErrorFlags, which is allowed invalid server certificate? Thanks for any advice Set Http = CreateObject("WinHttp.WinHttpRequest.5.1") Http.Open "GET", "https://192.168.1.1/exchange", False Http.SetClientCertificate "LOCAL_MACHINE\Personal\tom" Http.Send msgbox Http.ResponseText
|
|