Closed JensRantil closed 8 years ago
Essentially what needs to be done is:
A non-requirement is to support custom TLS parameters. Golang has a good default (current stable, 1.5, is A+ on SSLLabs). For custom TLS properties, I think a different tool should be used in front of yubikey-basic-auth-proxy.
yubikey-basic-auth-proxy
Workaround: Wrap an HTTPS proxy in front of this.
Question: Should the application enforce TLS? Maybe add an --insecure flag for non-TLS?
--insecure
Essentially what needs to be done is:
A non-requirement is to support custom TLS parameters. Golang has a good default (current stable, 1.5, is A+ on SSLLabs). For custom TLS properties, I think a different tool should be used in front of
yubikey-basic-auth-proxy
.Workaround: Wrap an HTTPS proxy in front of this.