Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| ssl_proxy [2010/06/20 10:04] – szilu | ssl_proxy [2010/06/20 10:06] (current) – szilu | ||
|---|---|---|---|
| Line 69: | Line 69: | ||
| === Defaults: === | === Defaults: === | ||
| - | < | + | < |
| # ssl_proxy -s 443 -c localhost: | # ssl_proxy -s 443 -c localhost: | ||
| -K / | -K / | ||
| Line 105: | Line 105: | ||
| ==== Examples ==== | ==== Examples ==== | ||
| If you are running a HTTP server at port 80 which does not has SSL support, and you want it to work on SSL too, than defaults are good for you: | If you are running a HTTP server at port 80 which does not has SSL support, and you want it to work on SSL too, than defaults are good for you: | ||
| - | < | + | < |
| ssl_proxy | ssl_proxy | ||
| </ | </ | ||
| If you would like to use maximal security level, you can use: | If you would like to use maximal security level, you can use: | ||
| - | < | + | < |
| mkdir / | mkdir / | ||
| ssl_proxy -u nobody -r / | ssl_proxy -u nobody -r / | ||