#pureSIMgamer
1 messages · Page 1 of 1 (latest)
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
👋 happy to help
are you using a self-signed SSL certificate?
My server is a developent server without ssl certificate
however, the stripe certificate is in the truststore
I'm not sure I understand
The api-call should verify the ssl certificate of stripe against a list of approved certificates, which are in the java truststore (using -keytool)
?
Should i use a self-signed certificate for incomming requests perhaps ?
is this about webhooks? or about calling Stripe API?
sorry for the confusion, tarzan. It is about calling Stripe API
Should i use a self-signed certificate for incomming requests perhaps ?
yes no worries, that's what made the confusion
you can read more about which TLS Certificate to use here https://stripe.com/docs/tls-certificates
you're not using the stripe-java SDK