Omar9027 / ratproxy

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

Client SSL handshake failed #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded and expanded the latest copy of ratproxy 1.53 on Mac OSX 10.5.6.
2. Downloaded and installed an updated copy of Flare for OSX.
3. Ran "make" as a sudo user in the ratproxy directory.  Compiled with no
errors.
4. Ran "sudo ./ratproxy -v ~/Documents/ -w ratproxy.log -d domain -lextifscgjm
5. Using the latest copy of firefox (3.0.5) configured the local proxy -
"localhost:8080"
6. Attempted to connect to a SSL server using the proxy.  Ratproxy gives me
the following message: 

PROGRAM ABORT: client SSL handshake failed [ssl_start(), ssl.c:162]

error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate
unknown:s3_pkt.c:1052:SSL alert number 46

7. In firefox I get an untrusted certificate error - so I create an
exception for the ratproxy cert.

8. Once accepted I continue to get repeated errors above when communicating
with the site.

Is this expected behavior?

Original issue reported on code.google.com by markjlin...@gmail.com on 2 Feb 2009 at 10:20

GoogleCodeExporter commented 9 years ago
Yes, this is expected; your browser prematurely aborts SSL handshakes on 
certificate
mismatch, but if you accept the certificate later on, and everything works as
expected, this is not an issue.

Original comment by lcam...@gmail.com on 15 Feb 2009 at 10:50

GoogleCodeExporter commented 9 years ago
Hi

I also have this "problem" : if i add an exception, i still get the ssl hanshake
error... :(

Original comment by fred...@gmail.com on 4 Aug 2009 at 2:36