Networking Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationNetworking Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
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  
Old February 19th, 2004, 12:13 PM
kcella kcella is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 22 kcella User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 52 sec
Reputation Power: 0
Question ssl

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

Reply With Quote
  #2  
Old February 19th, 2004, 12:21 PM
zipikaye zipikaye is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 35 zipikaye User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Quote
--------------------------------------
"Is it possible no-ip.com does not support SSL and https?"
--------------------------------------
The issue is onyourside. Setup the hosts file correctly?

Reply With Quote
  #3  
Old February 19th, 2004, 01:33 PM
kcella kcella is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 22 kcella User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 52 sec
Reputation Power: 0
Post host file

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

Reply With Quote
  #4  
Old February 19th, 2004, 05:06 PM
kcella kcella is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 22 kcella User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 52 sec
Reputation Power: 0
Angry my /etc/hosts

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

Reply With Quote
  #5  
Old February 19th, 2004, 05:22 PM
davew007 davew007 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: Bozeman MT
Posts: 45 davew007 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m 29 sec
Reputation Power: 5
Are you running Apache? This sounds like an Apache/mod_ssl config problem.

Reply With Quote
  #6  
Old February 19th, 2004, 07:36 PM
kcella kcella is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 22 kcella User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 52 sec
Reputation Power: 0
Post httpd.conf

yes, apache 2

attached is my http.conf

oops - forgot the attachment
Attached Files
File Type: txt httpd-conf.txt (30.0 KB, 137 views)

Last edited by kcella : February 20th, 2004 at 06:23 AM.

Reply With Quote
  #7  
Old February 20th, 2004, 09:46 AM
davew007 davew007 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: Bozeman MT
Posts: 45 davew007 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m 29 sec
Reputation Power: 5
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.
Attached Files
File Type: txt httpd-conf-ssl.txt (14.4 KB, 164 views)

Reply With Quote
  #8  
Old February 23rd, 2004, 05:51 PM
kcella kcella is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 22 kcella User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 52 sec
Reputation Power: 0
Angry please help

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.

Reply With Quote
  #9  
Old February 24th, 2004, 12:27 PM
davew007 davew007 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: Bozeman MT
Posts: 45 davew007 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m 29 sec
Reputation Power: 5
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.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > ssl


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway