A call to SSPI failed, see inner exception / The type initializer for 'System.Net.ServicePointManager' / 'System.Net.ComNetOS threw an exception

I discovered the issue / solution - it was due to the MySQL connection type being set to 'TCP'. Changing type to 'SSL' resolved my issue.