1

I have used mod_ssl and set the SSLOptions +ExportCertData in the configuration of httpd which forwards the client certificate information to the JBOSS server behind the web server and it working fine. Now I am trying to do the same on IBM - HttpServer and using the mod_ibm_ssl and am not able to find the equivalent of SSLOptions in mod_ibm_ssl .None of the options specified here has anything similar. Have anybody faced similar situation. Target is to send the client certificate information received, to the websphere app server from the httpd.

dbreaux
  • 4,982
  • 1
  • 25
  • 64
Nohsib
  • 3,614
  • 14
  • 51
  • 63

1 Answers1

0

Is it possible you don't actually need that at all if you're using IHS and the WebSphere plugin? This article seems to indicate you may only need that option if you're using Apache instead of IHS.

dbreaux
  • 4,982
  • 1
  • 25
  • 64
  • Thanks dbreaux. Oh ok!!! is there a configuration that needs to be done while generating the plugin-cfg.xml? – Nohsib Jun 06 '12 at 14:44
  • 1
    No, if there's a client certificate it's just always available to servlets calling the HTTPServletRequest API's that reference the client cert – covener Jul 01 '12 at 01:06