On Fri, Nov 18, 2011 at 2:56 AM, Ranjith Kumar <ranjit...@gmail.com> wrote:

> I am running a web application on apache and using openssl for
> encryption. I am receiving ssl error when I browse my application with
> https://.
>
> The error says "SSL received a record with an unknown content type"
> Error code: "ssl_error_rx_unknown_record_type"
>

This error can mean that you did not properly configure your vhost to use
SSL.
You must have set SSLEngine on, SSLCertificateFile, and
SSLCertificateKeyFile in your vhost.
Just using port 443 will not tell the server to support SSL.

- Y

Reply via email to