Hello,
I'm trying to configure secure store service on my Sharepoint environment. I did all the steps mentioned in microsoft guide. However, when I try to access Secure Store Service instance from Central Administration -> Application Management -> Manage Service Applications -> Secure Store Service Application instance, it gives me
Cannot complete this action as the Secure Store Shared Service is not responding. Please contact your administrator.
So I decided to view ULS log to more digging and found following log :
The Secure Store Service application Secure Store App 2 is not accessible. The full exception text is: The HTTP service located at https://project:32844/1549062b226e4b8e88f889aa238ab18c/SecureStoreService.svc/https is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. Logging unknown/unexpected client side exception: ServerTooBusyException. This will cause this application server to be removed from the load balancer queue. Exception: System.ServiceModel.ServerTooBusyException: The HTTP service located at https://project:32844/1549062b226e4b8e88f889aa238ab18c/SecureStoreService.svc/https is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) - -- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Microsoft.Office.SecureStoreService.Server.ISecureStoreServiceApplication.IsMasterSecretKeyPopulated() at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.<IsMasterSecretKeyPopulated>b__5c(ISecureStoreServiceApplication serviceApplication) at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation). Logging unknown/unexpected client side exception: ServerTooBusyException. This will cause this application server to be removed from the load balancer queue. Exception: System.ServiceModel.ServerTooBusyException: The HTTP service located at https://project:32844/1549062b226e4b8e88f889aa238ab18c/SecureStoreService.svc/https is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) - -- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Microsoft.Office.SecureStoreService.Server.ISecureStoreServiceApplication.IsMasterSecretKeyPopulated() at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.<IsMasterSecretKeyPopulated>b__5c(ISecureStoreServiceApplication serviceApplication) at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation).
I've checked certificate assigned to Sharepoint Web Service and it seems ok. The certificate used in Sharepoint Web Service is it's own certificate. Also restart service several times and recreated service instance several times. But any of them didn't make
it work. Please share your thoughts on this.
Thanks guys.