mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
MVV: Accept all hostnames for SSL certificate validation, but still validate the certificate itself.
This commit is contained in:
parent
fde9b3f470
commit
0e5e10ba4b
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ public class MvvProvider extends AbstractEfaProvider {
|
|||
setIncludeRegionId(false);
|
||||
setStyles(STYLES);
|
||||
setSessionCookieName("SIDefaalt");
|
||||
httpClient.setSslAcceptAllHostnames(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue