Orchestrator plugin SSL verifications

Hey,

I have some issues to verify SSL certificates issued by our internal CA within plugins on our Orchestrator.

I have installed our root cert as a trusted root ca on the orchestrator and I have tested curl natively on the server to connect to internal resources and I do not get any warnings about untrusted certificate.

But when I try to use plugins, ex the Jenkins plugin, it fail to detect that the certificates provided by the destination are signed by our root cert and it instead returns an error saying it failed.

[SSL: CERTIFICATE_VERIFY_FAILED]

Any ideas on what I have missed here.

I will have to see if I can dig this up, but there is a docker mapping for the cert store that is needed

1 Like

Did you follow these steps? Install Private CA Certificates | InsightConnect Documentation (rapid7.com)

2 Likes

Ah there we have the kind of documentation I wanted to find!
Thanks for pointing it out!
I had already completed the first bunch of steps which I did find elsewhere to make the CA cert trusted on the machine so it was only a matter of enabling that mirroring.

1 Like