MVV: Accept all hostnames for SSL certificate validation, but still validate the certificate itself.

This commit is contained in:
Andreas Schildbach 2017-03-30 11:49:23 +02:00
parent fde9b3f470
commit 0e5e10ba4b

View file

@ -48,6 +48,7 @@ public class MvvProvider extends AbstractEfaProvider {
setIncludeRegionId(false);
setStyles(STYLES);
setSessionCookieName("SIDefaalt");
httpClient.setSslAcceptAllHostnames(true);
}
@Override