RADAR-base / RADAR-Docker

Integrated Docker Stack for the RADAR mHealth Streaming Platform Components
https://hub.docker.com/u/radarbase/dashboard/
Apache License 2.0
16 stars 16 forks source link

ssl issues in nginx container #210

Closed rocketsciencenerd closed 4 years ago

rocketsciencenerd commented 4 years ago

Hello,

I am having issues securing my managementportal app. When I print the logs for my nginx container I see the following:

"ssl_stapling" ignored, no OCSP responder URL in the certificate "/etc/letsencrypt/live/radar-base.jh.edu/fullchain.pem"

When I visit <mydomain>/managementportal, I get the error that my site is not secure I cannot visit it.

I have tried re-installing the radar-docker suite with no luck. I have also tried replacing the default letsencrypt certificates with my own generated from my organization.

Appreciate any help you may be able to give!

rocketsciencenerd commented 4 years ago

Ended up replacing the letsencrypt cert with my organization cert in the ~RADAR-Docker/../../etc/webserver/nginx.config file.

If you add your own security cert, be sure to also add the route to your cert to the webserver volumes in the docker-compose.yml file, otherwise you will get the error fopen(...) not found