Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - stickybro

Pages: [1]
1
4 updates today for activesync and related ;D is there a change log or documentation anywhere?

specifically need to know/work out how to configure authentication methods...
Code: [Select]
A 401 error was received from the server, but no authentication methods are supported.

HTTP Response Headers:
Content-Length: 0
Content-Type: text/plain; charset=UTF-8
Date: Fri, 20 Jun 2014 00:50:28 GMT
Server: Apache/2.4.7 (Ubuntu)
WWW-Authenticate: basic realm="SOGo"
Elapsed Time: 900 ms.

awesome progress so far tho its looking really good!!

2
Installation and Upgrades / Re: OpenChange on HTTPs
« on: May 08, 2014, 06:35:33 am »
now working with the help of ff8jake in this post

https://forum.zentyal.org/index.php/topic,11444.msg83976.html#msg83976

3
Installation and Upgrades / Re: HOWTO: Trusted Certificate
« on: May 08, 2014, 06:33:54 am »
It would be enough to know how to change   /usr/share/zentyal/stubs/core/haproxy.cfg.mas
and what the .pem should contain.

Please help me out with this
This is the change I made, and it will apply your .pem to pretty much every part of the server (admin, webmail, etc). It will need to be a .pem file including the cert, any intermediate/chain certs, and the key in my experience.

In line 63 of haproxy.cfg.mas you have the following:
Code: [Select]
%           my $newCrt = 'crt ' . $service->{pathSSLCert};
which I have changed to this:
Code: [Select]
%           my $newCrt = 'crt /path/to/my/certificate.pem';
After the change I restarted just to ensure the config files everywhere were regenerated. Hope this helps.

thank you for this ff8jake  8) it works very well!

4
Installation and Upgrades / Re: OpenChange on HTTPs
« on: May 05, 2014, 01:45:46 am »
@SilkBC

I am testing Zentyal under Hyper-V in Windows 2012 R2 - after many times reinstalling I have exhausted the possibilities of connecting Outlook Anywhere or Windows Phone 8 to OpenChange. Both of these products connect to an exchange server via RPC Proxy and require a valid SSL certificate meaning NOT self signed. As currently nobody here can answer how to add a valid SSL certificate in build 3.4.2 we are stuck :(

As proof of this outcome you can go to https://testconnectivity.microsoft.com and perform a "Microsoft Office Outlook Connectivity Tests - Outlook Anywhere (RPC over HTTP)" test on your server and see where the connection fails...

in the case of a self-signed certificate:
Code: [Select]
Certificate trust is being validated.
  Certificate trust validation failed.
 
Test Steps
 
The Microsoft Connectivity Analyzer is attempting to build certificate chains for certificate CN=mail.domain.com.
  A certificate chain couldn't be constructed for the certificate.
  Tell me more about this issue and how to resolve it
 
Additional Details
 
The certificate chain didn't end in a trusted root. Root = CN=mail.domain.com
Elapsed Time: 35 ms.

hope this helps and hope someone else can tell us how to add a valid SSL certificate in the current build :)

Pages: [1]