Skip to content

Commit

Permalink
Revert "Validate SSL certs by default (#2094)" (#2114)
Browse files Browse the repository at this point in the history
This reverts commit 93d8ecb.
  • Loading branch information
Nusnus committed Sep 16, 2024
1 parent 4d7946e commit a626f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/asynchronous/aws/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def getrequest(self):
headers = Headers(self.headers)
return self.Request(self.path, method=self.method, headers=headers,
body=self.body, connect_timeout=self.timeout,
request_timeout=self.timeout, validate_cert=True)
request_timeout=self.timeout, validate_cert=False)

def getresponse(self, callback=None):
request = self.getrequest()
Expand Down

0 comments on commit a626f1f

Please sign in to comment.