That was a simple enough fix. Thank you. ~ Rob
On 10/11/11 10:31 AM, "Mark Thomas" <ma...@apache.org> wrote: >On 11/10/2011 18:23, Rob Tanner wrote: >> Hi, >> >> After moving to a new server, I am getting the error: SSL received a >>record that exceeded the maximum permissible length. >> >> I installed Tomcat 6.0.29 on a new machine and copied over the webapps >>folder and the keystore from the old 5.5.23 machine. Then I modified >>server.xml to include the various contexts from the old server as well >>as the port 80 and port 443 connectors and also changed the keystore >>path for the port 443 SSL connector so it was pointing to the keystore. >> >> As far as I know, all the SSL configuration on the server is contained >>within the connector definition, included below: >> >> <Connector port="443" address="10.171.10.119" debug="4" >> maxHttpHeaderSize="8192" enableLookups="false" tcpNoDelay="true" >> maxThreads="150" minSpareThreads="25" maxSpareThreads="75" >> acceptCount="100" connectionTimeout="20000" >>disableUploadTimeout="true" >> keystoreFile="/usr/local/java/keystore2010" >>keystorePass="xxxxxx" >> scheme="https" secure="true" clientAuth="false" >>sslProtocol="TLS" /> >> >> This connector works perfectly with Tomcat 5.5.23. Are there changes >>need for 6.0.29? > >Yes. > >> Any ideas about what's going on? > >http://tomcat.apache.org/migration.html#Migrating_from_5.5.x_to_6.0.x > >Mark > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >For additional commands, e-mail: users-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org