webfs "could not negotiate acceptable security parameters"
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
;turku; hget https://balkanskoradio.com/
/mnt/web/0/body: rc (hget): can't open: '/mnt/web/0/body' 0 No status could not
negotiate acceptable security parameters
^-- that's all i get. i've only tried the website with webfs, but the radio
stream is also https and is on the same domain so i expect it will have the
same problem. why are radio websites the worst? all i want is "op-sa! op-sa!" :)
Original issue reported on code.google.com by tereniao...@gmail.com
on 24 Jan 2015 at 2:12
GoogleCodeExporter commented
it only accepts ecdhe or edh key agreements. these aren't implemented.
Original comment by tereniao...@gmail.com
on 5 Feb 2015 at 3:01
GoogleCodeExporter commented
was one line fix in libsec (see commit r28216ec3a0f1) as i had implemented DHE
already, just didnt include that specific cipher combination. longterm, we
probably need to implement ecdhe but thats more complicated.
Original comment by cinap_le...@felloff.net
on 5 Feb 2015 at 3:32
- Changed state: Fixed