mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 12:58:47 +00:00
VMV: Work around broken SSL server configuration.
This commit is contained in:
parent
e5dcf67801
commit
24b0b46d44
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class VmvProvider extends AbstractEfaProvider {
|
||||||
super(NetworkId.VMV, API_BASE);
|
super(NetworkId.VMV, API_BASE);
|
||||||
setIncludeRegionId(false);
|
setIncludeRegionId(false);
|
||||||
setUseRouteIndexAsTripId(false);
|
setUseRouteIndexAsTripId(false);
|
||||||
httpClient.setSslAcceptAllHostnames(true);
|
httpClient.setTrustAllCertificates(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue