Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL version mismatch. Built against 1000200f, you have 1000105f | need update #65

Closed
HLFH opened this issue Mar 26, 2015 · 15 comments
Closed

Comments

@HLFH
Copy link
Contributor

HLFH commented Mar 26, 2015

Hi,

I got the following issue:

ssh user@mydomain.com
OpenSSL version mismatch. Built against 1000200f, you have 1000105f

Please update openssl.rb to the last version: 1.0.2a.

@naushit
Copy link

naushit commented Jun 7, 2015

I am also affected by this , latest chromebook update breaks ssh !! Please update openssl to 1.0.2a

@andrew-christianson
Copy link

I'm seeing the same issue on beta channel (currently 43.0.2357 but I've been seeing it for a while)

@ngamradt
Copy link

ngamradt commented Jun 8, 2015

I too am having this issue running the following:

Version 43.0.2357.81 (64-bit)
Platform 6946.55.0 (Official Build) stable-channel falco
Firmware Google_Falco.4389.92.0

@ngamradt
Copy link

ngamradt commented Jun 8, 2015

Actually, it appears that there is now a standard version of openssl located at...

/usr/bin/openssl

...if you uninstall the crew version...

sudo crew remove openssl

...then the error goes away. I can now SSH. A check of the version (openssl version) shows...

OpenSSL 1.0.2a 19 Mar 2015

@naushit
Copy link

naushit commented Jun 8, 2015

Thanks , removing openssl from chromebrew fixed the issue.

@HLFH
Copy link
Contributor Author

HLFH commented Jun 8, 2015

Yep, solved this way too. Chromebrew seems discontinued. It would be great if their openssl package could be updated or removed from their repo.

@ngamradt
Copy link

ngamradt commented Jun 8, 2015

I wouldn't say that Chromebrew is discontinued. Since it is open source, I
believe anyone could contribute a package if they would like, but it also
means that a package could be easily abandoned. It appears that nodejs was
updated not that long ago. In the case of the openssl package, it appears
that Google is going to now provide one out-of-the-box since they support
SFTP in the Files App. This may reduce or eliminate the need for this
Chromebrew package since it is now supported natively as part of Chrome OS.
On Jun 8, 2015 7:33 AM, "HLFH" notifications@github.com wrote:

Yep, solved this way too. Chromebrew seems discontinued. It would be great
if their openssl package could be updated or removed.


Reply to this email directly or view it on GitHub
#65 (comment)
.

@HLFH
Copy link
Contributor Author

HLFH commented Jun 8, 2015

@ngamradt You're right. Thank you for the recall and precision. So I made a PR #82 to remove the Chromebrew OpenSSL package.

@HLFH HLFH closed this as completed Jun 8, 2015
@tdingman
Copy link

I'm still getting this error, and I've tried sudo crew remove openssl. I'm getting package openssl not found :( as a result, which makes sense given the PR above. Any ideas on how I can remove Chromebrew's OpenSSL and let the native version take over?

@tdingman
Copy link

OK, for anyone who runs into my same problem, here's the move:

  1. cd /usr/local/lib/crew/packages/
  2. vim openssl.rb
  3. Copy and paste the contents of this file in there
  4. sudo crew remove openssl

@skycocker
Copy link
Member

@tdingman do you think we can close this?

@tdingman
Copy link

@skycocker it's already closed, no?

@skycocker
Copy link
Member

@tdingman oh, sorry, I must have thought it's still open once I got a notification.

@nathansmyth
Copy link

Thanks @ngamradt, worked on my hp chromebook 14 to

$ sudo crew remove openssl

now I'm getting

chronos@localhost ~/Downloads/Projects/synesthesia $ git push -u origin master
Counting objects: 3, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 415 bytes | 0 bytes/s, done.

also big thanks to @skycocker for chromebrew, I'm able to have a sane (almost no crouton now with all the new packages this year) dev environment on my chromebook, of all places!

@emicol
Copy link

emicol commented Nov 4, 2016

The simple solution I think is to use synaptic, find openssl, right click, "reinstall". It's avoid some problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants