How does my browser convert my http request to https? -


friends want know when secured hosting done, require unique ip address associate our ssl certificate it. also, kinda read in 1 tutorial when browser requests secured conncetion ssl process initiates. how browser request secure connection. don't write www.chase.com? , our browser converts http https? whats happening in background?

step step:

  1. the client types www.example.com in address bar
  2. the browser assumes http protocol , sends call www.example.com
  3. www.example.com responds moved status code , gives new location:

    http/1.1 301 moved permanently
    location: https://www.example.com/

  4. the browser reads , knows must start secure http connection.

  5. ...and on. things more complicated because browser , server exchange multiple messages until secure connection established.

anyway, if need install ssl certificate must make sure client redirected http https. should accomplished server configurations.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -