-
Notifications
You must be signed in to change notification settings - Fork 77
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
SSL error while sending request on https #35
Comments
Can you make https connections from within plain python to that host? |
https://stackoverflow.com/questions/2146383/https-connection-python might help as well |
Hi, I tried connecting to site using httplib in python. and it's not giving any Gaurang Shah On Tue, Jul 28, 2015 at 12:44 PM, Filip Noetzel [email protected]
|
Hi Guys, Sorry for the earlier reply, following is the actual issue. I have multiple From the machine I am not able to call REST API, through HttpLib also it's Do I need to store the certificate somewhere, if yes, would you please let Gaurang Shah On Tue, Jul 28, 2015 at 3:33 PM, Gaurang shah [email protected]
|
just started to see the same issue , the same server is accessible on some and gives SSL errors on other machine , he http lib python fails on the failing machines similar to the robot test . |
Hi Guys,
I was using this httplibrary as rest client to test REST API, however whenever I am trying any request GET or POST i am getting following error.
The certificate shows as not trusted when I open that in chrome, would someone please let me know how to handle this issue?
The text was updated successfully, but these errors were encountered: