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

[VS Code] Starting collaboration session: Could not connect to the server. Live Share requires openssl 1.0 for authentication, please verify you have the dependency installed. #2105

Closed
henkesteen opened this issue May 15, 2019 · 6 comments
Assignees
Labels

Comments

@henkesteen
Copy link

henkesteen commented May 15, 2019

LiveShareLogs.zip

Error:

Starting collaboration session: Could not connect to the server. Live Share requires openssl 1.0 for authentication, please verify you have the dependency installed.

Steps to Reproduce:

  1. Click "Live Share"
  2. Sign in through the browser, success!
  3. The error pops up in VSCode

FYI:
I have openssl 1.0.2r installed.
Running Solus, https://getsol.us

Version Data
extensionName VSLS
extensionVersion 1.0.182
protocolVersion 2.2
applicationName VSCode
applicationVersion 1.33.1
platformName Linux
platformVersion 5.0.12-115.current
@jramsay
Copy link
Member

jramsay commented May 16, 2019

@henkesteen: thanks for reporting this issue!

@Priya91: assigning to you for further investigation

@Priya91
Copy link

Priya91 commented May 17, 2019

@henkesteen Can you confirm if .NET Core is supported and works on your Linux distro? Liveshare uses .NET core, please try using liveshare from one of the supported Linux distros.

@henkesteen
Copy link
Author

@Priya91
I actually have 2 computers with Solus installed. One MacBook Pro and the other one is an Acer laptop.
On my MacBook, liveshare works like a charm, but on the other one, I got this error.

@Priya91
Copy link

Priya91 commented May 20, 2019

@henkesteen From your logs, looks like the native libssl lib pointers are different from what .net core expects. I've filed issue https://github.com/dotnet/corefx/issues/37815

@Priya91
Copy link

Priya91 commented Jun 27, 2019

Since this issue is external to dotnetcore, closing this bug. The tagged issue on dotnet core should have the solution

@Priya91 Priya91 closed this as completed Jun 27, 2019
@henkesteen
Copy link
Author

@Priya91
Hi again!
I think I found the solution to this.
Posted in https://github.com/dotnet/corefx/issues/37815
If this is the solution, maybe the Live Share Solus Linux documentation should be updated

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

No branches or pull requests

3 participants