Problem with client auth via ssl
-
av1987 last edited by
I have problem with client authentication via ssl with secure renegotiation.
SSL protocol messages:
Client -> Server// At start there is server-only authentication
-> ClientHello
<- ServerHello, Certificate, ServerHelloDone
-> ClientKeyExchange, ChangeCipherSpec, Finished
<- ChangeCipherSpec
<- Finished-> encrypted HTTP-traffic
// after receiving this messages server decides to authenticate client
<- HelloRequest
-> ClientHello
<- ServerHello, Certificate, CertificateRequest, ServerHelloDoneAfter that message, opera send FIN, ACK messages and freezes (show loading icon)
Opera version: 23.0.1522.60
In other browsers (ie, chrome, ff, safari) all works goood -
av1987 last edited by
sorry, formating breaks
I have problem with client authentication via ssl with secure renegotiation.
SSL protocol messages:
// At start there is server-only authentication
C ClientHello
S ServerHello, Certificate, ServerHelloDone
C ClientKeyExchange, ChangeCipherSpec, Finished
S ChangeCipherSpec
S Finished
C encrypted HTTP-traffic
// after receiving this messages server decides to authenticate client
S HelloRequest
C ClientHello
S ServerHello, Certificate, CertificateRequest, ServerHelloDone
After that message, opera send FIN, ACK messages and freezes (show loading icon)
Opera version: 23.0.1522.60
In other browsers (ie, chrome, ff, safari) all works goood