Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecation warning #6

Open
mraesener-aubex opened this issue Jul 29, 2024 · 0 comments
Open

deprecation warning #6

mraesener-aubex opened this issue Jul 29, 2024 · 0 comments

Comments

@mraesener-aubex
Copy link

Hey everybody, I'm new to lcl.host and just got started. Nevertheless I wanted to create an issue for the following observation:

$ gunicorn --bind 0.0.0.0:$HTTPS_PORT config.wsgi:application
~/projects/foo/.venv/lib/python3.12/site-packages/anchor_pki/autocert/managed_certificate.py:38: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc.
  return self.cert.not_valid_after.replace(tzinfo=datetime.timezone.utc)
~/projects/foo/.venv/lib/python3.12/site-packages/anchor_pki/autocert/managed_certificate.py:33: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_before_utc.
  return self.cert.not_valid_before.replace(tzinfo=datetime.timezone.utc)
Certificate for roboregister.lcl.host returned from disk cache (tmp/acme)
Certificate for roboregister.lcl.host returned from disk cache (tmp/acme)
[2024-07-29 07:44:03 +0200] [12515] [INFO] Starting gunicorn 22.0.0
[2024-07-29 07:44:03 +0200] [12515] [INFO] Listening at: https://0.0.0.0:44324 (12515)
[2024-07-29 07:44:03 +0200] [12515] [INFO] Using worker: sync
[2024-07-29 07:44:03 +0200] [12516] [INFO] Booting worker with pid: 12516

I guess for now it's just something for the backlog or so but anyways now it's tracked.

cheers and thx for the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant