-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ancles,
ancles wrote: > Current question is how to set a customize SSLImplemention for a HTTPS > connector. In previous version we use > CoyoteServerSocketFactory.setSSLImplementation(); > I have checked the Tomcat document and found the factory (nested component > of connector) was removed. > I guess this method can achieve this setting: > Connector.setProperty("sSLImplementation", custom_SSLImpl); What does your custom SSL implementation do that is not supported by the standard? Maybe you don't even need to do what you are trying to do... > But a new problem is there's no method to replace setting "ciphers" > attribute of Factory. > <Connector port="8443" ...> > <Factory className="a custom ServerSocketFactory class" ciphers="" /> > </Connector> > I need to migrate the "ciphers" setting in custom SSLImplement to new > version Tomcat. Note that the <Connector> element for Tomcat already supports the setting of whatever ciphers you want to use. You might want to read http://tomcat.apache.org/tomcat-5.5-doc/config/http.html#SSL+Support - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkjvc84ACgkQ9CaO5/Lv0PDNagCfemOLZ/dwNjwviGoHzyRdT2PL 5P0Ani8BF1E3lFNDZCJF81WvybR+tyYn =NDYi -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]