https://github.com/openssl/openssl/issues/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)));
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)));