Can we disable SSL on jdbcFeeder

Hello,

I’m facing issue when connecting to my db through gatling using jdbcFeeder.
When tried to connect in dbeaver(db tool to hit queries),I had to disable SSL & it got connected which previously gave issue.
Is there any provision in gatling(any flag) which if passed will solve this issue?
If yes kindly help me with the syntax of same.

Thanks,
Devyani

Gatling’s jdbcFeeder does plain old JDBC. Your question is more about connecting to your database with Java/JDBC then. Disabling SSL would be typically a feature of your JDBC driver, specific to your database. That’s possibly something to configure in the connection url, eg java - Warning about SSL connection when connecting to MySQL database - Stack Overflow

I’m afraid we can’t help. Your google-fu is as good as ours.

Hey thanks for sharing the solution.
But this doesn’t help solving my issue.
Anyone else who can help with this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.