You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
The SSLContextBuilder#setKeyStoreType method is called twice, with the KeyStoreType property and with the TrustStoreType property. The later overriding the value of the former, if both are defined. FYI: The SSLContextBuilder class does not have an equivalent setTrustStoreType method.
The
SSLContextBuilder#setKeyStoreType
method is called twice, with theKeyStoreType
property and with theTrustStoreType
property. The later overriding the value of the former, if both are defined. FYI: TheSSLContextBuilder
class does not have an equivalentsetTrustStoreType
method.fhir-bridge/src/main/java/org/ehrbase/fhirbridge/config/HttpClientConfiguration.java
Lines 49 to 51 in 3260bf9
fhir-bridge/src/main/java/org/ehrbase/fhirbridge/config/HttpClientConfiguration.java
Lines 56 to 58 in 3260bf9
The text was updated successfully, but these errors were encountered: