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

Catch any errors when instantiating https.Agent #24

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Conversation

dmoss18
Copy link
Contributor

@dmoss18 dmoss18 commented Feb 13, 2024

#18

Browsers should adhere to the 1.2 minimum TLS version, so we'll just catch any errors with this and move on.

Copy link
Contributor

@osdevisnot osdevisnot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix still causes a warning in browser environment:

image

@dmoss18
Copy link
Contributor Author

dmoss18 commented Feb 14, 2024

@osdevisnot I took it out completely. Let me know if you see any more warnings. If it looks good, I'll merge this and publish a new version.

@osdevisnot
Copy link
Contributor

Amazing, this works better now. I would recommend we merge it, but wait to cut a new version after #25 is resolved.

@dmoss18 dmoss18 merged commit 9ffbe9f into master Feb 28, 2024
2 checks passed
@dmoss18 dmoss18 deleted the https-browser-fix branch February 28, 2024 21:52
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.

2 participants