You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Baron Fujimoto <ba...@hawaii.edu> on 2018/04/26 01:37:54 UTC

converting 8.0.x ssl Connector to 8.5.x sslHostConfig

We're working on upgrading from 8.0.x to 8.5.x in preparation for 8.0's impending EOL.
Our initial 8.5 deployment which essentially uses our legacy server.xml SSL connectors from 8.0 seems to work as expected. The HTTP Connector documentation suggests that the SSL configuration should now be handled by the nested SSLHostConfig and Certificate elements; is this the case? I've been running into snags trying to convert our lagacy config. Is there a migration guide I may have missed?


-- 
Baron Fujimoto <ba...@hawaii.edu> :: UH Information Technology Services
minutas cantorum, minutas balorum, minutas carboratum desendus pantorum

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: converting 8.0.x ssl Connector to 8.5.x sslHostConfig

Posted by Baron Fujimoto <ba...@hawaii.edu>.
On Thu, Apr 26, 2018 at 10:15:03AM +0100, Mark Thomas wrote:
>On 26/04/18 02:37, Baron Fujimoto wrote:
>> We're working on upgrading from 8.0.x to 8.5.x in preparation for 8.0's impending EOL.
>> Our initial 8.5 deployment which essentially uses our legacy server.xml SSL connectors from 8.0 seems to work as expected. The HTTP Connector documentation suggests that the SSL configuration should now be handled by the nested SSLHostConfig and Certificate elements; is this the case? I've been running into snags trying to convert our lagacy config. Is there a migration guide I may have missed?
>
>What snags?
>
>What is the original 8.0.x configuration?
>
>What is the new 8.5.x configuration?

Belay that. As expected, it was pilot error. Apparently I was mislocating Connector attributes relative to the closing ">" of the opening <Connector ...> element. Closer examination of a working config revelaed my problem. Mea culpa.

-- 
Baron Fujimoto <ba...@hawaii.edu> :: UH Information Technology Services
minutas cantorum, minutas balorum, minutas carboratum desendus pantorum

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: converting 8.0.x ssl Connector to 8.5.x sslHostConfig

Posted by Mark Thomas <ma...@apache.org>.
On 26/04/18 02:37, Baron Fujimoto wrote:
> We're working on upgrading from 8.0.x to 8.5.x in preparation for 8.0's impending EOL.
> Our initial 8.5 deployment which essentially uses our legacy server.xml SSL connectors from 8.0 seems to work as expected. The HTTP Connector documentation suggests that the SSL configuration should now be handled by the nested SSLHostConfig and Certificate elements; is this the case? I've been running into snags trying to convert our lagacy config. Is there a migration guide I may have missed?

What snags?

What is the original 8.0.x configuration?

What is the new 8.5.x configuration?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org