ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000783ClearOSapp-zarafa - Zarafa Enginepublic2012-10-15 15:452013-04-26 19:41
Reportertimb80 
Assigned Touser2 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version6.4.0 Beta 2Fixed in Version6.4.0 Beta 2 
Summary0000783: Enable SSL access for Zarafa Server
DescriptionMail clients should be able to connect to zarafa-server using SSL (MS Outlook with Windows Zarafa client for example)

Just requires a few steps to copy certificates to the right place on the system

Additional InformationOutlined in docs here
http://doc.zarafa.com/7.1/Administrator_Manual/en-US/html-single/index.html#_ssl_connections_and_certificates [^]

mkdir /etc/zarafa/ssl
chmod 700 /etc/zarafa/ssl
cp /etc/pki/CA/ca-cert.pem /etc/zarafa/ssk/cacert.pem
cp /etc/pki/CA/private/sys-0-key.pem /etc/zarafa/ssl/server.pem
#append cert to key as combined file
cat /etc/pki/CA/sys-0-cert.pem >> /etc/zarafa/ssl/server.pem
#edit /etc/zarafa/server.cfg and change server_ssl_enabled = yes
service zarafa-server restart
service zarafa-licensed restart

Ideally a sync action should occur when the CA or server certs change
TagsNo tags attached.
Attached Files

- Relationships
child of 0000929closeduser2 Convert clearsync to certificate manager event 


- Issue History
Date Modified Username Field Change
2012-10-15 15:45 timb80 New Issue
2012-10-16 09:38 user2 Status new => confirmed
2012-12-21 08:30 dloper Note Added: 0000619
2012-12-21 09:15 user2 Target Version => 6.4.0 Beta 1
2012-12-21 09:33 user2 Target Version 6.4.0 Beta 1 => 6.4.0 Beta 2
2013-01-10 12:09 user2 Relationship added child of 0000929
2013-01-10 13:00 user2 Note Added: 0000634
2013-01-10 13:00 user2 Status confirmed => resolved
2013-01-10 13:00 user2 Fixed in Version => 6.4.0 Beta 2
2013-01-10 13:00 user2 Resolution open => fixed
2013-01-10 13:00 user2 Assigned To => user2
2013-04-26 19:41 user2 Status resolved => closed