Oracle SSL handshake question
Hi All,
I have a question regarding the behavior of SSL handshake on Solaris 5.10 server.
It looks like the connection is done in two phases:
Client ->> Request,Connect(1),Connect
Server ->>Response, Resend (11)
Client ->> Request,Connect(1),Connect
1. What is the purpose of the Response, Resend (11) from the server ?
2. Is there an option to disable the Response, Resend (11) and use only one "Connect" message?
3. When working with SSL the second "Connect" from the client is sent unencreypted even though the previous session wasn't closed.
According to https://msdn.microsoft.com/en-us/library/windows/desktop/aa380513(v=vs.85).aspx and RFC it should be sent encrypted :