How to Disable SSL for HTTP Sender Connector in Mirth Connect? #6300
-
I’m trying to make an API call using the HTTP Sender connector in Mirth Connect, but I'm getting the following error: Error: QUEUED: Error connecting to HTTP server [SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target] The same API call works fine when using Postman. I suspect that the issue might be related to SSL, and I’m wondering if there’s a way to disable SSL in Mirth Connect for this connector. Could anyone guide me on how to disable SSL in Mirth Connect or provide any alternative solutions to bypass this issue? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
There are many similar posts that answer your question. if you're calling a TLS endpoint, you can't disable it. The other posts describe how to add the certificate authority to the required key store. Also check out the mirth forums site where this question has been asked as well. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the answer. It is not a TLS endpoint. Could you please guide me on how to disable it? |
Beta Was this translation helpful? Give feedback.
You have https. That means it is TLS.
You need to add the CA to the java key store if the TLS certificate signer is not trusted. Like I said, this has been asked and answered before.