cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Curl and HTTP/2

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 22 Aug 2014 23:28:44 +0200 (CEST)

On Fri, 22 Aug 2014, Bisera Milosheska wrote:

> Yes, I got it from github.com/bagder/curl. This is what I was getting when
> running ’curl -V’:
>
> curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8
> libidn/1.28 librtmp/2.3

This basically only gives me more questions.

First: getting 7.35.0 from git is possible but takes an effort to check out
the correct old tags, which I doubt you did. That sort of implies that the
"curl -V" output you show here is not the same curl version you built from
git.

Secondly: OpenSSL/1.0.1f doesn't have ALPN support, does it? So when you build
or get the correct curl version, aren't you using this OpenSSL version for
that as well? How does that work?

(HTTP/2 over HTTPS requires ALPN - a recent TLS exension - for those not up to
speed with these details.)

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-08-22