micronaut-projects / micronaut-core

Micronaut Application Framework
http://micronaut.io
Apache License 2.0
6k stars 1.04k forks source link

SslContext with Micronaut HttpClient #10925

Open pSzymek opened 1 week ago

pSzymek commented 1 week ago

Issue description

I have certificate with multiple entries, and I want to choose specific one using alias. Is there any possibility, to choose SslContext using micronaut HttpClient?

graemerocher commented 1 week ago

probably by defining a custom ClientSslBuilder