Two-way SSL clarification

后端 未结 3 1446
庸人自扰
庸人自扰 2020-11-30 18:08

I am somewhat confused as to how two-way SSL works. How does the client create its certificate to send to the server? Is it generated from the server and distributed to th

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 18:33

    In two way ssl the client asks for servers digital certificate and server ask for the same from the client. It is more secured as it is both ways, although its bit slow. Generally we dont follow it as the server doesnt care about the identity of the client, but a client needs to make sure about the integrity of server it is connecting to.

提交回复
热议问题