Guten Morgen,
ich habe ein Problem an dem ich mittlerweile fast verzweifle. Wir haben zwei Internetzugänge hinter denen jeweils ein Linux Proxy hängt der den Internetverkehr filtert.
Im Prinzip funktioniert auch alles, allerdings ist mir eine HTTPS Seite bekannt die auf dem einen läuft, auf dem anderen allerdings nicht. Wenn ich mit OpenSSL die Verbindung auf dem einen Prüfen will kommt die folgende Fehlermeldung:
vwbodo2:~# openssl s_client -connect www.eon-apps.com:443 -state -debug CONNECTED(00000003) SSL_connect:before/connect initialization write to 0x80c0988 [0x80c09d0] (118 bytes => 118 (0x76)) 0000 - 80 74 01 03 01 00 4b 00-00 00 20 00 00 39 00 00 .t....K... ..9.. 0010 - 38 00 00 35 00 00 16 00-00 13 00 00 0a 07 00 c0 8..5............ 0020 - 00 00 33 00 00 32 00 00-2f 03 00 80 00 00 05 00 ..3..2../....... 0030 - 00 04 01 00 80 00 00 15-00 00 12 00 00 09 06 00 ................ 0040 - 40 00 00 14 00 00 11 00-00 08 00 00 06 04 00 80 @............... 0050 - 00 00 03 02 00 80 3b 48-3e 22 95 b0 5a 8d fc 8b ......;H>"..Z... 0060 - b6 a6 b2 f7 d6 68 d0 3e-c2 3d f3 f6 63 4e f4 8d .....h.>.=..cN.. 0070 - a1 69 94 f6 f9 08 .i.... SSL_connect:SSLv2/v3 write client hello A read from 0x80c0988 [0x80c5f30] (7 bytes => -1 (0xFFFFFFFF)) SSL_connect:error in SSLv2/v3 read server hello A
Was sich in Lynx z.B. so äußert:
Suche nach www.eon-apps.com HTTPS-Verbindung zu www.eon-apps.com wird aufgebaut. Verbindung erneut versuchen, ohne TLS. Suche nach www.eon-apps.com HTTPS-Verbindung zu www.eon-apps.com wird aufgebaut. Obacht: Unable to make secure connection to remote host. lynx: Unzugängliche Startdatei https://www.eon-apps.com/
Dieses Problem tritt nur auf dieser einen Seite auf und auch nur auf dem einen Proxy. Der andere nahezu identisch konfigurierte Proxy läuft einwandfrei.