My web app is running on Tomcat 8 and I'm using IIS as a front-end via ARR (for SSO service), I created couple of rules to handle that and it was a success. Now I'm trying to implement SSL on my app but I wasn't able to. I only was able to get SSL on IIS (The SSO page). Also I tried to implement the SSL using the usual way on tomcat but didn't succeed. Is there away to enforce SSL on tomcat through IIS?
↧