-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.5
-
Component/s: pecl-mongo
-
Labels:None
-
# Replies:15
-
Last comment by Customer:true
-
Sprint:PHP Sprint 16
PHP 5.6 (incorrectly) redefined the meaning of STREAM_CRYPTO_METHOD_SSLv23_CLIENT.
Using SSLv23 now explicitly removes TLS support, leaving only SSLv2 and SSLV3 available.
MongoDB has never supported SSLv2, but did support SSLv3 until 2.4.13/2.6.6 which explicitly disabled SSLv3.
This leaves no available protocols in PHP 5.6.0-5.6.6.
This has been reported as https://bugs.php.net/bug.php?id=69195
- is related to
-
PHPC-171 SSL Doesn't work in PHP5.6
-
- Closed
-
-
DRIVERS-65 SSL certificate validation testing
-
- Closed
-
-
SERVER-15673 Disable SSLv3 ciphers
-
- Closed
-