Open GuiPoM opened 4 months ago
This package is already on 43.0.0
Yes ... this is indeed the problem. It creates the issue because it is too recent for the rest of the libs which are bundled together
edit: see my comment in the initial post
This is linked to certbot and cryptography being updated to 43.0.0 https://github.com/certbot/certbot/issues/9967#issuecomment-2246806307
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
I'm also having this issue. Running SWAG on latest.
/lsiopy/lib/python3.12/site-packages/certbot/ocsp.py:238: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to this_update_utc. if not response_ocsp.this_update: /lsiopy/lib/python3.12/site-packages/certbot/ocsp.py:240: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to this_update_utc. if response_ocsp.this_update > now + timedelta(minutes=5): /lsiopy/lib/python3.12/site-packages/certbot/ocsp.py:242: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to next_update_utc. if response_ocsp.next_update and response_ocsp.next_update < now - timedelta(minutes=5):
This needs to be fixed on certbot's end. Based on the linked issue upstream, it's an incompatibility between certbot and cryptography 43.0.0, but certbot lists no maximum version in their install deps for cryptography, only a minimum so a pip install certbot
results in installing cryptography 43.0.0.
Certbot can either make it compatible with the recent cryptography, or can define a maximum version.
https://github.com/certbot/certbot/blob/v2.11.0/certbot/setup.py#L33
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
When running docker-swag and renewing the certificate, the following logs are displayed:
This is linked to certbot and cryptography being updated to 43.0.0 https://github.com/certbot/certbot/issues/9967#issuecomment-2246806307
Expected Behavior
No deprecation logs should be seen
Steps To Reproduce
I am running 2.11.0-ls313 Build-date:- 2024-07-27T03:23:38+00:00
Environment
CPU architecture
x86-64
Docker creation
Container logs