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

Bypass SSL checking #47

Open
F00ker opened this issue Jun 2, 2016 · 2 comments
Open

Bypass SSL checking #47

F00ker opened this issue Jun 2, 2016 · 2 comments

Comments

@F00ker
Copy link

F00ker commented Jun 2, 2016

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?

@rashed2014
Copy link

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.

@eLderSoQueSemL
Copy link

eLderSoQueSemL commented May 24, 2018

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)

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

3 participants