1. Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client
  2. is depreciated! Please set SSL_verify_mode to SSL_VERIFY_PEER
  3. together with SSL_ca_file|SSL_ca_path for verification.
  4. If you really don't want to verify the certificate and keep the
  5. connection open to Man-In-The-Middle attacks please set
  6. SSL_verify_mode explicitly to SSL_VERIFY_NONE in your application.