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

disable http certificate verification #36

Open
Gaurang033 opened this issue Aug 3, 2015 · 1 comment
Open

disable http certificate verification #36

Gaurang033 opened this issue Aug 3, 2015 · 1 comment

Comments

@Gaurang033
Copy link

Hi,

Would you please let me know if there is any way to disable to http certification verification. I search on internet and figure out there is such thing for httplib however nothing so far for httplib and I guess you use HttpLib

If there is any way to implement it let me konw as well, as I stuck at this point where I can't use you lib until I resolve the issue of certification.

my website uses the invliad certification and until I add that to trusted store using IE there is not way I can use your API, all API are failing with HTTPS certification error.

I tried to find out, way to install certificate however it is not possible until I have admin rights, which I don't.

would appreciate your quick response.

@jvanz
Copy link

jvanz commented Nov 9, 2017

Yeah, I need this configuration too. I believe it will be easy to add it to the lib. We need change this line and add a extra argument:

self.conn[scheme] = conn_classes[scheme](self.host, context=ssl._create_unverified_context())

jurajama pushed a commit to jurajama/robotframework-httplibrary that referenced this issue May 20, 2019
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

2 participants