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

feat: support tls and protocol #38

Merged
merged 19 commits into from
Mar 26, 2025
Merged

feat: support tls and protocol #38

merged 19 commits into from
Mar 26, 2025

Conversation

OskarLebuda
Copy link
Contributor

Resolves #19

@pi0 pi0 changed the title Feat/https feat: support https Mar 12, 2025
@pi0 pi0 force-pushed the main branch 2 times, most recently from 06499cc to 978a27d Compare March 24, 2025 19:38
@pi0
Copy link
Member

pi0 commented Mar 26, 2025

Pushed some updates mainly to simplify both usage and implementation:

  • https renamed to tls to as better technical term
  • Reuse one util for resolving cert/key (both Deno and Bun have native node fs compatibility)
  • Updated inline support to detect PEM string format to simplify options
  • Removed ca and PFX support as Deno does not allow this and is not common (can be set with node and bun)

@pi0 pi0 changed the title feat: support https feat: support tls and protocol Mar 26, 2025
@pi0 pi0 merged commit 591141c into unjs:main Mar 26, 2025
2 checks passed
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.

SSL / HTTPS support
3 participants