- Joined
- Feb 3, 2017
- Messages
- 4
- Reaction score
- 1
Hello,
For a couple weeks now, we've not been receiving PUSH notifications for iOS (we don't have Google PUSH configured). We are on v14 SP3. Hosted on Windows Server 2012 R2.
There have been no updates to the configuration of either the firewall or the box it's hosted on. Checking the dialer log, I'm seeing the error below which seems to be related to SSL, but you don't configure SSL certs on v14 for PUSH. Would anyone be able to steer me in the right direction?
For a couple weeks now, we've not been receiving PUSH notifications for iOS (we don't have Google PUSH configured). We are on v14 SP3. Hosted on Windows Server 2012 R2.
There have been no updates to the configuration of either the firewall or the box it's hosted on. Checking the dialer log, I'm seeing the error below which seems to be related to SSL, but you don't configure SSL certs on v14 for PUSH. Would anyone be able to steer me in the right direction?
Code:
System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. ---> System.ComponentModel.Win32Exception: The Local Security Authority cannot be contacted
--- End of inner exception stack trace ---
at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at Dialer.PushClient.PushApple(CallData cd, Int32 reason)