Project

General

Profile

Redmine ssl_error_rx_record_too_long error over Bitnami Stack

Added by Roy Batty almost 14 years ago

I have installed redmine 1.0.2 on Windows 7 (32 bit) using Bitnami Stack installer.
I have attempted to enable ssl communications and I have customized my httpd.conf and extra/httpd-ssl.conf but when I browse to https://localhost:3000, I have the error ssl_error_rx_record_too_long error.

Someone has any idea how I can fixes it?


Replies (1)

RE: Redmine ssl_error_rx_record_too_long error over Bitnami Stack - Added by Holger Just almost 14 years ago

Most of the time this is because the browser tries to initiate the SSL-handshake with the server. But the server answers in plain HTTP to the client (most of the time with an error message delivered via HTTP).

Thus, make sure your server is actually configured to speak HTTPS on port 442 instead of just plain HTTP.

--Holger

    (1-1/1)