This website requires JavaScript.
Explore
Docs
Blog
Community
Main Website
Help
Sign In
push.rocks
/
smartproxy
Watch
2
Star
0
Fork
0
You've already forked smartproxy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
smartproxy
/
ts
/
networkproxy
History
Philipp Kunz
0f356c9bbf
feat(CertificateManager): Implement on-demand certificate retrieval for missing SNI certificates. When no certificate is found for a TLS ClientHello, the system now automatically registers the domain with the Port80Handler to trigger ACME issuance and immediately falls back to using the default certificate to complete the handshake. Additionally, HTTP requests on port 80 for unrecognized domains now return a 503 indicating that certificate issuance is in progress.
2025-05-05 17:03:22 +00:00
..
classes.np.certificatemanager.ts
feat(CertificateManager): Implement on-demand certificate retrieval for missing SNI certificates. When no certificate is found for a TLS ClientHello, the system now automatically registers the domain with the Port80Handler to trigger ACME issuance and immediately falls back to using the default certificate to complete the handshake. Additionally, HTTP requests on port 80 for unrecognized domains now return a 503 indicating that certificate issuance is in progress.
2025-05-05 17:03:22 +00:00
classes.np.connectionpool.ts
BREAKING_CHANGE(core): refactored the codebase to be more maintainable
2025-03-25 22:30:57 +00:00
classes.np.networkproxy.ts
fix(docs): Update README: rename certProviderFunction to certProvisionFunction in configuration options for consistency.
2025-05-05 10:46:05 +00:00
classes.np.requesthandler.ts
fix(networkproxy/requesthandler): Improve HTTP/2 request handling and error management in the proxy request handler; add try-catch around routing and update header processing to support per-backend protocol overrides.
2025-04-19 18:42:36 +00:00
classes.np.types.ts
BREAKING CHANGE(acme): Refactor ACME configuration and certificate provisioning by replacing legacy port80HandlerConfig with unified acme options and updating CertProvisioner event subscriptions
2025-05-02 14:58:33 +00:00
classes.np.websockethandler.ts
BREAKING_CHANGE(core): refactored the codebase to be more maintainable
2025-03-25 22:30:57 +00:00
index.ts
BREAKING_CHANGE(core): refactored the codebase to be more maintainable
2025-03-25 22:30:57 +00:00