FiloSottile / mkcert

A simple zero-config tool to make locally trusted development certificates with any names you'd like.
https://mkcert.dev
BSD 3-Clause "New" or "Revised" License
48.78k stars 2.52k forks source link

mkcert -install hangs #604

Open chrcan opened 1 month ago

chrcan commented 1 month ago

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 1 month ago

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_HOME before mkcert -install and that solved the problem.

Related: