Help uninstalling mkcert #592
Unanswered
digicoffey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I was wondering if someone could help me uninstall
mkcert
properly?I installed
mkcert
using the following commands:When I ran these commands, my
/etc/hosts
file had some entries:Example
And I ran my local project like so:
I eventually uninstalled
mkcert
like so:And since I have done this, I have not been able to access
my.second.example.com
when I run my project locally, ieInstead I get the message
This site can't be reached. my.second.example.com refused to connect.
I've clearly missed a step, presumably around this command
mkcert 0.0.0.0 localhost 127.0.0.1 ::1
, and would appreciate any guidance you could offer.Thanks very much
Beta Was this translation helpful? Give feedback.
All reactions