开发者

creating a secure registration web page w/o SSL?

Example, I go to the facebook webpage and see that the http URL is not https. Maybe they are hiding that it is https. I don't see a lock either on the browser.

In any case, how d开发者_如何学Goo websites provide secure registration web pages? I'm looking to create a registration and user login page.

Thanks for your help!

SP


  1. your hosting server should provide SSL services

  2. You should purchase a SSL certificate from VeriSign, or generate a one using OpenSSL

  3. Apply the SSL certificate to your web server

  4. Create youe Login page normal as you do with your scripting language

  5. access the page with https://domain.com/page.php


You provide secure registration with SSL. If you do a google search for HTTPS or SSL you will find resources. It is a bit of a large topic. How to go about it depends if you are running your own server or have hosting provided to you by a service. EIther way, you will need a certificate for your domain. If you have your own server you will need to do a lot more configuration.

Here is a link about how to go about it with Apache.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜