Skip to main content
Question

Where to import certificate file as truststore for SSL Connection

  • November 16, 2017
  • 1 reply
  • 48 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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img+2
  • 364 replies
  • November 19, 2017

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.