Skip to content
New issue

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

Fabio does not advertise http/1.1 on TLS connections #289

Closed
magiconair opened this issue May 8, 2017 · 0 comments
Closed

Fabio does not advertise http/1.1 on TLS connections #289

magiconair opened this issue May 8, 2017 · 0 comments
Labels
Milestone

Comments

@magiconair
Copy link
Contributor

@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.

@magiconair magiconair added the bug label May 8, 2017
Crypto89 added a commit to Crypto89/fabio that referenced this issue May 8, 2017
@magiconair magiconair added this to the 1.4.4 milestone Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant