Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SSL with tSetKeyStore to DB no secure

Hi,

Currently we wish to execute jobs in the Talend Cloud.
Our data DB MySql are on another space and the DB is not secure ( only use our private cloud Amazon) .
The solution was to place a Amazon ELB to IP redirection not secure DB to outer IP SSL.
Certificates are operational and the only external IP is available from the IP office.
All are validate by DevOps.

We used the component Talend to conduct local testing ( IP Office ) before white list other external IP .

tSetKeyStore uses local TrustStore and KeyStore with the password .
tMysqlConnection points to the external IP ( mysql-ssl.mydomain.com ) and port 43306 Secure .
We have added the additional parameters UseSSL = true & noDatetimeStringSync = true.

Despite all this we do not have to connect to the DB .


Regards
Jeremie


0683p000009MH8o.png

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Jeremie,

just using the tMySQL connection does not open the one. You have to also use say tMySQLInput for it to happen.

Thomas
Anonymous
Not applicable
Author

Thanks Thomas,
but if the tMySQL connection failed, the related tMySQLInput can't be run.
Regards
Jeremie