Bug#681170: Doesn't listen on SSL port

2012-08-14 Thread Rahul Amaram

On Friday 13 July 2012 12:53 PM, Rahul Amaram wrote:
I am able to reproduce this issue. I will have to follow up with 
upstream reg. this.


The problem is that the configuration option EnableSSL is set to 
false. Kindly set the below option in caldavd.plist and calendarserver 
should listen on the SSL port.


keyEnableSSL/key
true/

I will add this option in the next update for calendarserver.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#681170: Doesn't listen on SSL port

2012-08-14 Thread Ron Murray
On 08/14/12 12:10, Rahul Amaram wrote:
 On Friday 13 July 2012 12:53 PM, Rahul Amaram wrote:
 I am able to reproduce this issue. I will have to follow up with
 upstream reg. this.

 The problem is that the configuration option EnableSSL is set to
 false. Kindly set the below option in caldavd.plist and calendarserver
 should listen on the SSL port.

 keyEnableSSL/key
 true/

 I will add this option in the next update for calendarserver.

Ah, that fixed it. Thank you.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#681170: Doesn't listen on SSL port

2012-07-13 Thread Rahul Amaram
I am able to reproduce this issue. I will have to follow up with 
upstream reg. this.





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#681170: Doesn't listen on SSL port

2012-07-10 Thread Ron Murray
Package: calendarserver
Version: 3.2+dfsg-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After the upgrade from v2.x, calendarserver no longer listens on the
SSL port as it did before. Nothing obvious in the access or error
logs, even in debug mode.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.4-tinkerbell-0 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages calendarserver depends on:
ii  adduser3.113+nmu3
ii  libc6  2.13-33
ii  lsb-base   4.1+Debian7
ii  memcached  1.4.13-0.1
ii  python 2.7.3~rc2-1
ii  python-dateutil1.5-1
ii  python-kerberos1.1+svn4895-1+b2
ii  python-openssl 0.13-2
ii  python-plist   1.8-1
ii  python-pycalendar  2.0~svn188-1
ii  python-pygresql1:4.0-3
ii  python-pysqlite2   2.6.3-3
ii  python-sqlparse0.1.4-1
ii  python-twisted-conch   1:12.0.0-1
ii  python-twisted-core12.0.0-1
ii  python-twisted-mail12.0.0-1
ii  python-twisted-web 12.0.0-1
ii  python-twisted-words   12.0.0-1
ii  python-xattr   0.6.4-2
ii  python-zope.interface  3.6.1-1
ii  python2.7  2.7.3~rc2-2.1
ii  ssl-cert   1.0.31

Versions of packages calendarserver recommends:
ii  python-ldap  2.4.10-1
ii  python-pam   0.4.2-13

calendarserver suggests no packages.

- -- Configuration Files:
/etc/caldavd/accounts.xml 

?xml version=1.0 encoding=utf-8?

!--
Copyright (c) 2006-2010 Apple Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the License);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an AS IS BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
 --

!DOCTYPE accounts SYSTEM accounts.dtd

accounts realm=rjmx Realm
  user
uidadmin/uid
passwordxx/password
nameSuper User/name
  /user
  user
uidx/uid
passwordxxx/password
namex/name
  /user
  group
uidusers/uid
passwordusers/password
nameUsers Group/name
members
  member type=users/member
/members
  /group
  location
uidlivingroom/uid
passwordLivingRoom-8126/password
nameLiving Room/name
  /location
/accounts



/etc/caldavd/caldavd.plist:
?xml version=1.0 encoding=UTF-8?

!--
Copyright (c) 2006-2011 Apple Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the License);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an AS IS BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
  --

!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
http://www.apple.com/DTDs/PropertyList-1.0.dtd;
plist version=1.0
  dict

!--
Public network address information

This is the server's public network address, which is provided to
clients in URLs and the like.  It may or may not be the network
address that the server is listening to directly, though it is by
default.  For example, it may be the address of a load balancer or
proxy which forwards connections to the server.
  --

!-- Network host name [empty = system host name] --
keyServerHostName/key
stringcalendar.rjmx.net/string !-- The hostname clients use when 
connecting --

!-- HTTP port [0 = disable HTTP] --
keyHTTPPort/key
integer8008/integer

!-- SSL port [0 = disable HTTPS] --
!-- (Must also configure SSLCertificate and SSLPrivateKey below) --
keySSLPort/key
integer8043/integer

!-- Redirect non-SSL ports to an SSL port (if configured for SSL) --
keyRedirectHTTPToHTTPS/key
true/


!--
Network address configuration information

This configures the actual network address that the server binds to.
  --

!-- List of IP addresses to bind to [empty = all] --
keyBindAddresses/key
array
/array

!-- List of port numbers to bind to for HTTP [empty = same as Port] --
keyBindHTTPPorts/key
array
/array

!-- List of port numbers to bind to for SSL [empty = same as SSLPort] --
keyBindSSLPorts/key
array
  integer8043/integer