When connecting using oauth or basic authentication to woocommerce api using https, I get this
Http works fine.
I am using Plesk on digitalocean. Everything seems to be ok with woocommerce system status, certificate, etc.
Server is running on PHP support 7.1.4, fastCGI (served by apache), however on different settings with this, it also doesnt work.
I have tried numerous different configurations etc., nothing. I am out of ideas.
It works fine on http://
Beer on paypal is on me.
Thanks
Code:
{
"code": "woocommerce_rest_cannot_view",
"message": "Sorry, you cannot list resources.",
"data": {
"status": 401
}
}
Http works fine.
I am using Plesk on digitalocean. Everything seems to be ok with woocommerce system status, certificate, etc.
Server is running on PHP support 7.1.4, fastCGI (served by apache), however on different settings with this, it also doesnt work.
I have tried numerous different configurations etc., nothing. I am out of ideas.
It works fine on http://
Beer on paypal is on me.
Thanks