We are trying to access a restful web service resource hosted on IIS server with https protocol.
When we disable TWO WAY SSL Auth
(server side validation of client certificate disabled) everything works fine.
When the IIS imposes TWO WAY SSL
(server side validation of client certificate enabled) we are getting the below exception:
403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied. We are using java 1.8 update 102, IIS server 7.5 and TLS 1.2 for ssl
For detailed issue please open the below link:
For details SSL Debug log, certificates, client program
It will be great help if someone help us.
Thanks!