ASF Bugzilla – Attachment 33689 Details for
Bug 59209
java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
remove honorCipherOrder in SSLConfig configuration
remove_honor_cipher_order.patch (text/plain), 697 bytes, created by
Huxing Zhang
on 2016-03-22 06:49:23 UTC
(
hide
)
Description:
remove honorCipherOrder in SSLConfig configuration
Filename:
MIME Type:
Creator:
Huxing Zhang
Created:
2016-03-22 06:49:23 UTC
Size:
697 bytes
patch
obsolete
>Index: conf/server.xml >=================================================================== >--- conf/server.xml (revision 1735563) >+++ conf/server.xml (working copy) >@@ -98,7 +98,7 @@ > <Connector port="8443" protocol="org.apache.coyote.http11.Http11AprProtocol" > maxThreads="150" SSLEnabled="true" > > <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" /> >- <SSLHostConfig honorCipherOrder="false" > >+ <SSLHostConfig> > <Certificate certificateKeyFile="conf/localhost-rsa-key.pem" > certificateFile="conf/localhost-rsa-cert.pem" > certificateChainFile="conf/localhost-rsa-chain.pem"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59209
: 33689