Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9014961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T03:38:01+00:00 2026-06-16T03:38:01+00:00

I am having problems configuring my RHEL box to accept HTTPS connections. This is

  • 0

I am having problems configuring my RHEL box to accept HTTPS connections. This is what I have so far:

My RHEL box sits in a DMZ on IP: 172.16.0.3 – I access the website by entering the IP into the browser. I do not have a DNS entry set up for this:

I have a Virtual Host set on the user directory:

/home/mywebapp

I have created a folder within here where I have created my certificate files.

/home/mywebapp/application/certs/

I have used this command to create the certificates:

openssl req -new -x509 -days 365 -keyout 172.16.0.3.key -out 172.16.0.3.crt -nodes -subj  ‘/O=My Web App/OU=My Web App IT Dept/CN=172.16.0.3’

Within httpd.conf I have enabled named virtual hosting on 443:

NameVirtualHost *:80
NameVirtualHost *:443

I have configured my Virtual Hosts as follows:

<VirtualHost *:80>
 ServerName 172.16.0.3
 ServerAlias 172.16.0.3 *.172.16.0.3
 DocumentRoot /home/mywebapp/public_html
 <Directory "/home/mywebapp/public_html">
     allow from all
     Options +Indexes
 </Directory>
 <Location />
     RewriteEngine on
     RewriteCond %{HTTPS} off
     RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R]
 </Location>
 </VirtualHost>

<VirtualHost *:443>
 ServerName 172.16.0.3
 ServerAlias 172.16.0.3 *.172.16.0.3
 DocumentRoot /home/mywebapp/public_html
 <Directory "/home/mywebapp/public_html">
     allow from all
     Options +Indexes
 </Directory>
 SSLEngine On
 SSLCertificateFile /home/mywebapp/application/certs/172.16.0.3.crt
 SSLCertificateKeyFile /home/mywebapp/application/certs/172.16.0.3.key   
</VirtualHost>

This appears to work fine when visiting the site from the server browser eg “https://localhost&#8221;, however trying to connect from a client browser via “https://172.16.0.3&#8221; fails to connect.

Can anyone point me in the right direction?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T03:38:02+00:00Added an answer on June 16, 2026 at 3:38 am
    1. Check iptable firewall
    2. Disable SELinux if you can
    3. Check whether port 80/443 is listen using netstat -natp | grep -e 80 -e 443
    4. use telnet 172.16.0.3 80 command from client to check it allowing to make connection.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my first time using nginx and I'm having some problems configuring an
Im having problems with Modernizr. According to the beginner tutorials i have read this
Having problems with this. Let's say I have a parameter composed of a single
Im having problems with classpaths. I have used them before with import but I'm
I am having problems configuring JRuby to work properly with OpenSSL. Googling has revealed
Having problems figuring this out. trying to do a rescue_from NoMethodError, :with => :try_some_options
am having problems with some Regex code can anyone help. I have the following
I'm having a problem with configuring IIS6 for anonymous access. I've followed most of
I'm just starting using the Log4Net library and having problems configuring it. I don't
I'm having problems with running my application on Heroku. It always shows me this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.