OOEVV: Remove workaround for broken SSL server configuration.

This commit is contained in:
Andreas Schildbach 2019-10-28 09:24:58 +01:00
parent 24676c6f8b
commit fd22be79f1

View file

@ -47,7 +47,6 @@ public class OoevvProvider extends AbstractHafasClientInterfaceProvider {
setApiExt("VAO.6");
setApiClient(apiClient);
setApiAuthorization(apiAuthorization);
httpClient.setSslAcceptAllHostnames(true);
}
@Override