Package: libapache2-mod-gnutls
Version: 0.5.10-1
Severity: important
Dear Maintainer,
I used following apache config:
ports.conf:
<IfModule mod_gnutls.c>
NameVirtualHost *:443
Listen 127.0.0.1:443
</IfModule>
default-ssl:
<IfModule mod_gnutls.c>
<VirtualHost _default_:443>
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
GnuTLSEnable on
GnuTLSPriorities SECURE:!ANON-DH:!MD5
GnuTLSCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
GnuTLSKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
</VirtualHost>
</IfModule>
But when I tried to access the https page I got SSL_ERROR_RX_RECORD_TOO_LONG.
When I used telnet to access 127.0.0.1:443 I got plaintext data.
But if I configure ports.conf like this:
<IfModule mod_gnutls.c>
NameVirtualHost *:443
Listen 443
</IfModule>
and try to access web page from remote computer, everything is OK. Unfortunately
I need my apache to listen on localhost.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libapache2-mod-gnutls depends on:
ii libc6 2.13-18
ii libgnutls26 2.12.7-8
libapache2-mod-gnutls recommends no packages.
libapache2-mod-gnutls suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]