codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Replace SelfSignedCertificate from Netty with static test certificates #274

Closed codingchili closed 2 years ago

codingchili commented 3 years ago

SelfSignedCertificate does not work in newer JVM's as the JDK provider is removed and Netty doesn't support certificate generation for self-signed in-jvm anymore (at least not without bundling BC which we don't want)

codingchili commented 2 years ago

Closing as this doesn't seem to be an issue anymore in JDK17 and Netty 4.1.69.