meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sw:nginx:issue [2024/01/16 13:32] – created niziak | sw:nginx:issue [2026/04/24 12:32] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Issue ====== | ====== Issue ====== | ||
| + | |||
| + | ===== key values mismatch ===== | ||
| + | |||
| + | < | ||
| + | |||
| + | 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 '' | ||
| + | < | ||
| + | [crit] 124477# | ||
| + | </ | ||
| + | |||
| + | https:// | ||
| ===== nginx: [warn] protocol options redefined for 0.0.0.0:443 ===== | ===== nginx: [warn] protocol options redefined for 0.0.0.0:443 ===== | ||