Commit graph

1 commit

Author SHA1 Message Date
0563cd22eb
fix: resolve MongoDB Atlas SSL handshake failure on Python 3.14/OpenSSL 3.x
OpenSSL 3.x defaults to security level 2 which drops cipher suites Atlas needs.
Create an explicit SSL context at SECLEVEL=1 so TLS negotiation succeeds on any
Python version. Also add .python-version to steer Render toward Python 3.11.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 12:42:49 +05:30