You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sslize

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sslize

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

2.0.0
Source
npmnpm
Version published
Weekly downloads
11
-42.11%
Maintainers
1
Weekly downloads
 
Created
Source

SSLize

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.

Install

npm install -g sslize

Usage

sslize email protocol://host:port productionServer(true|false|force|root)

Example

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.

Production

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

Credits

www.fernandobhz.com.br
www.fernandobhz.com
fernandobhz.github.io

Donate

paypaldonate

Keywords

lets

FAQs

Package last updated on 07 Mar 2024

Did you know?

Socket

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.

Install

Related posts