Skip to content

Commit

Permalink
Fix Python 3.13 SSL failure
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Oct 13, 2024
1 parent 8704739 commit fe9d5f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/files/openssl.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ basicConstraints = CA:false
keyUsage = digitalSignature,keyEncipherment
extendedKeyUsage = 1.3.6.1.5.5.7.3.1
subjectAltName = DNS:rmq.eandersson.net

[ ext ]
basicConstraints=CA:TRUE,pathlen:0

0 comments on commit fe9d5f5

Please sign in to comment.