Omar9027 / ratproxy

Automatically exported from code.google.com/p/ratproxy
0 stars 0 forks source link

Unrecognized Certificate Authority #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./ratproxy -k -x -w logfile -v testsystem
2. navigate to system with Equifax signed cert
3. accept ratproxy ss cert

What is the expected output? What do you see instead?

0026:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown
ca:s3_pkt.c:1060:SSL alert number 48
PROGRAM ABORT: client SSL handshake failed [ssl_start(), ssl.c:162]

What version of the product are you using? On what operating system?

1.58-beta

Please provide any additional information below.

Original issue reported on code.google.com by jpgorr...@gmail.com on 6 Oct 2009 at 6:06

GoogleCodeExporter commented 9 years ago
despite the PROGRAM ABORT message, log files and trace files seem to be fine 
and I am
able to generate reports. If this is a non-issue, perhaps the 'fix' would be to 
catch
and disregard or logout as 'advisory' or somesuchthing

Original comment by smartsit...@gmail.com on 6 Oct 2009 at 6:40

GoogleCodeExporter commented 9 years ago
The error message is unfortunately unavoidable, because of how browsers handle 
this 
situation (aborting a handshake first, and then attempting a new one if you 
click 
through the warnings).

Original comment by lcam...@gmail.com on 19 Mar 2010 at 6:06