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

Authorization.value max_length too short for SAN entries. #99

Closed
FlorensDouwes opened this issue Nov 18, 2022 · 1 comment
Closed

Authorization.value max_length too short for SAN entries. #99

FlorensDouwes opened this issue Nov 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@FlorensDouwes
Copy link

FlorensDouwes commented Nov 18, 2022

Related to #95, but the value field of the Authorization model is limited to 64 chars. I'm hitting an issue where my dns alternative name is more than 64 characters, and the following is raised: acme2certifier database error in Order._add() authz: (1406, "Data too long for column 'value' at row 1")

This is for the django backend.

Can we raise this limit? Also, as in #95, the max length on Order.identifiers is also not raised yet, is that a good idea too?

@grindsa grindsa added the bug Something isn't working label Nov 18, 2022
@grindsa
Copy link
Owner

grindsa commented Nov 19, 2022

Can you please specify the acme-client and the handler you are using? I would like to replicate this locally...

Thx

Fix got included in v0.23.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants