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

Unable to negotiate http2 with akamai #1386

Open
lingdhox opened this issue Aug 22, 2019 · 0 comments · May be fixed by #1557
Open

Unable to negotiate http2 with akamai #1386

lingdhox opened this issue Aug 22, 2019 · 0 comments · May be fixed by #1557

Comments

@lingdhox
Copy link

Test url is https://www.akamai.com

example libevent_client failed: "Server did not advertise h2".
But curl and golang/http2 is OK.

It can be fixed by inserting the following code.
SSL_set_tlsext_host_name(ssl, "www.akamai.com");

Because I am not very familiar with these protocols, I am not sure if there will be any side effects.

@ftiasch ftiasch linked a pull request Feb 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant