Error: Self Signed Certificate in Certificate Chain

Hello,

i use RocketChat 0.71.1 manual Install at Centos 7. Node 8.11.3 using Apache.

When i want to Install RocketChat Apps or for example use Giphy it doenst work.

“Self Signed Certificate in Certificate Chain”

I am behind a Corporate SSL inspection proxy.

Does anyone know where else i can put the certiticate path else than the Apache Config File?

I found some “Solutions” - but none of them seem to work:



Anyone know how to solve this?

What about letsencrypt.org instead of self signed?

[SOLVED]

@localguru Nah thats not the thing - the certificate is good

The Problem is the Corporate SSL inspection proxy.

I solved it by putting

process.env.NODE_TLS_REJECT_UNAUTHORIZED = “0”;

in main.js. Restart RC Service and it is working!