]
Marián Labuda updated JBIDE-15488:
----------------------------------
Labels: jax-rs (was: )
Web Service Tester doesn't work with https and self-signed
certificate
----------------------------------------------------------------------
Key: JBIDE-15488
URL:
https://issues.jboss.org/browse/JBIDE-15488
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.1.0.Final
Reporter: Juergen Zimmermann
Assignee: Xavier Coulon
Labels: jax-rs
Fix For: 4.3.x
If I test a RESTful Web Service on WildFly 8 which is configured for https, then I just
this error message in the response body (for both GET and POST requests):
{code}
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid
certification path to requested target
{code}