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
Recently, in spring-boot 3.1, spring team introduced the SslBundles component as a convenient way to configure SSL connection to RestTemplate and RestClient.
Hello @ffroliva, thanks for reporting the issue. Spring Cloud OpenFeign is now in maintenance only mode (we suggest migrating to Spring Interface Clients. We're not adding new features, only working on bugfixes and reviewing small community PRs, so we'll not be including this in the backlog.
Recently, in spring-boot 3.1, spring team introduced the
SslBundles
component as a convenient way to configure SSL connection toRestTemplate
andRestClient
.As reference: https://spring.io/blog/2023/06/07/securing-spring-boot-applications-with-ssl
I similar approach would be interesting to exist in the
spring-cloud-openfeign
.I am currently taking the following approach:
application.yml
I proposed approach would be similar to this:
Further reference: https://www.baeldung.com/spring-boot-security-ssl-bundles
The text was updated successfully, but these errors were encountered: