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
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#setKeyStoreTypemethod is called twice, with theKeyStoreTypeproperty and with theTrustStoreTypeproperty. The later overriding the value of the former, if both are defined. FYI: TheSSLContextBuilderclass does not have an equivalentsetTrustStoreTypemethod.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