Link to home
Start Free TrialLog in
Avatar of neal wang
neal wang

asked on

SSL Certificate from Let's encrypt and reverse proxy issues not working after it worked

I set up win.interstagebpm.com with let's encrypt and I was able to get the page to go https://win.interstagebpm.com

However I tried to setup reverse proxy with nginx and by editing httpd files
https://www.centosblog.com/configure-apache-https-reverse-proxy-centos-linux/

However this didn't work. Also the machine ran out of disk space and had to fix that. When that was fixed https://win.interstagebpm.com was complaining that it wasn't a secure site meaning the ssl certificate wasn't being registered.
I've also uninstalled ngninx

What am I doing wrong? I would like to reverse proxy the rest of the site but the main page https://win.interstagebpm.com is not working
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

you are currently using a self signed certificate.
Your cert or cert config is munged/broken.

https://www.ssllabs.com/ssltest/analyze.html?d=win.interstagebpm.com shows the problem.
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of neal wang
neal wang

ASKER

Thanks so much! It turns out my coworker did reference the wrong signed certificate, I put in the correct location of the letsencrypt certificates back in the parameters and it worked.
You're welcome!

Glad you figured this out!