mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
MVV: Work around broken SSL server configuration.
This commit is contained in:
parent
7387e87c2b
commit
671bd6c0ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue