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 was archived by the owner on Mar 17, 2025. It is now read-only.
Hey there, I am fairly new to Python and trying to connect to a site through a proxy and get certificate information. (I did not know where else to post this so I really apologize if this is not the right place)
Whenever I run any of the request methods to get certs I get an object has not attribute error or an error that pertains to urllib3.
Expected behavior
I am trying to follow all the examples to print the cert resultssni
Screenshots
Desktop (please complete the following information):
OS: [Win 10]
Python 3.7.4 Shell
The reason I have proxies=proxies is I am behind a proxy at work and must submit a username and password to allow the proxy to access a site. This was the reason I wanted to use requests.get since they have a proxy parameter built in that I can pass. I already have defined that proxy above. I was really excited when I found your build and I assume I am just using it incorrectly.
Again I did not know what other capacity to reach you directly as I am so new, so I apologize.
Hey there, I am fairly new to Python and trying to connect to a site through a proxy and get certificate information. (I did not know where else to post this so I really apologize if this is not the right place)
Whenever I run any of the request methods to get certs I get an object has not attribute error or an error that pertains to urllib3.
To Reproduce
Steps to reproduce the behavior:
I am following the examples in the documentation on https://cert-human.readthedocs.io/en/latest/api/api.html
Expected behavior
I am trying to follow all the examples to print the cert resultssni
Screenshots

Desktop (please complete the following information):
The reason I have proxies=proxies is I am behind a proxy at work and must submit a username and password to allow the proxy to access a site. This was the reason I wanted to use requests.get since they have a proxy parameter built in that I can pass. I already have defined that proxy above. I was really excited when I found your build and I assume I am just using it incorrectly.
Again I did not know what other capacity to reach you directly as I am so new, so I apologize.