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

In it's present state ssl-proxy is by default vulnerable to a lot of attacks (as revealed by running e.g. [testssl.sh](https://testssl.sh/) against it). IMHO ssl-proxy should therefore use reasonably secure TLS...

In order to provide a reasonably secure TLS configuration, the following defaults have been set: - Don't use TLS versions below 1.2 as those are vulnerable to attacks such as...

…roblem Alpine has subistituted GNU libc with musl in 2014 (see https://www.alpinelinux.org/posts/Alpine-Linux-has-switched-to-musl-libc.html) So if one builds ssl-proxy on Alpine, the linux binary will contain a reference to the musl library....

I use ssl-proxy on a robot. Since it doesn't have a real-time clock, it syncs its time over ntp after booting. To avoid letsencrypt rate limiting, ssl-proxy should sanity check...

When I build the latest master-revision a4f852967d92c09ec4cb638a3f51e3a6b496ec4a via Docker, I get the following error when executing the Linux-Binary: `./ssl-proxy-linux-amd64: No such file or directory` In my use-case I provide a...

when I have only one site need to do reverse proxy , ssl-proxy works like a charm ! but I have no idea how to run ssl-proxy for multiple sites...

``` Usage of ./ssl-proxy: -cert string path to a tls certificate file. If not provided, ssl-proxy will generate one for you in ~/.ssl-proxy/ -domain string domain to mint letsencrypt certificates...

It would be much better to use a docker builder pattern to reduce the size of the image to the minimum. Also would be nice to publish an official image...