snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Native SSL Support for Spring Cloud Config for Native Images #165

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 4 years ago

Quarkus has native SSL support with many if its different extensions. However, not fir Spring Cloud Config where it is truly needed for native images.

I can think of two solutions. 1) allow a pluggable HTTP client that supports SSL out-of-the-box, or 2) Change to an HTTP client that already support it.

Thanks for your consideration.


https://github.com/quarkusio/quarkus/issues/11293


$upstream:11293$