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.
Https is working now. But I don't really know why. Maybe it was the Plek Update or the reconfiguration: /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
or /usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair I did after Plek update again.
That didn't help. :(
In nginx error.log still the same error and in apache2 error.log:
[Thu Dec 04 16:20:41.059290 2014] [ssl:warn] [pid 29627] AH01909: RSA certificate configured for horde.webmail:443 does NOT include an ID which matches the server name
[Thu Dec 04 16:20:41.059430 2014]...
So I did all the instructions and I have to say that I'm nearly a newby in webserver management - that's why I'm using Plesk and I'm thankful for every help!
Step 1) I loaded the script for linux that should deactivate the ssl 3.0 fallback, poodle shows now folling result:
85.xxx.xxx.xxx:21 -...
In /etc/nginx/plesk.conf.d/vhosts/@xxx.conf are the following definitions for ssl:
server {
listen 85.xxx.xxx.xxx:443 ssl;
server_name xxx.de;
server_name www.xxx.de;
server_name ipv4.xxx.de;
ssl_certificate /opt/psa/var/certificates/cert-4uznHW;
ssl_certificate_key...
Hello,
I have the same problem with my pomain in plesk (12.0.18 Update #26, on Ubuntu 14.04.1 LTS). I have enabled SSL-usage and created a sef-signed certificate. It's assigned and plesk shows the info that it is used. But when I try to load the website over https then in nginx I have the same...