How can I tell if TMyConnection is really using SSL or not?
Posted: Tue  02 Jun 2015 09:47
				
				I'm playing with using the SSL protocol with TMyConnection to reach a remote database.
I've used both the securebridge demo and also experimented with just using TMyConnection without the securebridge bits, using certificates stored on my computer and setting the SSL options in TMyConnection.
I can connect with no problems in both cases.
However, as a test, if I deliberately mis-spell the name of the certificate when not using secure bridge it still connects with no problems. If I misspell it deliberately using the demo I get the expected 'file not found' error so it never gets a chance to connect.
So my question is:
How can I tell if TMyConnection is using SSL or not?
ie using the securebridge demo I can connect OK but how can I confirm that SSL is really being used?
			I've used both the securebridge demo and also experimented with just using TMyConnection without the securebridge bits, using certificates stored on my computer and setting the SSL options in TMyConnection.
I can connect with no problems in both cases.
However, as a test, if I deliberately mis-spell the name of the certificate when not using secure bridge it still connects with no problems. If I misspell it deliberately using the demo I get the expected 'file not found' error so it never gets a chance to connect.
So my question is:
How can I tell if TMyConnection is using SSL or not?
ie using the securebridge demo I can connect OK but how can I confirm that SSL is really being used?