-
Bug
-
Resolution: Done
-
Major
-
None
-
AMQ 7.13.0.OPR.1.GA
-
None
-
2
-
False
-
-
False
-
-
The AMQ Broker container fails to initialize ssl contexts with the OPENSSL provider because the link to libssl.so.1.1 is unsatisfied:
Suppressed: java.lang.UnsatisfiedLinkError: /home/jboss/amq-broker/tmp/libnetty_tcnative_linux_x86_6412449119888542003106.so: libssl.so.1.1: cannot open shared object file: No such file or directory
Deploy an ActiveMQArtemis CR with an acceptor that uses the OPENSSL provider to reproduce the issue:
apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: artemis-openssl
spec:
acceptors:
- name: my-acceptor
port: 61617
sslEnabled: true
sslProvider: OPENSSL
sslSecret: my-tls-secret