I am trying to bypass the message "The certificate authority is invalid or incorrect" for a WinHTTP request. I read that this can be achieved by WINHTTP_OPTION_SECURITY_FLAGS function.
- How do I set this?
- More importantly, is this valid for Microsoft JScript?
I have an object handler that catches the certificate message but I want to bypass the certificate message and reprocess the request.