GNUTLS + Debian ??? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +--- Thread: GNUTLS + Debian ??? (/thread-14775.html) |
GNUTLS + Debian ??? - yakovlev - 07-14-2011 05:22 PM Hallo, habe folgendes Problem: 1. Zertifikat ordnungsgemäß installiert, der funktioniert auch: https://www.anroshop.de 2. Nur trift folgende Meldung bei ssl.log: "GnuTLS: Handshake Failed (-9) 'A TLS packet with unexpected length was received.'" 3. Bei php Scripten - Error 403. 4. Ich komme nur bei config nicht so klar. Habe verschiedene vom Forum ausprobiert, keiner scheint zu funktionieren: PHP Code: <VirtualHost anroshop.de:443> PS: Wenn ich den "Include /etc/apache2/mods-available/fcgid_ispcp.conf" rausnehme komplett bleibt das gleice. Wenn ich den doch nach "<IfModule mod_fcgid.c>" reinsetze, kommt: root@n112h108:~# /etc/init.d/apache2 restart Syntax error on line 29 of /etc/apache2/mods-available/fcgid_ispcp.conf: SocketPath cannot occur within <VirtualHost> section Action 'configtest' failed. The Apache error log may have more information. failed! Danke im Voraus! Wenn ich das ganze mit " checke, kommt raus: apache2ctl -t -D DUMP_VHOSTS 2>&1 | less PHP Code: VirtualHost configuration: RE: GNUTLS + Debian ??? - tomhb - 07-15-2011 01:05 AM (07-14-2011 05:22 PM)yakovlev Wrote: Hallo, Funktionieren wuerde ich das aber nicht nennen... Quote:<VirtualHost anroshop.de:443> Code: <VirtualHost 1.2.3.4:443> Quote:GnuTLSEnable on Code: <IfModule mod_gnutls.c> Versuche es erst einmal damit. Ansonsten waeren Eintraege vom LogFiles hilfreich, denn da steht normaler drin, was nicht will. Gruss Tom RE: GNUTLS + Debian ??? - yakovlev - 07-15-2011 04:12 AM Vielen Dank für die Antwort! Habe deine Korrekturen ausprobiert. nix. Noch mal Config: PHP Code: <VirtualHost 213.73.112.108:443> hier sind logs, von dieser Konfiguration! Quote:[Thu Jul 14 20:08:06 2011] [error] [client 85.180.62.62] GnuTLS: Handshake Failed (-9) 'A TLS packet with unexpected length was received.' Andere Ideen? noch dazu Combined Log: Quote:85.180.62.62 - - [14/Jul/2011:20:09:40 +0200] "GET / HTTP/1.1" 403 368 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0" php files werden in meinem Fall nicht ausgeführt und dazu noch html sehr langsam: https://www.anroshop.de/new RE: GNUTLS + Debian ??? - tomhb - 07-18-2011 08:38 AM (07-15-2011 04:12 AM)yakovlev Wrote: ServerName anroshop.de:443 Code: ServerName anroshop.de Quote:Andere Ideen? $ dpkg -l libapache2-mod-gnutls Welche Version ist installiert? Gruss Tom RE: GNUTLS + Debian ??? - yakovlev - 07-18-2011 06:58 PM (07-18-2011 08:38 AM)tomhb Wrote:(07-15-2011 04:12 AM)yakovlev Wrote: ServerName anroshop.de:443 libapache2-mod 0.5.6-1 RE: GNUTLS + Debian ??? - tomhb - 07-18-2011 08:45 PM [/quote] libapache2-mod 0.5.6-1 [/quote] Lenny oder Squeeze? Gruss Tom RE: GNUTLS + Debian ??? - yakovlev - 07-18-2011 08:50 PM libapache2-mod 0.5.6-1 [/quote] Lenny oder Squeeze? Gruss Tom [/quote] Description: Debian GNU/Linux 6.0.2 (squeeze) Release: 6.0.2 Codename: squeeze RE: GNUTLS + Debian ??? - yakovlev - 07-19-2011 10:28 PM Also, ich hab's hingekriegt! Falls jemand, gleiche Fehler hat, dass Apache sehr langsam unter https scheint. in meinem Fall mit Debian 6 squeeze: 1. Deinstallation von libapache2-mod-gnutls 2. Runterladen von z.B. https://www.in.kernel.org/linux/debian/pool/main/m/mod-gnutls/libapache2-mod-gnutls_0.5.6-1+squeeze1_i386.deb Ínstallation aus dem Package Wow - its work's Ursache also war, dass Debian standartmäsig mod_gnults ohne support für Squeeze installiert hat. |