Welcome Guest, Not a member yet? Register   Sign In
Sql Server ODBC Issue
#1

Has anyone had an issue connecting to Sql Server through odbc?  I have an odbc driver on my linux server and I am able to connect to the sql server database (on another server) through the command line on the linux server via my odbc driver.  However, when using the odbc to connect in codeigniter, I get the following error:

SQL Server]SSL Provider: [error:140A90A1:SSL routines:SSL_CTX_new:library has no ciphers]

I am using CI_VERSION = '3.1.10';

Any help is appreciated.
Reply
#2

@ssfourfront,

What version of PHP are you using?
Reply
#3

php version 7.2.18
Reply
#4

@ssfourfront,

I've never had this issue before but I'll try to help. I did a search and found these links:

https://social.msdn.microsoft.com/Forums...dataaccess

https://github.com/Microsoft/msphpsql/issues/680 ).

Hopefully, you can find some useful information to help resolve your issue.
Reply
#5

Thaks @php_rocs. I have searched and tried some suggestions, as well as the ones you posted. If others have found a solution I thought I might too. It seems to be an issue with the odbc driver, but I have to think something else on the server is creating the issue. I may try using the sqlsrv driver directly.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB