<div>Dear all,<br></div><div><br></div><div>I am trying to use a MSSql DB as session storage for SP2, using this connection string (shibb & db are containerized using docker):<br></div><div><br></div><div>DRIVER=freetds;SERVER=mssql;UID=<user>;PWD=<password>;DATABASE=shibboleth;APP=shibboleth<br></div><div><br></div><div>For some reason this will yield me the following error:<br></div><div><br></div><div class="protonmail_signature_block protonmail_signature_block-empty"><div class="protonmail_signature_block-user protonmail_signature_block-empty"></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"></div></div><div>failed to instantiate StorageService (mssql): ODBC StorageService failed to connect to database<br></div><div><br></div><div>Verifying the DB connection with tsql:<br></div><div><br></div><div>bash-4.4$ tsql -H mssql -p 1433 -U <user> -P <password> -D shibboleth<br></div><div> <br></div><div>yields a connection & console.<br></div><div><br></div><div>Can anybody please advise how to debug this (get a more verbose error output) or point me to some obvious issue? <br></div><div><br></div><div>Best,<br></div><div>Thomas<br></div><div><br></div>