- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache 2.2.15
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2013 07:44 AM
08-14-2013 07:44 AM
Apache 2.2.15
All -
This is should be really simple, but it's not - typical. I have the above mentioned apache version running on an 11.31 system - with Default self-signed certificates and default out of the box config for httpd.conf - when I attempt to open the web page: https://x.x.x.x I receive this error in Firefox:
Secure Connection Failed
An error occurred during a connection to x.x.x.x.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
* The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
* Please contact the web site owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
I need to know how to start Apache with SSL - in the older versions of apache the startup file /etc/rc.config.d/
---------------------------------------------------------------------------------------------------------------------------------------
additionally I've noticed other servers we have, use: "/opt/hpws22/apache/bin/httpd -d /opt/hpws22/apache -k start -DSSL" - is this "-DSSL" option necessary? Or just an entry of "Listen:443" in httpd.conf?
What could be wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2013 08:10 AM
08-14-2013 08:10 AM
Repost: Apache 2.2.15
All -
This is should be really simple, but it's not - typical. I have the above mentioned apache version running on an 11.31 system - with Default self-signed certificates and default out of the box config for httpd.conf - when I attempt to open the web page: https://x.x.x.x I receive this error in Firefox:
Secure Connection Failed
An error occurred during a connection to x.x.x.x.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
* The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
* Please contact the web site owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
---------------------------------------------------------------------------------------------------
I need to know how to start Apache with SSL - in the older versions of apache, the startup file "/etc/rc.config.d/hpws_apache" had two options, one for starting Apache and another for starting Apache with SSL, however, this is gone in Apache 2.2.x
additionally I've noticed other servers we have, use: "/opt/hpws22/apache/bin/httpd -d /opt/hpws22/apache -k start -DSSL" - is this "-DSSL" option necessary? Or just an entry of "Listen:443" in httpd.conf?
What could be wrong?