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

AEWeb ssl certificate does not work on multiple / wildcard domain name #1553

Open
Neylix opened this issue Aug 21, 2024 · 0 comments
Open

AEWeb ssl certificate does not work on multiple / wildcard domain name #1553

Neylix opened this issue Aug 21, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers web hosting issue regarding web hosting

Comments

@Neylix
Copy link
Member

Neylix commented Aug 21, 2024

Describe the problem you discovered

Currently when an aeweb reference transaction contains an ssl certificate, the node ensure the host domain name is certified by the certificate. To do so it search for the subjectAltName and take the last one.
It works well if the certificate only certify one domain name, but it fail if there is a wildcard or multiple domain name certified.

For exemple the domain name guide.ucopourlesnuls.fr will not be found as the node only take the last one which is dashboard.ucopourlesnuls.fr

image

Same for wildcard since we compare 2 strings.
guide.ucopourlesnuls.fr != dashboard.ucopourlesnuls.fr != *.ucopourlesnuls.fr

Describe the solution you'd like

The check for the domain name should be more clever and find the domain name even with mutiple domain certified or a wildcard.

Epic

No response

@Neylix Neylix added bug Something isn't working web hosting issue regarding web hosting labels Aug 21, 2024
@samuelmanzanera samuelmanzanera added the good first issue Good for newcomers label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers web hosting issue regarding web hosting
Projects
None yet
Development

No branches or pull requests

2 participants