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

--- Comment #4 from Christopher Schultz <ch...@christopherschultz.net> ---
Is there any particular reason for this to be a system property?

I would much prefer to have TLS protocols and cipher suites configurable via
direct mutators (e.g. setCipherSuites(String[])).

When I write APIs that need to make outgoing connections, I always allow the
client to specify an SSLSocketFactory if they want to do that. In the WS case,
we are using an SSLEngine which might be awkward. I'd have to look more at how
the WS client is working and how it uses the SSLEngine to decide what makes
most sense.

Michael, as an end-user, what configuration capabilities would YOU prefer?
System properties always seem like a hack that should really be corrected in
the actual API.

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