Remove various workarounds for untrusted CA certificates.

They don't seem to be necessary any more.
This commit is contained in:
Andreas Schildbach 2019-10-28 09:48:58 +01:00
parent 0f9ef0ea35
commit ca0a6a518a
5 changed files with 0 additions and 5 deletions

View file

@ -48,7 +48,6 @@ public class TlemProvider extends AbstractEfaProvider {
setTimeZone("Europe/London");
setUseProxFootSearch(false);
setStyles(STYLES);
httpClient.setTrustAllCertificates(true);
}
@Override