mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 21:08:47 +00:00
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:
parent
309ae0d127
commit
7cefc98ee0
1 changed files with 1 additions and 1 deletions
|
@ -44,10 +44,10 @@ public class MvvProvider extends AbstractEfaProvider {
|
||||||
|
|
||||||
public MvvProvider(final HttpUrl apiBase) {
|
public MvvProvider(final HttpUrl apiBase) {
|
||||||
super(NetworkId.MVV, apiBase);
|
super(NetworkId.MVV, apiBase);
|
||||||
|
|
||||||
setIncludeRegionId(false);
|
setIncludeRegionId(false);
|
||||||
setStyles(STYLES);
|
setStyles(STYLES);
|
||||||
setSessionCookieName("SIDefaalt");
|
setSessionCookieName("SIDefaalt");
|
||||||
httpClient.setTrustAllCertificates(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue