Mercurial > p > roundup > code
diff CHANGES.txt @ 8031:0f5d31be5418
issue2551219 - use of PEM file with roundup-server
Document requirements of PEM file when using roundup-server in SSL/TLS
mode in the config.ini generated by roundup-server --save-config.
Trap errors produced by missing cert or key when reading a pem file
and try to produce a more useful error.
Man page already had correct documentation. However because man pages
are justified, the marker lines get additional internal spacing. Use
example macros to prevent this spacing in case somebody cuts/pastes
the marker lines.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 08 Jun 2024 04:52:59 -0400 |
| parents | 059c125c1a8b |
| children | 5a122373641a |
line wrap: on
line diff
--- a/CHANGES.txt Thu Jun 06 20:23:31 2024 -0400 +++ b/CHANGES.txt Sat Jun 08 04:52:59 2024 -0400 @@ -170,6 +170,10 @@ requests where the file is not modified. (John Rouillard) - Update JWT example in rest.py to use replacement for datetime.datetime.utcnow(). (John Rouillard) +- issue2551219 - document requirements of PEM file when using + roundup-server in SSL/TLS mode. Report better error messages + when PEM file is missing certificate or private key. (John + Rouillard) Features:
