I am trying to run the examples from this github repo https://github.com/clover/remote-pay-...
But I'm running into the following errors:
If I navigate to https://sandbox.dev.clover.com/v3/mer... I can view the list of devices without issue but not when running in the project.
I have tried generating the certificate as mentioned in the README by executing the following command: keytool -genkey -alias jetty7 -keyalg RSA -keystore src/test/resources/jetty.keystore -storepass password -keypass password -dname "CN=localhost"
My browser trusts the certificate as seen in the first image above but I'm still receiving the error.
I can't get past this error with the other examples as well: https://github.com/clover/clover-clou... https://github.com/clover/clover-clou...
Thoughts?