• 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

tomcat Direct SSL

 
Ranch Hand
Posts: 42
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have installed Tomcat 3.2, and configured it to support SSL, things seems to work fine but I altough have some questions
- everytime a new client connect to a page using an https connection, there's the following message in the Tomcat console window :
date-time - Ctx( ): 400 R( /)null
date-time - Ctx( ): IOException in: R( /) Socket closed
does somebody have an idea why this is happening ???
- my second question : in the server.xml, in the part about SSL, what's the goal of the following parameter :
<Parameter name="clientAuth" value="true"/>
=> does this mean that only some persons can log onto the website ?

FREd
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic