RestTemplateBuilder custom request factory, cannot pass client and keep default sslbundle configuration #36594
Labels
theme: http-client-config
Issues related to configuration of HTTP clients
theme: ssl
Issues related to ssl support
type: bug
A general bug
Milestone
By default
ClientHttpRequestFactories
created usingRestTemplateBuilder.requestFactory(settings)
will have only 3 properties applicable sslbundle and some timeouts.If I need to have both ssl and for instance configure some more flags on the specific client I cannot use the factory, and I am forced to either duplicate the FactoryLogic (client is not protected so extending does not help) or duplicate the property / ssl configuration.
The text was updated successfully, but these errors were encountered: