Import images via wc api ssl certificate problem
-
I am integrating my business software with woocommerce, i’m using Woocommerce official api. Now I’ve an issue when I import images from a specific website (for most of other website it works).
{‘code’: ‘woocommerce_product_image_upload_error’, ‘message’: “Errore nell’acquisizione dell’immagine remota … Errore: cURL error 60: SSL certificate problem: unable to get local issuer certificate”, ‘data’: {‘status’: 400}}
I think there is a way to avoid it.
I tried downloading the same image in request library where you can set the verify parameters to False and it works, otherwise the same error.There is some params in wc api that could help me?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Import images via wc api ssl certificate problem’ is closed to new replies.