spring-boot
spring-boot copied to clipboard
Unify SSL support
We currently have SSL configuration available in:
ServerPropertiesCouchbasePropertiesKafkaPropertiesRabbitProperties
In addition we've had a request to add them to ActiveMQProperties.
It feels like there would be some benefit in trying to unify our support.
Related issues:
- [x] #34814
- [x] #25602
- [x] #34811
- [x] #34815
- [ ] #17365
- [ ] #34817
- [x] #35042
- [x] #18556
- [x] #34810
- [ ] #34839
- [x] #35155
There's probably more such as Lettuce and Jedis (Redis Drivers).
And Cassandra too.
@asaikali might have some sample code that shows common things that need to be configured for SSL
Hello team,
Many thanks for this great improvement. Would it be possible to add ElasticSearch as well?
@patpatpat123 we can certainly consider it. Please open a separate issue so that the suggestion doesn't get lost in this one.
@patpatpat123 I've opened #35155