SSL - check status
adambondaruk opened this issue · comments
Adam Bondaruk commented
Is there any way to check if the connection is secured actually?
I used dbGetInfo() method but it does not show whether SSL is on or off.
I am using default.file= option in my connection. But I cannot see any difference when I don't use this option, How can I verify my client connection security status?
regards, Adam
Adam Bondaruk commented
I found a way to check the connection status using session variables and performance schema.