chisumo
(Chisumo)
February 3, 2022, 8:50pm
1
Hi,
I have a problem with configuration on the docker SSL certificate (Mac Machine ) and I don’t know how to fix it. Can someone assist me, please
“ssl_stapling” ignored, issuer certificate not found for certificate
nginx: [warn] “ssl_stapling” ignored, issuer certificate not found for certificate “/etc/nginx/ssl/app-cert.pem”
rimelek
(Ákos Takács)
February 5, 2022, 1:19pm
2
Is it really Docker’s certificate or Nginx’s as your warning indicates?
chisumo
(Chisumo)
February 5, 2022, 9:58pm
3
Hi
Its ngnix certificate running on top of docker
rimelek
(Ákos Takács)
February 5, 2022, 10:09pm
4
Does it mean that you cannot access websites or you just want to get rid of this warning?
You can read about this parameter in the documentation: NginX SSL module: ssl_stapling
If it is just a warning you can disable ssl_stapling or make the self-signed certificate trusted.
chisumo
(Chisumo)
February 7, 2022, 9:00pm
5
Hi Rimek
I can’t access the websites via HTTPS also I need to get rid of SSL warning,
rimelek
(Ákos Takács)
February 9, 2022, 6:32pm
6
No, you should get rid of the cause If this is the only clue you have, you can try to configure it as I suggested based on the documentation, but read that for more details. If you still can’t access the websites, that means the warning really is just a warning and the real cause is something else.