I've got a VBA application that uses a mySQL server and I am not thrilled with sending information back and forth in the open.

I know that mySQL can be configured to use SSL, but I haven't been able to find any information about whether its possible for VBA to use SSL as well.

Can anyone help me?