How to know whether mysql connection is using SSL or TLS connection?

I want to verify whether mysql remote connection is using tls/ssl connection for security purposes.
I ran status command to check initially:
mysql> status
————–
mysql Ver 8.0.19 for osx10.15 on x86_64 (Homebrew)

Connection id… Continue reading How to know whether mysql connection is using SSL or TLS connection?