I got a cloud server after the hosting company that I was with start having serious issues, while looking at options I learned about Plesk and I decided to go unmanaged and install Plesk.
And, boy I'm glad, setup was a breeze and after reading a bit and watching some videos I managed to move almost all the sites and set them up.
This morning I was trying to make Let's encrypt or Symantec SSL to work, couldn't get the padlock
And the browser gave me this "ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY"
After looking for a while I found this to disable TLS 1
PCI Complaince Plesk Disable TLS SSL
So I did this:
Enable 'nginx' web server support.
/usr/local/psa/admin/bin/nginxmng --enable
Create a custom domain template for 'nginx':
mkdir -p /usr/local/psa/admin/conf/templates/custom/domain/
cp /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php /usr/local/psa/admin/conf/templates/custom/domain
Edit the following file:
'/usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php', (So far so good)
locate the lines with 'ssl_protocols' and 'ssl_ciphers' directives and replace these lines with the following:
But that file did not had those lines... I tried to enable the SSL function on hosting settings for one site and now the site cannot be displayed on any browser...
This site can’t be reached
The webpage at TuRedVirtual | Otro sitio realizado con WordPress might be temporarily down or it may have moved permanently to a new web address.
ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY
TuRedVirtual | Otro sitio realizado con WordPress
And, boy I'm glad, setup was a breeze and after reading a bit and watching some videos I managed to move almost all the sites and set them up.
This morning I was trying to make Let's encrypt or Symantec SSL to work, couldn't get the padlock
And the browser gave me this "ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY"
After looking for a while I found this to disable TLS 1
PCI Complaince Plesk Disable TLS SSL
So I did this:
Enable 'nginx' web server support.
/usr/local/psa/admin/bin/nginxmng --enable
Create a custom domain template for 'nginx':
mkdir -p /usr/local/psa/admin/conf/templates/custom/domain/
cp /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php /usr/local/psa/admin/conf/templates/custom/domain
Edit the following file:
'/usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php', (So far so good)
locate the lines with 'ssl_protocols' and 'ssl_ciphers' directives and replace these lines with the following:
But that file did not had those lines... I tried to enable the SSL function on hosting settings for one site and now the site cannot be displayed on any browser...
This site can’t be reached
The webpage at TuRedVirtual | Otro sitio realizado con WordPress might be temporarily down or it may have moved permanently to a new web address.
ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY
TuRedVirtual | Otro sitio realizado con WordPress