we have one client and server our application running as bridge between client and server. our module responsible for forwarding the traffic between client and server. During SSL handshake i am trying to interrupt the client hello and respond to the client with serverhello. we are able to interrupt and send the serverhello to the client but SSL handshake is failed. captured the packets during SSL handshake. i could see Server hello reached to the client interface but Client machine retransmitting the clienthello again and again could any one help on this what went wrong why the client not processing serverhello.
Asked
Active
Viewed 88 times