Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
raspberry pi - bundled openssl seems to be misconfigured on ARM platforms #3906
Comments
tjfontaine
commented
Aug 23, 2012
|
Should also mention that when using the system provided openssl the handshake is successful, but it has its own separate issues |
stolsma
commented
Aug 23, 2012
|
It works with google:
but it fails with connecting to my ISP site (that has HTTPS support).
Looks like the PI system openssl doesn't support all protocols or encryption methods.... Damn, it would be nice if the nodejs bundled openssl code would compile in the Rasp Pi.... :-( |
TooTallNate
commented
Aug 23, 2012
|
@stolsma This issue is talking about the bundled openssl. It compiles for me without problem, so I'm not sure what you mean. The system openssl is unsupported. |
stolsma
commented
Aug 23, 2012
|
@TooTallNate Hmmm, node compiles (when I do |
|
I need one Pi to help you guys resolve it |
3.141593 to a first approximation? |
|
Thanks, I almost found bug's source now... but it seems that I need a little bit more details |
|
Btw, node isn't really suported at Pi atm, AFAIK it works fine only at E. |
stolsma
commented
Aug 23, 2012
|
@TooTallNate W00t! You are tha bomb!!! The patches work! I'm testing now the following instructions to compile Node 0.8.8 for the Raspberry PI (https://gist.github.com/3301813). I hope that that will help other people!! Nathan, again, thanks a lot!! |
TooTallNate
commented
Aug 24, 2012
|
Fixed. |
TooTallNate commentedAug 23, 2012
I'm testing with a basic https "hello world" server:
This server doesn't seem to establish a proper SSL connection:
curl
openssl s_client
I can give any additional information necessary, and/or I can give someone SSH access to the machine if they'd like to dive in further.
/cc @bnoordhuis @indutny @tjfontaine