|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
I am using www.no-ip.com to obtain a dns name for my web server which is hosted on a ReHat9 linux box. I also use an Asante Friendly Net Router for firewall purposes. I am trying to get SSL orking on my web server. Whenever I goto my no-ip address using https:// it fails. I can get it to work on the LAN using the computer name, but never when accessing it through the WAN. I have the firewall configured to forward port 443 to the appriopriate machine, but I still cannot seem to get it working. What am I missing? Is it possible no-ip.com does not support SSL and https?
thanks, Kevin |
|
#2
|
|||
|
|||
|
Quote
-------------------------------------- "Is it possible no-ip.com does not support SSL and https?" -------------------------------------- The issue is onyourside. Setup the hosts file correctly? |
|
#3
|
|||
|
|||
|
I don't know, what should it contain? I am able to access http://<my no-ip.com dns name>, just not the https version -- if that tells you anything.
thanks, Kevin |
|
#4
|
|||
|
|||
|
Here is my /etc/hosts
127.0.0.1 localhost.localdomain localhost 192.168.1.14 <no-ip dns name> <machine name> https://<no ip dns name> still does not resolve. Any ideas? thanks, Kevin |
|
#5
|
|||
|
|||
|
Are you running Apache? This sounds like an Apache/mod_ssl config problem.
|
|
#6
|
|||
|
|||
|
yes, apache 2
attached is my http.conf oops - forgot the attachment ![]() Last edited by kcella : February 20th, 2004 at 06:23 AM. |
|
#7
|
|||
|
|||
|
I attached my httpd.conf virtual hosts section from the last
ssl site I set up. It runs on apache 1.3.29 and mod_ssl instead of apache2, but it should help. |
|
#8
|
|||
|
|||
|
Could someone please take a look at the apache2 http.conf file i posted above and tell me what is wrong.
I compared it with what davew007 posted, but I still can't understand it. I even tried adding an IP based Virtual host, but that did not work. It seems like if I can access it using the LAN, I should be able to access it through the <no-ip dns> WAN address. Why is the apache server acting differently? thanks, Kevin Last edited by kcella : February 24th, 2004 at 11:33 AM. |
|
#9
|
|||
|
|||
|
You also need to run apache in ssl mode - apachectl startssl.
It should ask for your passphrase for your certificate and then start up(unless you didn't set up the cert with a password). Last edited by davew007 : February 24th, 2004 at 12:30 PM. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Networking Help > ssl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|