Skip to content

Commit

Permalink
Remove ssl warning disable -- these are good to have/see when using u…
Browse files Browse the repository at this point in the history
…nverified SSL connections.
  • Loading branch information
dannon committed Oct 3, 2016
1 parent b865952 commit 4664a64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/jobs/runners/godocker.py
Expand Up @@ -31,8 +31,6 @@ def setToken(self, token):
def http_post_request(self, query, data, header):
""" post request with query """

# remove warnings if using --no-certificate
requests.packages.urllib3.disable_warnings()
verify_ssl = not self.noCert
try:
url = self.server + query
Expand Down

0 comments on commit 4664a64

Please sign in to comment.