Files
cloudron-box/src
Girish Ramakrishnan 7a7223a261 OCSP: do not set must-staple in certificate request
On first visit in firefox, must-staple certs (unlike chrome which ignores must-staple) always fail.
Investigating, it turns out, nginx does not fetch OCSP responses on reload or restart - https://trac.nginx.org/nginx/ticket/812 .
So, one has to prime the OCSP cache using curl requests. Alternately, one can use `openssl ocsp -noverify -no_nonce` and
then set `ssl_stapling_file`. Both approaches won't work if the OCSP servers are down and then we have to have some retry logic.
Also, the cache is per nginx worker, so I have no clue how many times one has to call curl. The `ssl_stapling_file` approach
requires some refresh logic as well. All very messy.

For the moment, do not set must-staple in the cert. Instead, check if the cert has a CSP URL and then enable
stapling in nginx accordingly.
2021-04-16 13:33:32 -07:00
..
2021-01-04 15:14:00 -08:00
2021-04-13 22:27:38 -07:00
2021-04-14 21:43:51 -07:00
2021-03-19 09:59:09 -07:00
2021-04-14 21:43:51 -07:00
2021-03-16 16:04:17 -07:00
2021-03-30 12:45:28 -07:00
2021-04-15 16:33:21 -07:00
2021-01-28 16:58:37 -08:00
2020-08-31 21:46:07 -07:00
2020-10-18 10:19:13 -07:00
2021-01-11 22:29:21 -08:00
2021-01-31 20:47:33 -08:00
2020-07-10 09:33:35 -07:00
2021-03-02 18:34:06 -08:00
2020-12-23 17:13:22 -08:00
2021-03-02 21:25:23 -08:00
2020-12-22 16:18:15 -08:00
2020-12-22 16:18:15 -08:00
2020-05-11 14:38:50 -07:00
2020-08-24 08:56:13 -07:00
2021-04-16 12:13:54 -07:00
2021-01-20 20:20:00 -08:00
2021-02-24 14:56:09 -08:00
2021-02-24 14:56:09 -08:00
2021-04-14 20:45:35 -07:00
2021-03-02 18:34:06 -08:00
2020-06-25 11:20:05 -07:00
2021-01-27 21:48:06 -08:00
2021-03-16 16:04:17 -07:00
2021-03-16 16:04:17 -07:00
2021-02-24 16:39:41 -08:00
2021-03-03 13:49:22 -08:00
2020-07-09 16:02:49 -07:00
2021-04-14 21:46:35 -07:00
2020-10-30 10:04:00 -07:00
2021-02-17 23:18:36 -08:00
2021-01-28 16:58:37 -08:00