java - How to add Authority Certifcate to use HTTPS client in Jetty War Application - -
i use jetty web application server. deployed application needs use https client (my war calls external web service). have authority certificate (ca) file.
what have suppose do, because each time call external web service, error (certification path error).
i suppose have add ca truststore associated jetty ?
thanks help
Comments
Post a Comment