You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to producteev-...@googlegroups.com
Today I'm getting errors every times I try to sign in in Producteev using OAUT API.
This is the error I get:
ERR NUM: 60
ERR MSG: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Any ideas?
tnx
Mirko Agrati
unread,
Dec 1, 2013, 4:26:19 AM12/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to producteev-...@googlegroups.com
Maybe I fixed the problem.
I added to my CURL request the option
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
I added it to every type of request: GET, POST, PUT & DELETE.