meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sw:nginx:issue [2024/01/16 13:32] – created niziaksw:nginx:issue [2026/04/24 12:32] (current) niziak
Line 1: Line 1:
 ====== Issue ====== ====== Issue ======
 +
 +===== key values mismatch =====
 +
 +<code>**failed (SSL: error:05800074:x509 certificate routines::key values mismatch)**</codE>
 +
 +But:
 +  * Checked modulus of cert and key = OK
 +  * Compare public key from cert and key = OK
 +  * the exactly same cert+key pair works with another nginx
 +Solution:
 +  * one of virtual hosts (development env) containes path to another .crt than .key
 +
 +
 +=====  Too many open files =====
 +
 +Some request returns 404 and error is logged in ''error.log''
 +<code>
 +[crit] 124477#124477: accept4() failed (24: Too many open files)
 +</code>
 +
 +https://www.cyberciti.biz/faq/linux-unix-nginx-too-many-open-files/
  
 ===== nginx: [warn] protocol options redefined for 0.0.0.0:443 ===== ===== nginx: [warn] protocol options redefined for 0.0.0.0:443 =====