Does making php 4.4.9
./configure --with-openssl
is necesary to enable ssl, cause when i enable ssl on Apache2 its seems to be working ok?
Does making php 4.4.9 ./configure –with-openssl is necesary to enable ssl, cause when i
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on what you want.
If you just want your project to work through
https– then only your webserver should support ssl.If you want to work with certificates, verify/encrypt/decrypt in php – you need to add support to php too.