Open F00ker opened 8 years ago
Hmm no one responded to this issue? I am having the same problem and would like to know how I can turn off the SSL checking.
Hello, I'm having problems with requests when using rtkit related to the self-signed certificate. Is it possible to disable SSL verification in rtkit?
I'm running a request via GET in the following url: https://mydomain/rt/REST/1.0/user/myuser
A request like this would be possible? Requests.get ('https://mydomain/rt/REST/1.0/user/myuser', verify = False)
Hi,
I'm trying to automate ticket creations but the RT server has a self signed SSL which is raising: urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
Is there any way we could get a toggle for SSL checking?