I am unable to start the secure store. Below is the what I see in the windows event viewer.
The Secure Store Service application Secure Store Service is not accessible. The full exception text is: An error occurred while receiving the HTTP response to https://XYZ:344/bbbbbbbbbbbbbbbbbbbbbbbbb/SecureStoreService.svc/https. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
ULS logs error :
Logging unknown/unexpected client side exception: CommunicationException. This will cause this application server to be removed from the
load balancer queue. Exception: System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to https://xxxxxxxxxxx/SecureStoreService.svc/https. This could be due to the service endpoint binding not using the HTTP protocol.
This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred
on a receive. ---> System.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm
at System.Net.SSPIWrapper.AcquireCredentialsHandle(SSPIInterface SecModule, String package, CredentialUse intent, SecureCredential scc)
at System.Net.Security.SecureChannel.AcquireCredentialsHandle(CredentialUse credUsage, SecureCredential& secureCredential)
at System.Net.Security.SecureChannel.AcquireClientCredentials(Byte[]& thumbPrint)
at System.Net.Security.SecureChannel.GenerateToken(Byte[] input, Int32 offset, Int32 count, Byte[]& output)
at System.Net.Security.SecureChannel.NextMessage(Byte[] incoming, Int32 offset, Int32 count)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
Verified that secure store service is running I restarted Webservices root application pool . Did IIS reset
I recreated the secure store application but still I see the same error.
But nothing seems to help . I still see "Cannot complete this action as the Secure Store Shared Service is not responding. Please contact your administrator." when I click on secure store service app in central admin->Service application and above error in windows logs.
Please help
Environment:
SharePoint 2013, win 2012
@R