You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
markjlin...@gmail.com
on 2 Feb 2009 at 10:20The text was updated successfully, but these errors were encountered: