Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added deleteCalendar, getEventByID, addUserToACL & http_parse_headers #1

Merged
merged 5 commits into from
Jun 27, 2011
Merged

Conversation

mcls
Copy link
Contributor

@mcls mcls commented May 14, 2011

I added Added deleteCalendar, getEventByID, addUserToACL & http_parse_headers functions

@rickard2
Copy link
Member

Hi, sorry for the late reply.

I was wondering why you'd want to bypass verification of the SSL certificate? Wouldn't the google certificate always be valid?

Apart from that it seems like good additions to the class, I just have to try them out locally first before we can merge them.

@mcls
Copy link
Contributor Author

mcls commented Jun 23, 2011

Hi,

If I didn't I always got this curl error:

CURLERR60
SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

To solve this I disabled CURLOPT_SSL_VERIFYPEER, since it always connects to Google.

Adding the certificate manually with CURLOPT_CAINFO is probably a better way to do it.
But I didn't know how to get the certificate.

rickard2 added a commit that referenced this pull request Jun 27, 2011
Added deleteCalendar, getEventByID, addUserToACL & http_parse_headers
@rickard2 rickard2 merged commit 2cf1d94 into montania:master Jun 27, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants