ms_message("TunnelManager: Load root certificate from %s",rootCertificatePath);
mTunnelClient->setRootCertificate(rootCertificatePath);/* give the path to root certificate to the tunnel client in order to be able to verify the server certificate */
}else{
ms_warning("TunnelManager is set to verify server certificate but no root certificate is available in linphoneCore");