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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -