c# - WCF netTcpBinding Unsecured fault, System Time not synchronized with Server -
I have the following netTcpBinding your WCF project: I as window Azure deployed worker role service and define the certificate to it (also check that the certificate correctly activist role installed on VM ). My client application service I "unsafe mistake, tries to connect to" not synchronized with the system time server From what I've read, I'm about to clock skew Found something in - But it seems that does not have that type of definition netTcpBinding - and did not know about it. How can I connect securely to a customer?
& lt; Binding & gt; & Lt; NetTcpBinding & gt; & Lt; Binding name = "netTcpBindingConf" closeTimeout = "00:11:00" receiveTimeout = "00:10:00" sendTimeout = "00:10:00" transactionFlow = "false" hostNameComparisonMode = "StrongWildcard" maxReceivedMessageSize = "2147483647" MaxBufferPoolSize = "2147483647" Maksbfrsisej = "2147483647" Maksknekshn = "100" Opantaimaut = "00:20:00" & gt; & Lt; ReaderQuotas maxDepth = "2147483647" maxStringContentLength = "2147483647" maxArrayLength = "2147483647" maxBytesPerRead = "2147483647" maxNameTableCharCount = "2147483647" /> & Lt; Trusted session ordered = "true" idle time = "00:15:00" /> & Lt ;! - & lt; Safety Mode = "None" & gt; & Lt; / Safety & gt; - & gt; & Lt; Safety Mode = "TransportWithMessageCredential" & gt; & Lt; Message client credentials type = "certificate" algorithm site = "default" /> & Lt; Transport Client Credential Type = "Windows" Security LIVE = "Encrypt and Sign" /> & Lt; / Safety & gt; & Lt; / Binding & gt; & Lt; / NetTcpBinding & gt; & Lt; / Binding & gt;
Comments
Post a Comment