ssl-proxy icon indicating copy to clipboard operation
ssl-proxy copied to clipboard

:lock: Simple zero-config SSL reverse proxy with real autogenerated certificates (LetsEncrypt, self-signed, provided)

Results 22 ssl-proxy issues
Sort by recently updated
recently updated
newest added

sudo ssl-proxy -from 0.0.0.0:443 -to 127.0.0.1:8080 -domain=testhome.com -redirectHTTP 2020/03/31 17:05:28 Assuming -to URL is using http:// 2020/03/31 17:05:28 Proxying calls from https://0.0.0.0:443 (SSL/TLS) to http://127.0.0.1:8080 2020/03/31 17:05:28 Domain specified, using...

Consider using the [create-release](https://github.com/actions/create-release) action to automatically create releases for ssl-proxy.

enhancement
exploration

the documentation says it uses ~/.ssl-proxy/ to store cert/key, but it actually just dumps them in the cwd

Hi, I found this awesome project, but when trying to run it on a CentOS 4 server where anything else have problems, it seems this binary also has issues. Is...

This may add some extra security for transient self-signed cert applications (jupyter sessions?).

enhancement
exploration

Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20200313102051-9f266ea9e77c&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

It would be nice if I could create an SSL proxy for arbitrary TCP traffic, rather than just HTTP.

It allows restricting access to a single IP address. A very simple filtering on a IP address is useful in development phase when we want to test web service on...

I have a Wyse thin client running a web management console on https 443 Nothing in the modern age will talk to it as it's using a very old SSL/TLS...