Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Solution: Create a new default ssl certificate which is self-signed. Set this up as standard for plesk admin and emails under "admin/ssl-certificate/list". Profit.
The problem with nginx is that ssl does not work if you did not set a default certificate, which is set first inside the config. I...
Can totally relate!
I checked them and they exist... That is what it also really confusing me... I don't see any problem either.
I mean, I created the certificates, selected them and tried to open the page in https. That's the way it should work as I read on several websites.
Nginx seems to be...
If you mean it could be related to my PC or internet connection... I tried it on my mobile via mobile internet and it behaves the same. I also tried it from work.
When I try to open the page in Firefox I get:
Translation: https://support.mozilla.org/en-US/kb/secure-connection-failed-error-message
I do not get any other errors besides the one mentioned in the logs as far as I can see...
Hey Larry,
I tried this about 10 minutes ago with a newly created certificate. Thanks for the link, but it still does not work.
It is quite annoying if the config looks ok and you have a cert but nothing is working...
And I can also not access the statistics .... great!
when I do a tail -f /var/log/nginx/error.log I get messages like
2017/01/23 19:50:59 [error] 12473#0: *59327 no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking, client: xx.xx.xx.xx, server: xx.xx.xx.xx:443
when I open the mentioned above page via https. Do I...
Yes, that's what I was guessing as well, but I see no problems whatsoever. I also verified the paths of the certificates already, they seem to be correct.
Extensions I have installed:
server {
listen xx.xx.xx.xx:443 ssl http2;
server_name somesite.de;
server_name...
Hey guys,
I am using plesk onyx together with let's encrypt and I have generated several certificates for my domains.
SSL is activated for all domains and the let's encrypt certificate is set appropriately, but I still get this error in the nginx logs:
no "ssl_certificate" is defined in server...