Hi,
I'm developing a secured (https) REST web service using WCF, C# and .NET Framework 4.5 on WS 2012 R2. I use self signed certificate for testing. Everything seems to work fine before I host the service in IIS 8.5. Service crashing randomly after a while. I configured service tracing and message logging, but there is nothing about error. In code I catch all kind of exceptions, even registered EventHandler for Faulted state - no results.
Everything works fine on WS 2008 R2 even after hosting service in IIS.
Does it depends on which certificate do I use?
Is SSL v3.0 is supported by default on WS 2012 R2?
Thanks in advance!