Jump to content

SSL


lnenad

Recommended Posts

It that time in a boy's life to learn new things to keep up with the latest trends. Now i've been doing google researching but i simply don't get it.

 

How do you use SSL, how do i interact with the user using SSL, all i know is when it's https it's secure :D but what about if the user tries to access the script with http?

 

I've got Xampp for local testing and open_ssl, on their website nothing can be found (it's as old as php :D). Any help would be appreciated :)

Link to comment
https://forums.phpfreaks.com/topic/187758-ssl/
Share on other sites

your scripts don't have anything to do with or care about ssl.  ssl is done between the browser and server connection.  As long as the server has a ssl certificate installed and you use https in the browser then it should be encrypted with whatever scheme that the ssl cert is configured for.  In xampp I think it installs a self signed certificate which is ok if its just for your use but since it was not issued by a Certifying Authority (like verisign) then your browser is going to throw an error saying that cert if from an untrusted source (you).  That doesn't mean its encryption is not working though.

Link to comment
https://forums.phpfreaks.com/topic/187758-ssl/#findComment-991613
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.