Posts

Post not yet marked as solved
1 Replies
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.