[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SSL received a record that exceeded the maximum permissible length



Hi,

I create a CA certificate and site certificate according to http://www.debian-administration.org/articles/618.

I set it up in Apache under Debian Lenny.

When I try to access the site, I receive the following message:

Secure Connection Failed
An error occurred during a connection to www.kingstongrant.com.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)

What could be wrong?  Am I missing a module?  I have the following modules loaded in Apache.

apache2ctl -M
Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 alias_module (shared)
 auth_basic_module (shared)
 authn_file_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 perl_module (shared)
 php5_module (shared)
 proxy_module (shared)
 proxy_http_module (shared)
 setenvif_module (shared)
 ssl_module (shared)
 status_module (shared)
Syntax OK

Thanks,
Bernard


Reply to: