I used a custom php build on My Centos server. Now I want to enable openssl extension in order to communicate with SSL.
Solution.
Download and install openssl 1. #wget http://www.openssl.org/source/openssl-1.0.0.tar.gz #./config && make && make install you may use yum method to install it ( yom install openssl*) 2. Next step is to start [...]
