Tag: nginx

Nginx HTTPOnly and Secure Cookie

Having HTTPOnly and Secure in HTTP response header can help to protect your web applications from cross-site scripting and session manipulation attacks. There are two ways to configure HTTPOnly Secure Cookie Attribute in Nginx.

Continue reading

nginx SSL error key values mismatch

The error nginx SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch can happen for a chain of certificates merged in one .crt file. The reason is that nginx tries to apply a private key to the first certificate in a crt file. nginx needs that the first certificate in a .crt file would be a server certificate. …

Continue reading

Load more