meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
sw:nginx:issue [2025/09/17 11:55] 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 ===== =====  Too many open files =====