Skip to content

Conversation

VinayakTiwari1103
Copy link

In the original code, check_hostname=False and verify_mode=0 effectively turn off SSL certificate validation and that could raise concern regarding security. The updated code enforces ssl.CERT_REQUIRED and keep hostname checking on, ensuring SSL certificates is properly validated results in hardens the connection security by preventing unauthorized or unverified certificates from being accepted.
FIX: #319

In the original code, check_hostname=False and verify_mode=0 effectively turn off SSL certificate validation and that could raise concern regarding  security. The updated code enforces ssl.CERT_REQUIRED and keep hostname checking on, ensuring SSL certificates is properly validated results in  hardens the connection security by preventing unauthorized or unverified certificates from being accepted.
FIX: goldmansachs#319
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

Successfully merging this pull request may close these issues.

[SECURITY ISSUE] - Insecure SSL Configuration

1 participant