https://bz.apache.org/bugzilla/show_bug.cgi?id=60597

            Bug ID: 60597
           Summary: Add ability to set cipher suites for websocket
                    connections
           Product: Tomcat 7
           Version: 7.0.73
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: WebSocket
          Assignee: dev@tomcat.apache.org
          Reporter: michaelomich...@gmail.com
  Target Milestone: ---

Created attachment 34633
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34633&action=edit
Proposed patch to add SSL_CIPHER_SUITES property

There is a user property "org.apache.tomcat.websocket.SSL_PROTOCOLS"
that you can use to provide the list of permitted SSL protocols when
connecting to a websocket with WsWebSocketContainer.  

I was expecting that there would be a similar property to allow you to set the
list of permitted SSL cipher suites as well (e.g.
"org.apache.tomcat.websocket.SSL_CIPHER_SUITES"), but such a property doesn't
exist in 7.0.73.

I've attached a proposed patch to add the latter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to