mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 20:49:50 +00:00
NVV: Remove HTTPS security downgrade that was necessary because of a misconfigured server.
This commit is contained in:
parent
100b4fa4ac
commit
8604db22da
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ public class NvvProvider extends AbstractHafasLegacyProvider {
|
|||
|
||||
setRequestUrlEncoding(Charsets.UTF_8);
|
||||
setJsonNearbyLocationsEncoding(Charsets.UTF_8);
|
||||
httpClient.setSslAcceptAllHostnames(true);
|
||||
httpClient.setTrustAllCertificates(true);
|
||||
}
|
||||
|
||||
private static final String[] PLACES = { "Frankfurt (Main)", "Offenbach (Main)", "Mainz", "Wiesbaden", "Marburg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue