TLDR: I can't pass merchant validation for some reason and think it might be either
I have been struggling trying to make my Apple Pay application work for over a month now and have finally decided to ask for some help.
Errors I get when building:
The errors I am getting from my curl_test.php file:
Which leads me to believe it might be...
I have been struggling trying to make my Apple Pay application work for over a month now and have finally decided to ask for some help.
Errors I get when building:
curlError: "unable to set private key file: '/home2/mattmson/public_html/gwApplePayDev/certs/gwApplePay.key.pem' type PEM"
Unhandled Promise Rejection: InvalidAccessError: The object does not support the operation or argument
The errors I am getting from my curl_test.php file:
Code Block cURL Error 35 - error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca Verbose information * Trying 17.171.78.7:443... * Connected to apple-pay-gateway.apple.com (17.171.78.7) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt * CApath: none * error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca * Closing connection 0
Which leads me to believe it might be...
a problem with the certs ( followed tutorial from https://github.com/norfolkmustard/ApplePayJS )
a problem with the file permissions on my server
a problem with my cUrl attempts