Named HTTP client ignores SSL settings in Micronaut 4.10.3 #12242
-
|
Hi, However, this configuration does not work. While investigating, I noticed that SSL is only applied when the configuration is an instance of ClientSslConfiguration, but named HTTP client configurations are wrapped inside ServiceHttpClientConfiguration. In io.micronaut.http.client.jdk.AbstractJdkHttpClient, the constructor contains: To make it work, I had to configure the client programmatically: Questions
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
can you turn this into an issue report? Thanks |
Beta Was this translation helpful? Give feedback.
Done