How use openSSL and Https

Hi All, I am entry level PHP Developer. I would like create a control that use openSSL and Https. Some idea?

Regards

Vincent

[QUOTE=vintro;23679]Hi All, I am entry level PHP Developer. I would like create a control that use openSSL and Https. Some idea?

Regards

Vincent[/QUOTE]

If you need your application to run under https then just deploy your application to the https environment. HTTPS is fully transparent so in your application you don’t have to take attention to it. You cannot run one screen under HTTP and another under HTTPS, just all HTTP or all HTTPS.

openSSL is needed if you need to generated CCR’s for your certificate provider, but what else do you want to use it for?