• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using multiple X509 certificates for different URLs

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using Tomcat 6 & JDK1.6. I have hosted an application on tomcat. I want to use different client certificates for different urls
e.g. https://localhost/myapp/first/url should be authenticated with certificate A.pem
& https://localhost/myapp/second/url should be authenticated with certificate B.pem.

How can i use solve this problem
Solution or hints awaited. I am quite naive in client-server certificate authentication. Any help will be highly appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic