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

SQLSTATE[08001]: [Microsoft][ODBC Driver 17 for SQL Server]SSL Provider: [error:0A0C0103:SSL routines::internal error] #1513

Closed
0neCigarettes opened this issue Jun 5, 2024 · 4 comments

Comments

@0neCigarettes
Copy link

please help me for this issue
I use ubuntu 22.04, php 7.4

@v-makouz
Copy link
Contributor

v-makouz commented Jun 5, 2024

This sounds like an issue with an SQL Server that's too old. What's the version on the server?

@0neCigarettes
Copy link
Author

This sounds like an issue with an SQL Server that's too old. What's the version on the server?

installed Microsoft SQL Server 2012 - 11.0.2100.60 (X64)

@v-makouz
Copy link
Contributor

This does look like a fairly old version, that I believe might be out of support. Are there other servers to try? The issue is that modern OSs have higher security requirements than are available on those old servers. So the solutions usually are: use newer server, patch the old server with the latest service pack, or lower the security settings on the client.

So ideally if you have or can create other test VMs with newest SQL Servers on one it would be great to test if this is indeed the solution.

@0neCigarettes
Copy link
Author

thank's for your help, I have downgrad Ubuntu vm to 20.04 and also the security settings on the client to lowered version, now I can connect to the sqlserver

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