ssl - OpenSSL in php and curl not update after upgrading OpenSSL in linux -


my php program worked fine until several days ago. got error "ssl routines:ssl23_get_server_hello:sslv3 alert handshake failure" using curl in php program. searched on net , found may because openssl old (0.9.8e) , not support tls.

i tried "yum update openssl" doesn't openssl hasn't been upgraded , still 0.9.8e. so, downloaded , installed newer version (1.0.2j) net. , now, displays new version number command "openssl version", still displays old version number phpinfo() , "curl -v". , of course, still shows ssl error while running php program.

i new in server setting. how can update openssl version in php , curl?

you have update php itself, comes ssl compiled in. libssl on system not used php. might encapsulated in php-curl package.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -