We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS C:\Users\jerick> curl.exe --ssl-no-revoke https://dev.azure.com/mseng -D headers.txt -o out.txt; findstr DevProxy headers.txt X-DevProxy-AuthToProxy-ProxyPasswordAuthPlugin: Authenticated_UserMatch_SHA512=5034090E X-DevProxy-AzureDevOpsAuthPlugin-TokenType: WindowsIntegratedAuth X-DevProxy-AzureDevOpsAuthPlugin-TokenSHA512: 12C88899
https://curl.se/libcurl/c/CURLOPT_SSL_OPTIONS.html CURLSSLOPT_NO_REVOKE
curl/curl#3727
https://stackoverflow.com/questions/34437057/create-crl-file-with-bouncy-castle-c-sharp https://github.com/justcoding121/titanium-web-proxy/blob/caa61eed7a315469857c6e946fc786f8d46d4517/src/Titanium.Web.Proxy/Certificates/Makers/BCCertificateMaker.cs
The text was updated successfully, but these errors were encountered:
--ssl-revoke-best-effort looks like a better option
--ssl-revoke-best-effort
Sorry, something went wrong.
No branches or pull requests
PS C:\Users\jerick> curl.exe --ssl-no-revoke https://dev.azure.com/mseng -D headers.txt -o out.txt; findstr DevProxy headers.txt
X-DevProxy-AuthToProxy-ProxyPasswordAuthPlugin: Authenticated_UserMatch_SHA512=5034090E
X-DevProxy-AzureDevOpsAuthPlugin-TokenType: WindowsIntegratedAuth
X-DevProxy-AzureDevOpsAuthPlugin-TokenSHA512: 12C88899
https://curl.se/libcurl/c/CURLOPT_SSL_OPTIONS.html
CURLSSLOPT_NO_REVOKE
curl/curl#3727
https://stackoverflow.com/questions/34437057/create-crl-file-with-bouncy-castle-c-sharp
https://github.com/justcoding121/titanium-web-proxy/blob/caa61eed7a315469857c6e946fc786f8d46d4517/src/Titanium.Web.Proxy/Certificates/Makers/BCCertificateMaker.cs
The text was updated successfully, but these errors were encountered: