Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

PCI Nginx SSL

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
chrisf
Posts: 49
Joined: Sat Oct 13, 2018 6:25 pm

Os: Ubuntu 16x
Web: apache + nginx
PCI Nginx SSL
  • Quote

Post by chrisf » Wed Oct 17, 2018 3:05 am

TLS 1.0 should be disabled and weaker ciphers disabled as well. Nginx should be configured to something closer to:

Code: Select all

 # SSL PCI Compliance
 ssl_session_cache   shared:SSL:10m;
 ssl_protocols       TLSv1.1 TLSv1.2;
 ssl_prefer_server_ciphers on;
 
 ssl_ciphers "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS";
That is much closer to PCI compliance.

Enjoy! :-)
Top

alexcy
Posts: 256
Joined: Sun Jun 01, 2014 11:24 pm
Contact:
Contact alexcy
Website

Os: Ubuntu 15x
Web: nginx + php-fpm
Re: PCI Nginx SSL
  • Quote

Post by alexcy » Wed Oct 24, 2018 5:56 pm

I've made a push request on GitHub for that about 2 months ago but it was not accepted!
Top


Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password