Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] SSL and JDBC

Hi,
We access a SQL server that has SSL implemented on it. When I try to access the server using tMSSqlConnection, I get the error :-
Exception in component tMSSqlConnection_1
java.sql.SQLException: I/O Error: DB server closed connection.
Is there a way to get the JDBC working with SSL?
We are on Talend 2.4.1 - Maybe we need to upgrade?
Thanks,
Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
I found the soluiton for me. In the 'Additional JDBS Parameters', I entered 'ssl=require;'

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi,
Some update - I have tried
integratedSecurity=true;encrypt=true;trustServerCertificate=true;
in the 'Additional JDBS Parameters" but still no joy.
Anonymous
Not applicable
Author

Hi,
I found the soluiton for me. In the 'Additional JDBS Parameters', I entered 'ssl=require;'
Anonymous
Not applicable
Author

When I tried to connect to SQL Server with SSL, the tMSSqlConnection returns: java.sql.SQLException: I/O Error: DB server closed connection.
No matter what I entered in the 'Additional JDBC Parameters' (e.g. "integratedSecurity=true;encrypt=true;trustServerCertificate=true;" or "integratedSecurity=true;encrypt=true;trustServerCertificate=true;ssl=require;" or "ssl=require;" or "ssl=true;" ect. It doesn't work to me.
Anyone has any idea for that? thanks!