Project

General

Profile

iphone/ipad cannot establish secure connection to lighttpd server

Added by kastus over 12 years ago

We run a lighttpd server which can be accessed by pretty much every client I have access to except iphone/ipad. I know it's easy to point fingers at Apple, but the strange thing is that Safari on OSX can access the site without any issues.

Safari on iphone produces this error after some timeout:

"Safari cannot open the page because it could not establish a secure connection to the server"

Lighttpd information follows:

$ /usr/sbin/lighttpd -v
lighttpd/1.4.31 (ssl) - a light and fast webserver
Build-Date: Jun 20 2012 16:42:20

$ /usr/sbin/lighttpd -V
lighttpd/1.4.31 (ssl) - a light and fast webserver
Build-Date: Jun 20 2012 16:42:20

Event Handlers:

+ select (generic)
+ poll (Unix)
- rt-signals (Linux 2.4+)
+ epoll (Linux 2.6)
- /dev/poll (Solaris)
- eventports (Solaris)
- kqueue (FreeBSD)
- libev (generic)

Network handler:

+ linux-sendfile
- freebsd-sendfile
- solaris-sendfilev
+ writev
+ write
- mmap support

Features:

+ IPv6 support
+ zlib support
+ bzip2 support
+ crypt support
+ SSL Support
+ PCRE support
- mySQL support
- LDAP support
- memcached support
- FAM support
- LUA support
- xml support
- SQLite support
- GDBM support

It is compiled and installed on CentOS 5.8 x86_64

Relevant part of lighttpd.conf:

$SERVER["socket"] == ":443" {

ssl.engine = "enable" 
ssl.pemfile = "/etc/lighttpd/ssl/wildcard.rentpayment.com.pem"
ssl.ca-file = "/etc/lighttpd/ssl/godaddy_ca_bundle.pem"
ssl.use-sslv2 = "disable"
ssl.cipher-list = "DHE-RSA-AES256-SHA DHE-RSA-AES128-SHA EDH-RSA-DES-CBC3-SHA AES256-SHA AES128-SHA DES-CBC3-SHA DES-CBC3-MD5 RC4-SHA RC4-MD5"
}

Nothing is recorded in logs, so I even don't know how to debug it further. Any help appreciated.

Thanks,

Kastus


Replies (2)

RE: iphone/ipad cannot establish secure connection to lighttpd server - Added by kastus over 12 years ago

Replying to myself: none of the ciphers from ssl.cipher-list hardened to satisfy PCI DSS requirements are supported by iOS on iphone/ipad, that explains the error. Still need to find strong (from PCI point of view) cipher supported by iphone

RE: iphone/ipad cannot establish secure connection to lighttpd server - Added by stbuehler over 12 years ago

Well, a slow browser (using strong ciphers) looks bad for the phone manufacturer, a not working website looks bad for the hoster... my guess is that the iphone doesn't support any strong cipher.

    (1-2/2)