RAM-Websphere SSL problem with Secure HTTP connection
Hi,
When I try to reach my RAM server via HTTPS I got this error.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
I am using packaged WebSphere AppServer. But I can reach my server with HTTP connection via browser. But secure connection is needed for Eclipse client. I googled the problem and I saw so many article about this problem.
But I didn't want to mess up my configuration with all the answers. Could you please guide me solve the problem.
Kind regards
When I try to reach my RAM server via HTTPS I got this error.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
I am using packaged WebSphere AppServer. But I can reach my server with HTTP connection via browser. But secure connection is needed for Eclipse client. I googled the problem and I saw so many article about this problem.
But I didn't want to mess up my configuration with all the answers. Could you please guide me solve the problem.
Kind regards
One answer
I have not seen this error before. Are you using IHS? When you access WAS via HTTP are you just using port 80 or are you specifying a port in the URL? I'd go to the WAS console and navigate to Environment -> Virtual Hosts -> default_host -> Host Aliases and make sure that port 443 (or whatever port you're specifying for https) is listed.