Question

Where to import certificate file as truststore for SSL Connection

  • 16 November 2017
  • 1 reply
  • 9 views

I have a JMS Sender which communicates through SSL with AMQ.

On the AMQ log, I get the following error:

javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown

Any help is appreciated.


1 reply

Badge +2

Hi @dkim

Do you have a certificate for the server where you're receiving the messages? What format is the certificate in?

 

If you're on Windows you can search for certificates on the OS, and you can import certificates there.

 

Alternatively you could try importing the certificate into cacerts which is in the jre folder inside your FME desktop installation folder. There are lots of instructions online for importing certificates into the keystore/cacerts file.

 

 

I am not sure if this is what you're after, but I'd suggest giving it a go and see if that works.

Reply