HTTP Request: Post error: InitializeSecurityContext failed: The revocation function was unable to ch
I have an error creating a post request, the error returned is:
New HTTP Request()
POST [url]
schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
The solutions here didn't work for me, I got the same error message as HTTP Request with Headers? .
My code is approximately:
request = HTTPRequ
...