SSL successful handshake steps

Listed below some of the high level steps involved when connecting client to server or from server to server . This is more of one way SSL handshake . in the server to server connectivity the one who initiate acts as the client . Server will decide whether the incoming client is one-way or two-way SSL .

*** ClientHello, TLSv1.2

*** ServerHello, TLSv1.2

*** Certificate chain
chain [0] = [
[
Subject: CN=<value_of_common_name_in_database_wallet>
Issuer: CN=<value_of_common_name_in_database_wallet>

***
Found trusted certificate:
[
[
Subject: CN=<value_of_common_name_in_database_wallet>
Issuer: CN=<value_of_common_name_in_database_wallet>

*** ECDH ServerKeyExchange

*** ServerHelloDone
*** Finished

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *