mirror of
https://github.com/moparisthebest/SSLDroid
synced 2024-11-26 19:02:17 -05:00
Additional logging in case of SSL IOExeption
Signed-off-by: Balint Kovacs <blint@blint.hu>
This commit is contained in:
parent
99e6e89c13
commit
d59aa907a8
@ -181,7 +181,8 @@ public class TcpProxyServerThread extends Thread {
|
||||
st = (SSLSocket) getSocketFactory(this.keyFile, this.keyPass, this.sessionid).createSocket(this.tunnelHost, this.tunnelPort);
|
||||
((SSLSocket) st).startHandshake();
|
||||
} catch (IOException e) {
|
||||
|
||||
Log.d("SSLDroid", tunnelName+"/"+sessionid+": SSL failure: " + e.toString());
|
||||
return;
|
||||
}
|
||||
catch (Exception e) {
|
||||
Log.d("SSLDroid", tunnelName+"/"+sessionid+": SSL failure: " + e.toString());
|
||||
|
Loading…
Reference in New Issue
Block a user