**we have a wcf service which consume different service using X509Certificate2. we have installed certificate in personal store (.pfx) and we are exporting .cer in a folder to use while calling the different service. whenever i redeploy the WCF application, System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
once i reinstall the pfx and export again, it will start working again.**