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

fix subdomain and localhost #84

Merged
merged 2 commits into from Jun 10, 2022
Merged

fix subdomain and localhost #84

merged 2 commits into from Jun 10, 2022

Conversation

NewFuture
Copy link
Contributor

@NewFuture NewFuture commented May 20, 2022

fix #83
related #79

image

@NewFuture
Copy link
Contributor Author

@davewasmer @zetlen please help review and update

@drmcclelland
Copy link

@NewFuture does this also fix this error message: Error: "localhost" is not a valid domain name. ?

@NewFuture
Copy link
Contributor Author

@NewFuture does this also fix this error message: Error: "localhost" is not a valid domain name. ?

No,
but localhost can also be added in this code.

well, this project seems poorly maintained.

@MagnusHJensen
Copy link

Would be nice to see this fixed, we also use local as our subdomain, and it's currently broken :/

@jonthenerd
Copy link

We're blocked on updating devcert to v1.2.1 due to the issue w/localhost. GitHub Dependabot currently reports vulnerabilities under v1.2.1 (see https://www.cvedetails.com/cve/CVE-2022-1929/). Is there any ETA from the maintainers @davewasmer ? on when this could be reviewed and merged? I'm sure we're not the only ones that use devcert to provide localhost an SSL cert to use for localized development...

@mlusk-cdm
Copy link

We have a similar issue. localhost is used testing locally. We use docker containers for integration testing with selenium-grid so we use the container name like 'test-container' for talking between containers. devcert does not like localhost or 'test-container' anymore as it considers them invalid.

@NewFuture
Copy link
Contributor Author

@drmcclelland @jonthenerd @mlusk-cdm
I update the pr to support localhost.

@NewFuture NewFuture changed the title fix subdomain fix subdomain and localhost Jun 9, 2022
@zetlen zetlen merged commit 83dd841 into davewasmer:master Jun 10, 2022
@zetlen
Copy link
Collaborator

zetlen commented Jun 10, 2022

Thanks all. Folks, I'm sorry about the delay; I'm working on a modern drop-in replacement for this library and I simply haven't kept up.

I really appreciate @NewFuture for opening the PR and responding to others' comments. I'll release this shortly.

@jonthenerd
Copy link

Thanks @zetlen . Glad this lib is still being maintained and that you're around. Got a link to your in-progress work?

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

Successfully merging this pull request may close these issues.

Unable to create certificate for local.domain.com
6 participants