• 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

Help needed with Tomcat 7 SSL Configuration with clientAuth="true"

 
Ranch Hand
Posts: 42
Oracle Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm trying to configure Tomcat for SSL using the guide I've found here, and it seems pretty easy to do but even if I am able to run the sample java code provided, I still can't access the http://localhost:8443 page from the browser.
I also tried to import the client-public.cer certificate file created within the procedure, but unable to do that on any browser.

Can somebody help me to configure Tomcat 7 in the way that I can use clientAuth="true"?

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic