- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Problem with Automatically Directing Users to ...
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
Forums
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
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
02-19-2004 03:00 AM
02-19-2004 03:00 AM
Problem with Automatically Directing Users to Port 443
1. I installed the OS from scratch, and loaded the bundled Apache server with the mod_ssl package.
INFO: Red Hat Linux 8.0
Apache 2.0.40
OpenSSL 0.9.6
2. I tested connectivity to ports 80 and 443, and both came back with the test page.
3. I want to achieve an automatic redirection to port 443, so I added the following to the
VirtualHost section of the httpd.conf file -
ServerName example.com
ServerAdmin webmaster@example.com
DocumentRoot /www
Redirect / https://example.com/
ServerName example.com
ServerAdmin webmaster@example.com
DocumentRoot /www
SSLEngine On
SSLCertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle.crt
SSLCertificateKeyFile
/usr/local/apache/conf/ssl.key/server.key
SSLCertificateChainFile
/usr/local/apache/conf/ssl.key/server.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
4. The Apache server (version 2.0.40 bundled with Red Hat 8.0 along with mod_ssl) did not start with the above information added. THe error message that appeared in the error_log
file was -
Failed to configure CA certificate chain!
5. After I removed the above text, I was able to restart the server successfully.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 03:26 AM
02-19-2004 03:26 AM
Re: Problem with Automatically Directing Users to Port 443
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 02:14 PM
02-19-2004 02:14 PM
Re: Problem with Automatically Directing Users to Port 443
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 12:54 AM
02-20-2004 12:54 AM
Re: Problem with Automatically Directing Users to Port 443
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 01:34 PM
02-20-2004 01:34 PM
Re: Problem with Automatically Directing Users to Port 443
I don't use modssl, but you might want into the generic openssl verify command to check if your certificates are good.
Greetings, Martin