[asterisk-bugs] [JIRA] (ASTERISK-20557) res_calendar_caldav.c:157 SSL handshake failed: SSL error: GnuTLS internal error
aragon (JIRA)
noreply at issues.asterisk.org
Thu Oct 18 08:07:18 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
aragon updated ASTERISK-20557:
------------------------------
Status: Waiting for Feedback (was: Waiting for Feedback)
Scrubbed everything else...
2012-10-18 06:56:01] VERBOSE[5696] loader.c: [2012-10-18 06:56:01] res_calendar_exchange.so => (Asterisk MS Exchange Calendar Integration)
[2012-10-18 06:56:01] VERBOSE[5696] res_calendar.c: [2012-10-18 06:56:01] == Registered calendar type 'caldav' (CalDAV calendars)
[2012-10-18 06:56:01] VERBOSE[5696] loader.c: [2012-10-18 06:56:01] res_calendar_caldav.so => (Asterisk CalDAV Calendar Integration)
[2012-10-18 06:56:01] VERBOSE[5696] res_calendar.c: [2012-10-18 06:56:01] == Registered calendar type 'ical' (iCalendar .ics calendars)
[2012-10-18 06:56:01] VERBOSE[5696] loader.c: [2012-10-18 06:56:01] res_calendar_icalendar.so => (Asterisk iCalendar .ics file integration)
[2012-10-18 06:56:01] VERBOSE[5696] res_calendar.c: [2012-10-18 06:56:01] == Registered calendar type 'ews' (MS Exchange Web Service calendars)
[2012-10-18 06:56:01] VERBOSE[5696] loader.c: [2012-10-18 06:56:01] res_calendar_ews.so => (Asterisk MS Exchange Web Service Calendar Integration)
[2012-10-18 06:56:03] WARNING[5741] res_calendar_icalendar.c: Unable to retrieve iCalendar 'calendar_customer_302' from 'https://scrubbed/ical/main.ics': Could not authenticate to server: missing realm in Basic challenge
[2012-10-18 06:56:03] WARNING[5741] res_calendar_icalendar.c: Unable to parse iCalendar 'calendar_customer_302'
[2012-10-18 06:56:03] ERROR[5741] res_calendar_icalendar.c: The iCalendar has not been parsed!
> res_calendar_caldav.c:157 SSL handshake failed: SSL error: GnuTLS internal error
> --------------------------------------------------------------------------------
>
> Key: ASTERISK-20557
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20557
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_calendar
> Affects Versions: 1.8.17.0
> Environment: gnutls-1.4.1-7.el5_8.2
> neon-0.29.6-1.el5
> libgcrypt-1.4.4-5.el5_8.2
> Reporter: aragon
> Assignee: aragon
> Severity: Minor
>
> This may not be a bug in code ical but we have followed all the documentation and cannot connect to Google.
> Perhaps something is missing in the documentation... apologies in advance if this is not a bug.
> Configuration is good according to this Asterisk documentation page:
> http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/ExternalServices-SECT-1.html
> From documentation:
> [myGoogleCal]
> type=caldav
> url=https://www.google.com/calendar/dav/<Gmail Email Address>/events/
> user=<Gmail Email Address>
> secret=<Gmail Password>
> refresh=15
> timeframe=60
> Custom configuration:
> [calendar_contextscrubbedsinternet_302]
> type = caldav
> url = https://www.google.com/calendar/dav/contextscrubbedsml@contextscrubbednt.net/events/
> user = contextscrubbedsml at contextscrubbednt.net
> secret = scrubbed
> refresh = 15
> timeframe = 60
> channel = SIP/contextscrubbeds-302
> context = contextscrubbedsinternet
> extension = 302
> Also from Asterisk CLI, everythings seems fine:
> test*CLI> calendar show calendars
> Calendar Type Status
> -------- ---- ------
> calendar_contextscrubbedsinterne caldav free
> scopserv*CLI> calendar show calendar calendar_contextscrubbedsinternet_302
> Name : calendar_contextscrubbedsinterne
> Notify channel : SIP/contextscrubbeds-302
> Notify context : contextscrubbedsinternet
> Notify extension : 302
> Notify applicatio :
> Notify appdata :
> Refresh time : 15
> Timeframe : 60
> Autoreminder : 0
> Events
> [2012-10-10 13:33:11] WARNING[1554]: res_calendar_caldav.c:157 caldav_request: Unknown response to CalDAV calendar calendar_contextscrubbedsinternet_302, request REPORT to /calendar/dav/contextscrubbedsml at contextscrubbednt.net/events/: SSL handshake failed: SSL error: GnuTLS internal error.
> And
> [2012-10-11 16:47:13] WARNING[12040]: res_calendar_icalendar.c:150 fetch_icalendar: Unable to retrieve iCalendar 'calendar_contextscrubbedsinternet_302' from 'https://mail.contextscrubbednt.net/ical/main.ics': Could not authenticate to server: missing realm in Basic challenge
> [2012-10-11 16:47:13] WARNING[12040]: res_calendar_icalendar.c:472 ical_load_calendar: Unable to parse iCalendar 'calendar_contextscrubbedsinternet_302'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list