1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

some small tidy up work

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@44 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2006-11-30 05:25:19 +00:00
parent 3064f8d199
commit ada6d5e41b
6 changed files with 17 additions and 3 deletions

9
README
View File

@ -111,6 +111,15 @@ ActiveState's version works ok).
# Known Issues
########################################################################
* Firefox doesn't handle legacy SSLv2 at all well. Disabling SSLv2 still
initiates a SSLv23 handshake (v1.5). And continuous pressing of the
"Reload" page instigates a change to SSLv3 for some reason (even though the
TLS 1.0 option is selected). This will cause a "Firefox and <server> cannot
communicate securely because they have no common encryption
algorithms" (v1.5), or "Firefox can't connect to <server> because the site
uses a security protocol which isn't enabled" (v2.0). See bugzilla issues
343543 and 359484 (Comment #7). It's all broken (hopefully fixed soon).
* Perl/Java bindings don't work on 64 bit Linux machines. I can't even compile
the latest version of Perl on an AMD64 box (using FC3).