Apache2 sl_error_rx_record_too_long

Konfiguracja serwerów, usług, itp.
mysma
Posty: 2
Rejestracja: 11 kwietnia 2014, 00:55

Apache2 sl_error_rx_record_too_long

Post autor: mysma »

Hey :)

Mam problem ze swoim serwerem. Podczas używania protokołu SSL otrzymuję błąd widoczny na obrazku:
Załącznik sslerror.jpg nie jest już dostępny
Trochę czytałem instrukcji na temat generowania i umieszczania certyfikatu ssl i postępowałem zgodnie z zaleceniami, ale ten problem nadal występuje :(
Debian v.7.4.

Z góry dzięki za pomoc.
Pozdrawiam.
Załączniki
sslerror.jpg
Awatar użytkownika
LordRuthwen
Moderator
Posty: 2341
Rejestracja: 18 września 2009, 21:45
Lokalizacja: klikash?

Post autor: LordRuthwen »

Gdzieś Ci brakuje dyrektywy:

Kod: Zaznacz cały

NameVirtualHost *:443
mysma
Posty: 2
Rejestracja: 11 kwietnia 2014, 00:55

Post autor: mysma »

Hej :)

Dzięki za odp, ale wydaje mi się, że z derektywami wszystko ok.
Czy może być jakaś inna przyczyna ?

Pozdrawiam.
Awatar użytkownika
LordRuthwen
Moderator
Posty: 2341
Rejestracja: 18 września 2009, 21:45
Lokalizacja: klikash?

Post autor: LordRuthwen »

Ja takie coś miałem jak miałem dwie takie dyrektywy albo nie było wcale :P
Awatar użytkownika
Yampress
Administrator
Posty: 6422
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

Error code: ssl_error_rx_record_too_long
This usually means the implementation of SSL on your server is not correct. The error is usually caused by a server side problem which the server administrator will need to investigate.
Below are some things we recommend trying.
  • Ensure that port 443 is open and enabled on your server. This is the standard port for https communications.
  • If SSL is using a non-standard port then FireFox 3 can sometimes give this error. Ensure SSL is running on port 443.
  • If using Apache2 check that you are using port 443 for SSL. This can be done by setting the ports.conf file as follows
    Listen 80
  • Listen 443 https
  • Make sure you do not have more than one SSL certificate sharing the same IP. Please ensure that all SSL certificates utilise their own dedicated IP.
  • If using Apache2 check your vhost config. Some users have reported changing <VirtualHost> to _default_ resolved the error.
  • Make sure that your SSL certificate is not expired
  • Try to specify the Cipher:
    SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM:+SSLv3
ODPOWIEDZ