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

add DENO_CERT with value set to the CA PEM file #7

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

alexflint
Copy link
Member

@alexflint alexflint commented Feb 3, 2025

Looks like deno has its own environment variable for adding CA certs: DENO_CERT. This PR adds this to the list so deno programs can now be run with:

httptap -- deno --allow-net src.ts

Fixes #6

@alexflint alexflint mentioned this pull request Feb 3, 2025
@alexflint alexflint merged commit bf53180 into main Feb 3, 2025
1 check passed
@alexflint alexflint deleted the make-ca-work-with-deno branch February 3, 2025 20:24
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.

connection errors
1 participant