You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we want to maintain backwards compatibility (as much as possible), I don't think we want to make this change? Anybody else care to comment on this?
I support moving forward and requiring new versions of SSL. Perhaps we can use a check to support the old version, but throw an E_USER_DEPRECATED warning.
openssl/openssl#8408
Change code for use ADH on new openssl. But bug if use on old versions.
$context = stream_context_create(array('ssl' => array('ciphers' => 'ADH:ALL:@SECLEVEL=0', 'verify_peer' => false, 'verify_peer_name' => false)));
The text was updated successfully, but these errors were encountered: