Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Error in HTTPS configuration for Jetty-9.4.14(Unable to configure HTTPS in Jetty 9.4.14)

Hi,

On Wed, Oct 2, 2019 at 7:15 PM Himalaya Jha <jhahimalaya0444@xxxxxxxxx> wrote:
>
> Please help me with the solution, In which xml files  or where should I make changes.

You have an old XML file.

Search in those for "keyStore" you will find a <Set ...> element that
needs to be changed.
The name of the property to set is now "keyStorePath".

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top