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
I have TLS enabled eureka server. Microservice is trying to fetch configuration from config server throws "KeyStoreException: Keystore not specified" when only truststore is configured. should be able to trust server certificate by truststore configuration. There is no mutual authentication.
Following is micro-service configuration
It seems that there is no way to configure truststore without configuring the keystore even when mutual authentication is not required.
Is that because builder.loadKeyMaterial throws an exception and we never call builder.loadTrustMaterial? Can you provide a sample to reproduce the error?
I have TLS enabled eureka server. Microservice is trying to fetch configuration from config server throws "KeyStoreException: Keystore not specified" when only truststore is configured. should be able to trust server certificate by truststore configuration. There is no mutual authentication.
Following is micro-service configuration
It seems that there is no way to configure truststore without configuring the keystore even when mutual authentication is not required.
org.springframework.cloud.configuration.SSLContextFactory
Spring Config Client Version : 4.1.3
The text was updated successfully, but these errors were encountered: