Mathias Ertl

Results 58 comments of Mathias Ertl

When trying reproduce the issue, I initialized the project using `dev.py init-demo` (which also creates OCSP certs), then ran `manage.py runserver`, with the following configuration: ```python CA_OCSP_URLS = { "root":...

PS: Please note that you're using absolute paths, this is deprecated, see documentation. I will actually remove deprecate support for this in 1.28.0.

closing this topic as there there is no further response. @PIKACHUIM , I hope django-ca is useful to you! Please feel free to re-open this ticket or open a new...

Hi @alfonsrv, Thanks for the report! This sounds good, I usually integrate extensions once they become available. I will link the commits here when integrating support for the first cryptography...

django-ca 1.23 is now compatible with cryptography 38!

> Also consider this: https://benninger.ca/posts/celery-serializer-pydantic/ (an approach we're currently using). (not our code, just thought it should be mentioned here) I had a look at this. It's a clever approach...

Looking at this more closely today, I believe this is not really possible just with Celery Serializers as they are now. They do receive just the object, but not the...

As you can see, I made a PR in #9023 to attempt to implement this. Comments (and tests) are very welcome!

Hi @dcsan ! I'm replying while waiting for breakfast on vacation. Excuse my brievety, I'll also have more time starting Sunday. I'm not sure if you're using the feature right...

Yes exactly. Please let me know if there's any further issues! I'll make a small pull request clarifying documentation on the weekend.