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
2022-07-12 20:43:20,881 [ERROR] mitmproxy.py 351: problem handling 'CONNECT brooker.co.za:443 HTTP/1.1': SSLError(1, '[SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:1123)') 2022-07-12 20:43:20,885 [WARNING] mitmproxy.py 608: code 500, message [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:1123)
When capturing https://brooker.co.za/blog/2022/02/16/circuit-breakers.html, warcprox logs the above and does not proceed. Their SSL setup seems great https://www.ssllabs.com/ssltest/analyze.html?d=brooker.co.za&latest; curl and requests are happy, when run from the same container.... Let's see if we can figure out what's wrong here.
The text was updated successfully, but these errors were encountered:
Likely a duplicate of #3080
Sorry, something went wrong.
And possibly also #2844
No branches or pull requests
When capturing https://brooker.co.za/blog/2022/02/16/circuit-breakers.html, warcprox logs the above and does not proceed. Their SSL setup seems great https://www.ssllabs.com/ssltest/analyze.html?d=brooker.co.za&latest; curl and requests are happy, when run from the same container.... Let's see if we can figure out what's wrong here.
The text was updated successfully, but these errors were encountered: