what is the use of https?

前端 未结 6 2078
无人及你
无人及你 2021-01-07 03:21

I am a beginner in HTTPS technology :(. I have some doubt regarding the HTTPS implementation.

suppose I have a registration form

http://www.sitename         


        
6条回答
  •  离开以前
    2021-01-07 04:03

    If your site is run on apache, you'll need to setup ssl and then make sure you're vhost is setup to listen on 443 as well. Then any page in the vhost can be called with either protocol.

    http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html

    http://en.wikipedia.org/wiki/HTTP_Secure

提交回复
热议问题