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

Support connecting to SSL servers with self signed certs. #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cwest
Copy link

@cwest cwest commented May 6, 2014

This will let me connect to my GitHub Enterprise server via Hubot.

@technoweenie
Copy link
Owner

Is this needed? Why can't you just pass rejectUnauthorized if you want to change its default value? This should just pass through any options to request() directly.

@joshperry
Copy link

Besides for very limited testing, ignoring cert errors is a really bad idea. If you need to trust a self-signed certificate you should really trust the certificate by adding it to your machine's trust store.

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

Successfully merging this pull request may close these issues.

3 participants