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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.