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:
- the client types www.example.com in address bar
- the browser assumes http protocol , sends call www.example.com
www.example.com responds moved status code , gives new location:
http/1.1 301 moved permanently
location: https://www.example.com/the browser reads , knows must start secure http connection.
- ...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
Post a Comment