mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #604] mkcert -install hangs #339
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chrcan on GitHub (Aug 23, 2024).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/604
Environment
Hello,
I install on my macOS 13.6 (22G120) normally ‘brew install mkcert’ then mkcert -install check again the version mkcert -version and as far as I can see everything is installed with version 1.4.4 fine.
Now I try to start a ddev project with ddev start and no matter with which project it always hangs when checking the certificate.
I have checked everything so far, the certificates are created and I can also see them in the macOS keychain, but the connection or query does not seem to work.
I have also analysed the mkcert, but as I am not a developer, the protocol does not tell me anything.
How can it be that the communication does not work, do you have a solution for the problem?
Analyse von „mkcert“.txt
@rfay commented on GitHub (Sep 9, 2024):
We've seen a number of instances of a hang like this where Java was apparently misconfigured. The solution in this case was to
unset JAVA_HOMEbeforemkcert -installand that solved the problem.Related: