Closed aleksanb closed 6 years ago
django-slack used to skip verification of ssl certificates in requests, which nullifies a large part of tls.
This commit reenables ssl certificate validation.
Do we know why this was disabled?
Released in 5.11.1
django-slack used to skip verification of ssl certificates in requests, which nullifies a large part of tls.
This commit reenables ssl certificate validation.