Hi,
Please forgive me for my bad english. I'm a french people.
I have configured IIS 7 to act as a proxy with ARR. All requests are sent to a tomcat. It works great. I have added clients certificates (not authentication). I force clients to present their certificate to access to the site. It works great too.
But I have an applet on the tomcat application that cannot be downloaded. After few search on internet, I can't find any workaround about configuring exceptions on IIS 7 for all files with jar extension (*.jar).
I have tested an apache configuration that works well:
<Location *.jar> SSLVerifyClient None</Location>
I'd like to configure the same on IIS 7. Any idea to do this configuration ?
Thanks in advance for your help.