You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set up a Feed that lets me import products for Craft Commerce. I also want to import images as Assets but I have an SSL certificate error even though it is valid.
Hi, thanks for getting in touch! There’s an assetDownloadCurl config option that you could try, but it sounds like there might be an underlying (not Feed Me related) problem causing both issues you mentioned.
Are you getting this issue in your local development environment?
Description
I've set up a Feed that lets me import products for Craft Commerce. I also want to import images as Assets but I have an SSL certificate error even though it is valid.
productImage - Asset error: https://.../article/picture/3fd0ce6e-e2ee-479b-a0d0-02f1099d48a7 - fopen(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000086:SSL routines::certificate verify failed
I had the same error for the request to the Json Feed that I solved via this parameter in the config feed-me.php .
Is there an identical parameter for requests to assets?
Can I fix this via the Guzzle settings?
Additional info
The text was updated successfully, but these errors were encountered: