0

It looks like Oracle supports SSL encryption on its JDBC connections. Does this work using Data Connection?

Adil B
  • 14,635
  • 11
  • 60
  • 78

1 Answers1

0

This will work if you have a JDBC driver that supports it. Just edit the JDBC URL manually, and set the flags appropriately.

Andrew St P
  • 524
  • 1
  • 5
  • 13