We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@hkolk found this:
# start consul (sep term) consul agent -server -dev # start fabio with a cert store (sep term) ./fabio -proxy.cs 'cs=tls;type=path;cert=demo/cert/server' -proxy.addr ':9443;cs=tls' # determine protocol openssl s_client -nextprotoneg 'spdy3,http/1.1' -servername www.server.com -connect localhost:9443 ... Protocols advertised by server: h2 ... Next protocol: (2) spdy3
This seems to cause a broken TLS handshake with Safari on OS X 10.10 and maybe others.
The text was updated successfully, but these errors were encountered:
98d747c
Backport fabiolb#289
4b47480
No branches or pull requests
@hkolk found this:
This seems to cause a broken TLS handshake with Safari on OS X 10.10 and maybe others.
The text was updated successfully, but these errors were encountered: