ubuntu - Browser error ssl_error_rx_record_too_long (Firefox) and ERR_SSL_PROTOCOL_ERROR (Chrome) -


With SSL Apache2.4, SSL errors can not be resolved. My local host on which Ubuntu Deep Stack seemed to shut down before working just a few days ago .. but does not work

Firefox gives me SSL_ERROR_RX_RECORD_TOO_LONG And Chrome gives me ERR_SSL_PROTOCOL_ERROR

After creating a new certificate, and they are set to the right domain, but it still fails

& Lt; Want VirtualHost: .. 443 & gt;

ServerAdmin Webmaster @ local host server name example.dev
server of www.example.dev
DocumentRoot /var/www/example.com

 < Code> SSLEngine on SSLCertificateFile /etc/apache2/ssl/apache.crt SSLCertificateKeyFile /etc/apache2/ssl/apache.key Errorlog $ {APACHE_LOG_DIR} /error.log CustomLog $ {APACHE_LOG_DIR} combined /access.log / etc / apache2 / Rules.conf  

& lt; / VirtualHost & gt;

It's weird, and a little disappointing, thanks for the help.

Edit: I looked at Access.log and found these errors:

E

127.0.0.1 - - [31 / July / 2014: 23: 07: 47.0700] "\ x16 \ x03" 400 0 "-" "- 127.0.0.1 - - [31 / July / 2014: 23: 07: 51 -0700]" \ x16 \ x03 \ x01 "400 0" - "" - 127.0.0.1 - - [31 / July / 2014: 23: 07: 51 -0700] "\ X16 \ x03 \ x01" 400 0 "-" "-" 127.0.0.1 - - [31 / July / 2014: 23: 07: 51 -0700] "\ x16 \ x03 \ x01" 400 0 "-" "- 127.0.0.1 - - [31 / July / 2014: 23: 07: 51 -0700]" \ x16 \ X03 \ x01 "400 0" - "" - "
127.0. 0.1 - - [31 / July / 2014: 23: 07: 51 -0700] "\ x16 \ x03" 400 0 "-" "-"

Thanks for the help, in the end, let me default : 443 to example.dev:443.

/ div>

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -