Formatting.
Thanks ReturningNovice for the certificate accepted -> no new connection report.
This commit is contained in:
@ -55,7 +55,10 @@ public class ItoopieHostnameVerifier implements HostnameVerifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Clear recently denied filter to allow connections from a
|
||||||
|
* host that has had it's certificate denied recently.
|
||||||
|
*/
|
||||||
public static void clearRecentlyDenied() {
|
public static void clearRecentlyDenied() {
|
||||||
recentlyDeniedHosts.clear();
|
recentlyDeniedHosts.clear();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user