DO NOT REPLY [Bug 5143] - Please allow to specify the cipher set for HTTPS connectors

2003-07-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143

Please allow to specify the cipher set for HTTPS connectors

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-07-13 15:51 ---
This is now supported in the latest verison of the connectors. Thanks to Jan 
and Bill for making the changes.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 5143] - Please allow to specify the cipher set for HTTPS connectors

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143

Please allow to specify the cipher set for HTTPS connectors





--- Additional Comments From [EMAIL PROTECTED]  2003-06-11 20:40 ---
Created an attachment (id=6770)
PATCH to enable configuration of JSSE cipher suites from server.xml

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 5143] - Please allow to specify the cipher set for HTTPS connectors

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143

Please allow to specify the cipher set for HTTPS connectors





--- Additional Comments From [EMAIL PROTECTED]  2003-06-11 20:48 ---
The patch above is a for 4.1.24

A project I have been working on had a requirement to configure the cipher 
suites used by Tomcat.

A quick search of bugzilla identified this enhancement request so I amended my 
quick and dirty fix to include support for configuring the cipher suites 
through server.xml

Any feedback gratefully received.

Providing the patch is considered appropriate, please could this be committed 
to CVS.

Thanks,

Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 5143] - Please allow to specify the cipher set for HTTPS connectors

2001-12-12 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143

Please allow to specify the cipher set for HTTPS connectors





--- Additional Comments From [EMAIL PROTECTED]  2001-12-12 12:42 ---
In the mean time, filtering based on the cipher suite can be easily implemented
in a Valve (inside Catalina) or as a Filter (inside the application), since the
cipher suite negotiated with the client, and the key size, are visible as
request attributes in Servlet 2.3.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]