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

Supporting self-signed certificates #528

Open
aral opened this issue Oct 22, 2015 · 2 comments
Open

Supporting self-signed certificates #528

aral opened this issue Oct 22, 2015 · 2 comments

Comments

@aral
Copy link
Contributor

aral commented Oct 22, 2015

I’m using a self-signed certificate in development (local testing only) via a basic Git HTTPS server in Node.js.

I see that the option to skip the certificate check was removed in d2bdd34 — has anything changed since then? How do we support skipping the cert check (ala git config --global http.sslVerify false via CLI) in Objective-Git?

(“We need to re-enable it” is a valid response but I didn’t want to do that without having a chat about it.) :)

Update: I made the development server run over HTTP to avoid the issue. Would be nice to know what the recommended flow is for self-signed certs for the future though (I’d like to keep the dev/production environments as close as possible.)

@joshaber
Copy link
Member

Yeah, it looks like we just haven't added support back in since we removed it. Pull requests welcome 😄

@phatblat
Copy link
Member

#505 has some details on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants