On my team we are relatively new working on azure service fabric. We created a secure cluster using certificates. We are able to configure our cluster in the portal.azure.com. In the Security section we added an Admin Client in order to publish Service Fabric Applications in this cluster. I installed the client certificate in my certificate store and I was able to publish a Service Fabric application (apparently successfully).
My issue is that when I try to explore our cluster I receive an authorization denial through an http 403 forbidden error. So I cannot explore our cluster from any browser. I suspect that I have a problem with the certificates but I have not been able to resolve it.
Update: I am seeing this error in the chrome developer console: Failed to load resource: the server responded with a status of 403 (Client certificate required)
May be somebody had or has the same problem.