Various components of OpenCloud apparently need to be built against openssl from ports, not from the base system. See: https://github.com/owncloud/core/issues/17446 Currently, anyone upgrading to 8.1 from 8.0.x will suddenly find their contacts and calendar apps stop working.
Thanks for the bug report. Since I'm running FreeBSD -current, it seems to me that both contacts and calendar apps work fine with openssl 1.0.1p from the base system. I'll test it out with -release, thanks.
Having the same issue and looking forward to a fix :-)
Looks as if it works fine on 10.2, so probably needs to depend on the openssl port on <10.2.
A commit references this bug: Author: kevlo Date: Sat Aug 15 15:28:50 UTC 2015 New revision: 394322 URL: https://svnweb.freebsd.org/changeset/ports/394322 Log: - Use base OpenSSL on FreeBSD 10.2 - Fix permission of occ PR: 202266, 202320 Submitted by: theraven Changes: head/www/owncloud/Makefile
Fixed as r394322, thanks.