The key does not support the requested operation comes while Apple Pay

Hi,


I am getting following error which apple pay process on my website:

"The key does not support the requested operation"


The backend of the website is in PHP. Does anyone have any idea what I'm doing wrong?


Inder

Hi,

Had the same issue.

PHP cURL couldn't send request with same error curl_errno:35 "The key does not support the requested operation.".

But command line cURL sent the same request just fine.

Updated the whole server software (php updated from 7.3.3 to 7.3.5), and somehow it helped.


Upd:

Restarting php-fpm helps. Guess it happens because of two different Apple Pay integrations on different nginx servers on same machine and cURL somehow bugs on different keys.

The key does not support the requested operation comes while Apple Pay
 
 
Q