Re: "Unsupported key exchange method" downloading pages from github
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmo+42qYBETFQ4Y=1uRGf2WmADyBGWTGc26Ba4CcDWsPxA@mail.gmail.com> |
On Sun, Jun 1, 2014 at 1:07 AM, Henrik Grubbström <[email protected]> wrote: > Key exchange method #12 is SSL.Constants.KE_ecdhe_rsa. The problem is > probably that your Pike is compiled with an old Nettle without support for > elliptic curves. Ah. I'm using libnettle4 that comes with Debian Wheezy - it's apparently version 2.4. Debian Jessie is shipping 2.7, though, so when I upgrade my dev box, I'll be taking advantage of ECC. > I've now fixed the code so that it doesn't announce support for elliptic > curves if the low-level support is missing. Thanks! Looking good. ChrisA