The recent uncrustification left some fragments which broke the build.
A new call to loadVerifyLocations() was made in the Session ctor
before the SSL context is initialised. This has been moved to
openSecureConnection() after the context is created.
NOTE: Cert verification still isn't done by default as Session.noCerts
defaults to true and is not changed.
NOTE: Cert verification still isn't done by default as Session.noCerts defaults to true and is not changed.