-
Notifications
You must be signed in to change notification settings - Fork 122
Description
When trying to run sslsniff, all I get is:
$ sudo iptables -t nat -A OUTPUT -p tcp --destination-port 443 -j REDIRECT --to-ports 8081
$ sslsniff -a -c ca.pem -s 8081 -w mylog &
$ tail -f mylog
1415570016 INFO sslsniff : Certificate Ready: Nikolaus Rath CA Key/emailAddress=Nikolaus@rath.org
1415570619 DEBUG sslsniff : Error on SSL Connect.
1415570619 DEBUG sslsniff : Error on SSL Connect.
1415570619 DEBUG sslsniff : Got exception: Error with SSL connection...
1415570619 DEBUG sslsniff : Error on SSL Connect.
1415570619 DEBUG sslsniff : Got exception: Error with SSL connection...
1415570619 DEBUG sslsniff : Error on SSL Connect.
1415570619 DEBUG sslsniff : Got exception: Error with SSL connection...
1415570619 DEBUG sslsniff : Error on SSL Connect.
1415570619 DEBUG sslsniff : Got exception: Error with SSL connection...
[.....]