Revert "MVV: Work around broken SSL server configuration."

This reverts commit 671bd6c0ec.

Certificate has been reissued at 2018-02-19 and is valid up to
2020-02-25.
This commit is contained in:
Simon Legner 2018-06-07 14:52:37 +02:00 committed by Andreas Schildbach
parent 309ae0d127
commit 7cefc98ee0

View file

@ -44,10 +44,10 @@ public class MvvProvider extends AbstractEfaProvider {
public MvvProvider(final HttpUrl apiBase) {
super(NetworkId.MVV, apiBase);
setIncludeRegionId(false);
setStyles(STYLES);
setSessionCookieName("SIDefaalt");
httpClient.setTrustAllCertificates(true);
}
@Override