spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Unify SSL support

Open philwebb opened this issue 6 years ago • 6 comments

We currently have SSL configuration available in:

  • ServerProperties
  • CouchbaseProperties
  • KafkaProperties
  • RabbitProperties

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

philwebb avatar Jul 19 '19 16:07 philwebb

There's probably more such as Lettuce and Jedis (Redis Drivers).

mp911de avatar Jul 20 '19 17:07 mp911de

And Cassandra too.

wilkinsona avatar Mar 11 '21 14:03 wilkinsona

@asaikali might have some sample code that shows common things that need to be configured for SSL

philwebb avatar Oct 26 '22 05:10 philwebb

Hello team,

Many thanks for this great improvement. Would it be possible to add ElasticSearch as well?

patpatpat123 avatar Apr 24 '23 01:04 patpatpat123

@patpatpat123 we can certainly consider it. Please open a separate issue so that the suggestion doesn't get lost in this one.

wilkinsona avatar Apr 24 '23 08:04 wilkinsona

@patpatpat123 I've opened #35155

philwebb avatar Apr 25 '23 02:04 philwebb