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

Ubuntu 19.04, libssl #252

Closed
anton-johansson opened this issue Apr 23, 2019 · 9 comments
Closed

Ubuntu 19.04, libssl #252

anton-johansson opened this issue Apr 23, 2019 · 9 comments

Comments

@anton-johansson
Copy link

I upgraded to Ubuntu 19.04 the other day, and now I get this:

No usable version of the libssl was found
Error message: Connection request encountered an exception

Seems related to:
microsoft/azuredatastudio#5134
microsoft/vscode-python#5373
dotnet/vscode-csharp#3010

@byroniac
Copy link

byroniac commented Apr 23, 2019

Copied from other forum: I'm on Ubuntu 19.04 (Disco), but what seems to work is installing the Ubuntu 18.10 (Cosmic) libssl1.0.0 package, even though it's older than the bundled Disco package, from the link below. However, I don't know if this will introduce any system instability or issues. And I don't know if this will work on Pop! OS. And because it's a manually installed package from a different OS version, that makes you responsible for maintaining and updating the package then removing it when no longer needed.
https://packages.ubuntu.com/cosmic/libssl1.0.0

@anton-johansson
Copy link
Author

Thanks, @byroniac, that worked.

What I did:

$ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb
$ sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb

Both versions are now installed, and everything works as expected.

@default-work
Copy link

Thanks, @byroniac, that worked.

What I did:

$ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb
$ sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb

Both versions are now installed, and everything works as expected.

not found http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb

@byroniac
Copy link

byroniac commented Mar 18, 2020

@funcelotwork

not found http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb

They have dropped cosmic (18.10) packages since I posted that. You may try digging around on packages.ubuntu.com and see if you can find something else that will work for you, if you are having the problem. I am on 19.10 now but I have not even tried.

EDIT: there is a link above that may work for you, OTRF/Security-Datasets#22 and look at the comments.

EDIT 2: Scratch that. That particular file is not available. You can look at the directory itself, though. http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/

@ellbosch
Copy link
Collaborator

I'm afraid we don't support 19.04. We support up to 16.04 and have started testing an 18.04 release.

@zahid44
Copy link

zahid44 commented Mar 24, 2020

use it from here it works somehow but unsure about security risks. Is there any potential risks?

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb

@byroniac
Copy link

use it from here it works somehow but unsure about security risks. Is there any potential risks?

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb

Almost certainly with archived libssl files, I imagine. By definition, they are out of date.

@zahid44
Copy link

zahid44 commented Mar 24, 2020

use it from here it works somehow but unsure about security risks. Is there any potential risks?
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb

Almost certainly with archived libssl files, I imagine. By definition, they are out of date.

but cve has no report :S

@byroniac
Copy link

Shrug; I do not know what to tell you. The file is outdated. You probably use it at your own risk. But for sure, get off of Ubuntu 19.04 if you are on that.

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

5 participants