FreeBSD Bugzilla – Attachment 244772 Details for
Bug 273656
security/py-certbot: needs export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 in ${LOCALBASE}/etc/periodic/weekly/500.certbot-3.9 on systems with OpenSSL 3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for security/py-certbot/files/500.certbot.in
security_py-certbot_files_500.certbot.in.diff (text/plain), 819 bytes, created by
Trond Endrestøl
on 2023-09-11 16:23:58 UTC
(
hide
)
Description:
Patch for security/py-certbot/files/500.certbot.in
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2023-09-11 16:23:58 UTC
Size:
819 bytes
patch
obsolete
>diff --git a/security/py-certbot/files/500.certbot.in b/security/py-certbot/files/500.certbot.in >index e743587b4d32..bf38856322df 100644 >--- a/security/py-certbot/files/500.certbot.in >+++ b/security/py-certbot/files/500.certbot.in >@@ -40,6 +40,11 @@ case "$weekly_certbot_enable" in > POST_HOOK="" > DEPLOY_HOOK="" > >+ # RuntimeError: OpenSSL 3.0's legacy provider failed to load. >+ # This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY. >+ # If you did not expect this error, you have likely made a mistake with your OpenSSL configuration. >+ export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 >+ > if [ -n "$weekly_certbot_service" ] && \ > [ -z "$weekly_certbot_pre_hook" ] && [ -z "$weekly_certbot_post_hook" ]; > then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273656
: 244772