https://issues.apache.org/bugzilla/show_bug.cgi?id=56780

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Mark Thomas <ma...@apache.org> ---
I have confirmed that this is a configuration issue.

A side effect of configuring strict SP800-131a mode and how Tomcat determines
the available ciphers is that the default set of configured ciphers ends up
being null. The simplest workaround to get to a working system is to use
ciphers="ALL". In strict SP800-131a mode that should be a safe option. If you
want to further restrict the ciphers list you can configure an explicit list of
ciphetrs.

I am restoring this issue to FIXED since the additional issues raised since the
original bug was fixed in 7.0.56 are configuration issues not coding bugs.

-- 
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