3.0.0 • Published 14 days ago

sslize v3.0.0

Weekly downloads
10
License
ISC
Repository
github
Last release
14 days ago

SSLize

Automatic reverse proxy with let's encrypt.
All requests received will be create a reverse proxy to an regular http server SSL will be generated with let's encrypt for each host in requests. This is very useful to put that app in front an web server that only has support for http

Install

npm install -g sslize

Usage

First register the domain[s] to use:
```
npx greenlock add --subject domain.com  --altnames domain.com
```

then start the sslize
```

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

# Example
	```
	npx greenlock add --subject domain.com  --altnames domain.com
	sslize john@example.com http://destination-server.com:8080 false
	```

This command will start a webserver on port 80 and 443 to receive the incoming connection then register the ssl if necessary then connect it to the destination, in our case http://destination-server.com:8080, but it could be another webserver as well.

# Production
	sslize john@example.com http://destination-server.com: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

# References

https://www.npmjs.com/package/greenlock

https://git.rootprojects.org/root/greenlock.js.git

https://git.rootprojects.org/root/greenlock.js/issues/29

https://git.rootprojects.org/root/greenlock-express.js

https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples

https://github.com/fernandobhz/sslize/blob/00580e97ac2cd6402ba912d915ca975fbc33eb73/sslize.js

https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples/http-proxy/server.js

# Credits

[https://www.linkedin.com/in/fernandoreisguimaraes/](https://www.linkedin.com/in/fernandoreisguimaraes/)  

# Donate

[![paypaldonate](https://www.paypalobjects.com/pt_BR/BR/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RNDJKX9J6TBRW)
2.0.3

14 days ago

2.0.2

14 days ago

2.0.1

15 days ago

3.0.0

14 days ago

2.0.0

2 months ago

1.3.56

6 years ago

1.3.55

6 years ago

1.3.54

6 years ago

1.3.53

6 years ago

1.3.52

6 years ago

1.3.51

6 years ago

1.3.50

6 years ago

1.3.49

6 years ago

1.3.48

6 years ago

1.3.47

6 years ago

1.3.46

6 years ago

1.3.45

6 years ago

1.3.44

6 years ago

1.3.43

6 years ago

1.3.42

6 years ago

1.3.41

6 years ago

1.3.40

6 years ago

1.3.39

6 years ago

1.3.38

6 years ago

1.3.37

6 years ago

1.3.36

6 years ago

1.3.35

6 years ago

1.3.34

6 years ago

1.3.33

6 years ago

1.3.32

6 years ago

1.3.31

6 years ago

1.3.30

6 years ago

1.3.29

6 years ago

1.3.28

6 years ago

1.3.27

6 years ago

1.3.26

6 years ago

1.3.25

6 years ago

1.3.24

6 years ago

1.3.23

6 years ago

1.3.22

6 years ago

1.3.21

6 years ago

1.3.20

6 years ago

1.3.19

6 years ago

1.3.18

6 years ago

1.3.17

6 years ago

1.3.16

6 years ago

1.3.15

6 years ago

1.3.14

6 years ago

1.3.13

6 years ago

1.3.12

6 years ago

1.3.11

6 years ago

1.3.10

6 years ago

1.3.9

6 years ago

1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago