Hi All,

In an existing and running HttpClient(sslContextFactory), I want to update 2 ssl attributes:

        sslContextFactory.setValidateCerts(false);
        sslContextFactory.setTrustAll(true);

And at another point in time I want to set that to the opposite.

Is this a valid operation, or do I need to create a new HttpClient for every sslContextFactory update?

Thanks!

Jaap


_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to