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

dev-db/mssql-scripter: No usable version of the libssl was found #32

Closed
bbergeron0 opened this issue May 12, 2022 · 1 comment
Closed
Assignees

Comments

@bbergeron0
Copy link

Missing dependencies perhaps? I think mssql needs dev-libs/openssl:1.0.0.

@SpiderX SpiderX self-assigned this May 13, 2022
@SpiderX
Copy link
Owner

SpiderX commented May 15, 2022

@3NdR1m Not really.

The problem is in package itself. It relies on old version microsoft/sqltoolsservice. that has been built against old version of openssl. I replaced sqltoolsservice with the recent version, but some part of this package has been built against openssl 1.0.1, which doesn't exist in portage anymore.

Anyway, I tried to connect to some mssql server and got and error:

System.Security.Authentication.AuthenticationException: The remote certificate was rejected by the provided RemoteCertificateValidationCallback

which is expected in my case due to this.

So, mssql-scripter has found some SSL, so you can try once again.

P.S. Maybe there will be a need to emerge dev-libs/openssl-compat, but I don't see any evidence of that right now, and therefore openssl-compat is not in dependencies.

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

2 participants