mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +00:00
Remove various workarounds for untrusted CA certificates.
They don't seem to be necessary any more.
This commit is contained in:
parent
0f9ef0ea35
commit
ca0a6a518a
5 changed files with 0 additions and 5 deletions
|
@ -50,7 +50,6 @@ public class VbbProvider extends AbstractHafasClientInterfaceProvider {
|
|||
setApiClient(apiClient);
|
||||
setApiAuthorization(apiAuthorization);
|
||||
setRequestMicMacSalt(salt);
|
||||
httpClient.setTrustAllCertificates(true);
|
||||
}
|
||||
|
||||
private static final Pattern P_SPLIT_NAME_SU = Pattern.compile("(.*?)(?:\\s+\\((S|U|S\\+U)\\))?");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue