Skip to content
New issue

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

figure out how to placate schannel so we don't need to pass in --ssl-no-revoke to curl.exe #10

Open
johnterickson opened this issue Oct 1, 2021 · 1 comment

Comments

@johnterickson
Copy link
Owner

johnterickson commented Oct 1, 2021

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

@johnterickson
Copy link
Owner Author

--ssl-revoke-best-effort looks like a better option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant