
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Automatic reverse proxy with let's encrypt. All requests received will be create a reverse proxy to port 80. SSL will be generated with let's encrypt for each host in requests
Automatic reverse proxy with let's encrypt.
All requests received will be create a reverse proxy to port 80.
SSL will be generated with let's encrypt for each host in requests.
This is very usefull to put that app in front an web server that only server http.
For example an apache ou iis.
npm install -g sslize
sslize email protocol://host:port productionServer(true|false|force|root)
sslize john@example.com http://localhost:8080 false
That command will redirect all http on port 80 to port 8080 AND create a server on 443 with lets encrypt ssl then proxy request to port 8080.
sslize john@example.com http://localhost:8080 true
Only use the productionServer only when you have sure that will work, first test with staging server, setting the last argument to false
www.fernandobhz.com.br
www.fernandobhz.com
fernandobhz.github.io
FAQs
Automatic reverse proxy with let's encrypt. All requests received will be create a reverse proxy to port 80. SSL will be generated with let's encrypt for each host in requests
The npm package sslize receives a total of 12 weekly downloads. As such, sslize popularity was classified as not popular.
We found that sslize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.