You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
Another place where recording https archives through proxy is not working yet.
I have a patch that uses httpclient.get_connection (made public) to get a connection and use that connection to retrieve server certificate. This resolves the proxy issue because get_connection() is proxy aware.
Another place where recording https archives through proxy is not working yet.
I have a patch that uses httpclient.get_connection (made public) to get a connection and use that connection to retrieve server certificate. This resolves the proxy issue because get_connection() is proxy aware.
cert = connection.sock.getpeercert(True)
cert = ssl.DER_cert_to_PEM_cert(cert)
What do you think?
The text was updated successfully, but these errors were encountered: