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.
@Tyson_Moore :) So...... what is the actual problem then? :D
Previously, this was the post:
Yet, in the preceding couple of posts, we can see the ciphers that you've chosen, in the order you've specified them on your server, all clearly shown in SSL Labs.
The phrase used (shown above) gave the...
@Tyson_Moore aka a man of few words :p
Looks like you've used nmap --script ssl-enum-ciphers -p 443 yourdomain.com for that ^ & presumably it's just 1 of your hosted domains, not your Plesk Panel, but is that ALL of the output? The results usually show a letter grade (A through F) indicating...
I have noticed that the default installation of Plesk came with tls v1 and tls v1.1 activated by default. In /etc/nginx/conf.d/ssl.conf, I deleted the text related to those TLS
so, now i have:
ssl_protocols TLSv1.2 TLSv1.3;
I guess that if we turn off ssl_prefer_server_ciphers, it should...
Ok, had much trouble the past 2 days with sending e-mails and facing SMTP errors while sending e-mails.
Symptoms could not be found for all users - some where able to send with the same mailbox where other where not able to send.
Only difference: mail-client, ip-type & address (v4 & v6)
Found...
Hello,
TLS versions and ciphers by Mozilla is system wide, not per domain.
I host 3 domains, no matter for which one I set this setting is set for all 3 domains (strange)
Also Apache/Nginx settings seems like not respected TLS/SSL settings when this option is on.
1. How to manually with...
Product version: Plesk Onyx 17.0.17 Update #63
OS version: Ubuntu 12.04
Hi, I have a very old server, and since this morning I can't log in to the admin panel. When I tried to log in as admin I get this error:
ERROR: syntax error, unexpected '?' (Helper.php:569)
What I've done so far (After...
It appears LiteSpeed uses its own openssl:
SSL Version
OpenSSL/1.1.1d
I remember they had DH Param settings, but it appears they have taken them out in one of the later/the latest version. I guess because most servers should have a late enough version of Apache and openssl to handle the...
Username:
TITLE
Nginx compile by Plesk and chipers
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk 18.0.39 Update #2, CentOS 7.9.2009
PROBLEM DESCRIPTION
In my configuration TLS 1.3 isn't implementable but with nginx complied by Plesk, I can secure my domains with the last version...
I have install Plesk Obsidian 18.0.44 on Ubuntu 22.04
I am facing same
I have installed Plesk Obsidian 18.0.44 on Ubuntu 22.04
I am facing same drwebd problem
same entries in logs like
drwebd.real[5182]: Key file: /opt/drweb/drweb32.key - Key file was not found! (
drwebd[5182]: A path to a...
Plus
In both, it's the same indication as before (caveat: nmap version number diffs...) of having ciphers and their ratings in place, but no grade (A through F) indicating the strength of the connection AND no ephemeral DH parameters being visible. Are those ciphers actually being utilised...
Confirmed! "Modern" Ciphers in Plesk SSL-it extension lead to broken Apache config!
I got a working config again by changing the "Applied preset" in "TLS versions and ciphers by Mozilla" within Plesk SSL-it extension back to "Intermediate (recommended)" and afterwards using the "Webserver...
Thought so, but was worth double checking
Understood
Thought so, but again was worth double checking
You won't be using TLSv1.3 (and it's ciphers) currently then, as you already know you need OpenSSL 1.1.1* to do so. You're not using nginx either, which Plesk used as an effective TLSv1.3...
I tried plesk repair fs and all domains had errors which were fixed but nothing changed in UI.
I tried plesk repair all and this shows up all the time and repair will not finish.
2024 May 24 14:55:32 server A path to a valid license key file was not specified.
2024 May 24 14:55:32 server...
Resolved Forwarded to devs - SSL It! TLS versions and ciphers by Mozilla v5 'intermediate' should support IE11 on Win7 or 8 - causes 'handshake_failure'
TL;DR add this in panel.ini
[ext-letsencrypt]
key-algorithm = ECDSA
It is not a bug of SSLIt. It depends on the certificate type on a domain.
IE11 on Win7 handshake_failure
"Windows doesn't support GCM with RSA and no Chacha20. So there is no matching Cipher suite." But "IE11 client supports the TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 cipher". So, you have to...
Hi,
I'm on CentOS7 with Plesk 18.0.39 and I use nginx as a proxy.In my configuration TLS 1.3 isn't implementable but with nginx complied by Plesk, I can secure my domains with the last version.
I use Let'sEncrypt to secure domains but I have a question about this; my domains are secured with...