Welcome! Log In Create A New Profile

Advanced

Re: Ocsp stapling

Anonymous User
August 22, 2015 02:48PM
Sure,

here is the relevant portion of my virtual hosts config:

server {
listen 443 ssl;
server_name <domain>;

client_max_body_size 64m;
client_body_timeout 60;

access_log /var/log/nginx/.....;
error_log /var/log/nginx/.........;

root /var/www/html/rc/;
index index.html index.php;

ssl_protocols TLSv1.1 TLSv1.2;
ssl_certificate /etc/pki/tls/private/......pem;
ssl_certificate_key /etc/pki/tls/private/.....pem;

ssl_session_cache shared:SSL:10m;
ssl_session_timeout 4h;

ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
ssl_dhparam /etc/pki/tls/private/dhparams.pem;

add_header Public-Key-Pins-Report-Only
'pin-sha256="amMeV6gb9QNx0Zf7FtJ19Wa/t2B7KpCF/1n2Js3UuSU=";
pin-sha256="hXVOamtUHc8T8jznu+VMpu6wgk3ASIUi6YM4obeAEDw=";
max-age=31536000; includeSubDomains';

add_header Strict-Transport-Security "max-age=31536000;
includeSubdomains";

resolver 127.0.0.1;
ssl_stapling on;
ssl_stapling_verify on;
ssl_trusted_certificate /etc/pki/tls/private/root_store/............pem;




On 2015-08-22 14:34, biazus wrote:
> I have been using Nginx 1.8.X with ocsp stabling for a couple of weeks
> and
> it seems to be fine. Please send your config files, it may help...
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,261177,261181#msg-261181
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Ocsp stapling

Fabian Santiago August 21, 2015 10:42PM

Re: Ocsp stapling

biazus August 22, 2015 02:34PM

Re: Ocsp stapling

Anonymous User August 22, 2015 02:48PM

Re: Ocsp stapling

biazus August 22, 2015 08:41PM

Re: Ocsp stapling

Fabian Santiago August 23, 2015 09:56AM

Re: Ocsp stapling

Anonymous User August 23, 2015 04:30PM

Re: Ocsp stapling

Alan Orth October 02, 2015 01:36PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 312
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready