mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #73] How to use on Windows #39
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#39
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 @ivangretsky on GitHub (Sep 6, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/73
Good day!
This project is something I've been dreaming to happen for a long time. And now it is ready for Windows so a dream comes true) Thanks for this!
I did try to install and make it work, but could not cope and do not know what to do next.
What I did:
mkcert.mkcert -install. There was a popup to confirm adding local CA to trusted system store (or something like that). I agreed. There was all the expected messages in the cmd. Two files were added toC:\Users\ХХХ\AppData\Local\mkcert\: rootCA.pem and rootCA-key.pem.mkcert test.xyz. Two files were added toC:\Users\XXX\: test.xyz.pem and test.xyz-key.pem (is it the right place to add them???)ERR_SSL_SERVER_CERT_BAD_FORMATerror.What did i do wrong? How can I debug?
@xyzdata commented on GitHub (Sep 14, 2018):
docs for windows is wanted.
@xgqfrms commented on GitHub (Sep 14, 2018):
what's wrong with this ?
@ivangretsky commented on GitHub (Sep 14, 2018):
@xgqfrms, see 1 and 2 in my original post. Real problems start later)
@xgqfrms commented on GitHub (Sep 14, 2018):
@ivangretsky
solution
but the * is not work, why?
@xgqfrms commented on GitHub (Sep 14, 2018):
OK
@adamdecaf commented on GitHub (Oct 23, 2018):
Was this problem solved?
@ivangretsky commented on GitHub (Oct 23, 2018):
Nope
@adamdecaf commented on GitHub (Oct 23, 2018):
What problem are you having? It looks like someone posted a nodejs server. Is your problem related to the certificate in Window's store or your application?
@ivangretsky commented on GitHub (Oct 24, 2018):
I tried my best to describe my issue in the original post. Do I need to add something?
@adamdecaf commented on GitHub (Oct 24, 2018):
Does the dev server report errors about the certificate files? Can you share the logs and code for the server?
@aweber1 commented on GitHub (Oct 24, 2018):
@ivangretsky you mentioned:
It's unclear what type of server you're trying to use the certificate with. That will have an impact on both how you generate and how the certificate is used.
That said, if you're using IIS, check out this blog post (shameless plug):
https://medium.com/@aweber01/locally-trusted-development-certificates-with-mkcert-and-iis-e09410d92031
@ivangretsky commented on GitHub (Oct 25, 2018):
I am using xampp portable with apache web server.
Was just writing a long post about how nothing works, checking one step after another, and realized that I did not tell apache to use the certificates issued. I changed virtual host config for a site as shown below, and it started working!
It is in
xampp\apache\conf\extra\httpd-vhosts.confin my case for xampp.Thanks @adamdecaf and @aweber1!
Wildcard for 2nd level domains don't work in Chrome though.
@Tonzitos commented on GitHub (Feb 27, 2021):
I am not sure if my problem is related
@mohamedmmc commented on GitHub (Mar 24, 2021):
i'm dealing with the same issue
@Marchiuzzz commented on GitHub (Mar 31, 2021):
Having the exactly same issue
@DaggieBlanqx commented on GitHub (Oct 26, 2021):
Works absolutely great for me!