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 know how to enable the ssl protocol with connection-string "ssl://..." but its completely unclear for me how to include the key and trust store. Is there a solution without touching the source code?
The text was updated successfully, but these errors were encountered:
ok, the only way I found as far was with the JVM parameters "-Djavax.net.ssl.keyStore" and "-Djavax.net.ssl.trustStore". MICRONAUT_SSL_KEY_STORE_PATH, MICRONAUT_SSL_TRUST_STORE_PATH, and MICRONAUT_SERVER_SSL_TRUST_STORE_PATH were not working at all (also tried with "file:/" prefixed and without). Is there really no way to configure the key and trust store over environment variables?
Issue description
I know how to enable the ssl protocol with connection-string "ssl://..." but its completely unclear for me how to include the key and trust store. Is there a solution without touching the source code?
The text was updated successfully, but these errors were encountered: