Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
R
roundcube-plugins
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • kolab
  • roundcube-plugins
  • Issues
  • #1

Closed
Open
Opened Feb 07, 2014 by Roy Thompson@rst

Add option to accept self signed certs from caldav server

My caldav server is on https with a self signed cert, by default the caldav driver would not connect to it.

I've worked around this by going to plugins/calendar/lib/SabreDAV/lib/Sabre/DAV/Client.php and adding: $curlSettings[CURLOPT_SSL_VERIFYPEER] = 0; at line 331

It would be great to have an option when creating the calendar in the ui for the verifyPeer setting passed to the SabreDAV Client constructor.

Assignee
Assign to
Kolab 3.4 Release
Milestone
Kolab 3.4 Release
Assign milestone
Time tracking
None
Due date
None
Reference: kolab/roundcube-plugins#1