Container and Tomcat testing
Cantor, Scott
cantor.2 at osu.edu
Thu Dec 4 19:10:56 EST 2014
On 12/4/14, 11:42 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>
>> I tested some other possible options to avoid the cert plugin, but while
>> they have some weird options in the connector like a "TrustAll"
>>property,
>> they don't really work right. Nor does it appear you can override the
>> TrustManager class directly, so I don't think we have a simpler
>> alternative there.
>
>I was hoping you would find a way to make the built-in Jetty property
>work, because I tried and couldn't.
I read the code, and TrustAll only works if you don't specify a
KeyManager. Which basically means...I have no idea. You have to give it a
server key, so I don't know what that's supposed to mean.
-- Scott
More information about the dev
mailing list