The only configuration difference is that you use a Letsencrypt wildcard certificate for Plesk and for all domains. While I use a Letsencrypt certificate for Plesk and a specific Letsencrypt certificate for each domain. I don't think this could be the problem but you can give it a try.
Have you installed and enabled recommended the two extensions (CA plugins) from SSL It !? In particular DigiCert SSL 1.5+. In my case I also enabled and synchronized TLS versions and ciphers by Mozilla (Modern configuration). I have your identical server and client configuration so I don't...
Hi MicheleB,
I also had the exact same problem. I solved it in this way:
On Transmit: Preferences -> Advanced -> Server (Default) -> Advanced: activated the check on "Use TLS v1.2 encryption".
Enjoy it!
Paolo
Thank you. I executed to get the list of the apt processes, but no processes was running.
Through the plesk panel I updated the plesk starting from the page https: // _ myserver_: 8447 / summary.html? and it went well (from Update # 60 to Update # 62).
I think it was a transient problem and...
On my home screen I found the following warning:
Failed to update Plesk. To solve this problem, you can send the update log to Plesk support. View the update logs (July 27, 2019). Copy the logs to your computer before you close this message. To close this message, click here.
These are the...
Is it possible to configure nginx to redirect all calls from http to https with the exception of some file types, for example .doc, .docx etc.?
This is the actual configuration for redirect all calls:
if ($ssl_protocol = "") {
rewrite ^ https://$server_name$request_uri? permanent;
}...