ssl is now required
-
Etsy’s API now demands ssl. I was able to fix the code by adding the necessary s in https://openapi… on line 157 of etsy-widget.php, so that it looks like:
$url = 'https://openapi.etsy.com/v2/public/shops/' . $uid . '/listings/active?detail_level=low&includes=Images&limit=100&api_key=' . ETSY_API_KEY;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ssl is now required’ is closed to new replies.