louisdem / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

webfs "could not negotiate acceptable security parameters" #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
;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 9 years ago
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 9 years ago
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