I use my C# application to call a web service of an internal domain xxx.com
and it has been working fine.
But now this internal server is destroyed, they recreated the machine with the same domain, and they generated a new certificate for this domain.
Now, when I call the same web service on their machine, I get error : Could not create SSL/TLS secure channel.
I want to know why it stops working, and how could I make the call now (to renew the certificate?how?)
Thank you.