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

Allow self-signed certificates #143

Open
stormsweeper opened this issue Mar 19, 2024 · 0 comments · May be fixed by #144
Open

Allow self-signed certificates #143

stormsweeper opened this issue Mar 19, 2024 · 0 comments · May be fixed by #144

Comments

@stormsweeper
Copy link

I presume my use case is pretty common, but I have a self-signed certificate for my development host. This works fine in the browser, where the cert can be trusted. It would be ideal to have a flag like curl to skip verification.

I have a draft PR I will add to this issue shortly.

stormsweeper added a commit to stormsweeper/graphqurl that referenced this issue Mar 19, 2024
The flags are based on the same ones in cURL. With the flag added, it will create an https agent
that does not reject bad certificates.

fix hasura#143
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 a pull request may close this issue.

1 participant