On 27/04/17 19:36, Dan Morrison wrote:
> On 04/27/2017 02:29 PM, Mark Thomas wrote:
>> On 27/04/17 14:53, htsg...@htsweb.com wrote:
>>> Running SNI successfully 8.5.11 since mid January. Installed 8.5.14.
>>> Used same server.xml (snippet below).
>>> Wildcard certificate works under 8.5.11, but errors under 8.5.14.
>>> If Connector for port 443 with wildcard is removed, startup succeeds.
>>> I'm guessing the asterisk can't be stored in the bean.
>> Yep. It is a reserved character in JMX names. That is a bug. I'll look
>> into a fix (unless someone beats me to it).
>>
>> Mark
> The 8.5.11 code handled it, so hopefully that helps some.

It does if your desired solution is not have have any information in JMX
:). The SSLHostConfig was only recently added to JMX. I'm expecting the
fix to be simple. There is a simple API call we need to wrap the name
with to escape it.

> I will be trying Chris's _default_ suggestion shortly as a possible
> short term work-around.

Cool. Glad you have a potential work-around.

Mark


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

Reply via email to