wc-api-java icon indicating copy to clipboard operation
wc-api-java copied to clipboard

PKIX path building failed. Unable to find valid certification path to requested target

Open jlparrilla opened this issue 5 years ago • 3 comments

¿Its posible configure the client to ignore the SSL Context Verification?

jlparrilla avatar May 22 '19 10:05 jlparrilla

Hi @jlparrilla if your server is under SSL (https) you shouldn't use the wc-api-java library. It's only for servers under http.

omandryk avatar Aug 24 '19 06:08 omandryk

@jlparrilla could you please provide more details about the issue?

omandryk avatar Aug 24 '19 06:08 omandryk

I intended use to get orders from one woocommerce store. The problem is that all time throw this excepcion:

PKIX path building failed. Unable to find valid certification path to requested target

The webstore is configured under SSL with a valid certification path, from Digicert

jlparrilla avatar Aug 26 '19 06:08 jlparrilla