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

SSL through management console issue #5343

Closed
mustafaboleken opened this issue Jul 7, 2023 · 0 comments · Fixed by ant-media/Ant-Media-Management-Console#229
Closed

SSL through management console issue #5343

mustafaboleken opened this issue Jul 7, 2023 · 0 comments · Fixed by ant-media/Ant-Media-Management-Console#229
Labels

Comments

@mustafaboleken
Copy link
Contributor

The existing domain validation function on the management console expects the last part of the domain's length should be less than 7 and it's problematic cause there are some domains which ends with .website Here is the problematic regex

/^(?!-)[A-Za-z0-9-]+([\-\.]{1}[a-z0-9]+)*\.[A-Za-z]{2,6}$/

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

Successfully merging a pull request may close this issue.

1 participant