]
Tristan Tarrant updated ISPN-12639:
-----------------------------------
Git Pull Request:
Server doesn't use OpenSSL even if available
--------------------------------------------
Key: ISPN-12639
URL:
https://issues.redhat.com/browse/ISPN-12639
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 12.0.0.CR1, 11.0.9.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 12.0.0.Final
The server initializes SSL through Netty which uses the first available provider instead
of the OpenSSL one.
We must register the OpenSSL provider as the first one.