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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Ok, serious oversight on my part. I needed to go to "hosting" to choose the certificate, not to "SSL/TLS". Once I made the change it worked like I want it to...
I think that's how I created them back then....
And I'm sure the wildcard-certificate would cover them, but nginx/apache serve an independent certificate each for each subdomain, that let's encrypt issued specifically for that subdomain. That is, because if I click on TLS/SSL in the subdomain I...
I think we miscommunitacted. I have on the main domain a wildcard certificate. I want that the subdomains that I have serve this certificate, too. But there seems to be no option for that.
What you descibe would generate a new wildcard certifiacte for each sub domain, wouldn't it. That is not...
So, the Obsidian PLESK frontend allows for me to click on my main domain => SSL/TLS certificate and choose "Let's encrypt" and there choose wildcard certificate. But that certificate is only served on my main domain and other subdomains that aren't explicitly listed under domains in PLESK - like...
What does "sys admin approach" mean, exactly.
I usually try to find my way through tutorials, and try to check server settings with ssllabs-test service.
Adding server rules to the apache/nginx settings per domain didn't always yield results.
And therefore I wonder if there is a central place...
But aren't those files overwritten occasionally, when updates and such happen?
Also, can I use PLESK SLL it! together with the Let'sEncrypt extension ?
It appears Obsidian only uses version 4 of Mozillas implementations of TLS settings. Will there be a switch to version 5?
Or a choice to use version 5 instead?
I have the same issue.
Seems libcurl.so.4 is linked to libcurl.so.4.6.0
There is a not linked libcurl.so.4.4.0 in the directory.
Couldn't get it to work...
refs.php tells us, that the PGP options only show, when
$GLOBALS['conf']['gnupg']['path']
is not set, so back in conf.php I set:
$conf['gnupg']['path'] = '/usr/bin/gpg';
and, voila.
Addition:
I send a PGP/MIME email to the account and horde explicitly states PGP Support is disabled.
However, these post on geekdecoder.com (No PGP for Horde Mail in Plesk – geekdecoder) my hord doesn' show the PGP option in the preferences menu.
I run Horde 5.2.17 on an ubuntu system with PLESK.
I added
$conf['utils']['gnupg'] = '/usr/local/bin/gpg';
to the
/usr/share/psa-horde/imp/config/conf.php
file.
EDIT: I did use find to verify that this is the location of the gpg executable. ;)
True.
However, the FAQ under
Does Plesk support Percona database server?
makes it seem like I could replace them, without worrying about Plesk. But if to install percona i have to purge mysql and it has a dependency to Plesk, do I really have to remove Plesk and reinstall it?
Will my config...
Unfortunately the way my provider installs the OS is with plesk and mysql.
And I have an ubuntu system, which afaik uses apt-get instead of rpm for installing software. So, the tutorial for centOS doesn't fit, but as far as I see, its the same steps the tutorials for ubuntu suggest, too.
My...
Nice, got the 'LMGTFY' award. So, did someone google that for me and came up this a solution with the problem, for I have tons of hits where what I tried is supposed to work, but it doesn't for me...