• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

mutual authentication won't work

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
greets,

I have a problem with the configuration of ssl with java and jboss. I've read thousands of posts but nothing is quite like my problem. I'm using jboss 4.0.0 and j2ee 1.4
I want to use mutual authentication on a https server. For that cause i did the following:
i generated the Server KeyStore in file server.keystore
i exported the certificate from keystore to an external file server.cer
i generated the Client KeyStore in file client.keystore
i exported the certificate from keystore to external file client.cer
i imported the Client's certificate into Server's keystore
i imported Server's certificate into Client's keystore
I edited the server.xml file (standard) for ssl support and set client authentication on true. After that i ran the jboss standard server without errors. But when i go to https://localhost:8443 internet explorer shows the following "the server requires clients to have a certificate" and lets me choose the certificate. However, my own certificate can not be choosen. Infact, no certificate can be choosen. What am i doing wrong here? i really hope i get a reply, because its really frustrating.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic