Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-9789

Error using the OPENSSL provider

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • AMQ 7.13.0.OPR.1.GA
    • container image
    • None
    • 2
    • False
    • Hide

      None

      Show
      None
    • 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
      

              dbruscin Domenico Francesco Bruscino
              dbruscin Domenico Francesco Bruscino
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: