thanks for the reply. I doubt it is the firewall since the I am trying to access https://192.168.0.80/ from another PC on the same LAN, i.e. router does not come into play.
That IP address is an internal IP address to the LAN. So for example my webserver with mod_ssl running is on IP 192.168.0.80, and the PC I am trying to access it with is 192.168.0.3 for example. When I use a web browser on 192.168.0.80 with URL https://localhost/ or the URL https://192.168.0.80/ SSL works fine with corresponding log entries in both access_log and ssl_request log being made. But when I use browser on 192.168.0.3 with URL https://192.168.0.80/ it responds with Page Cannot be Displayed with Explorer, and connection refused with Netscape and in both cases no log entries are made on the server in either access_log or ssl_request log. Of course I checked if normal http works from 192.168.0.3 and it does of course. I am at a loss as to why this is. warmest regards, Eric Sean Webber ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag ---- On Thu, 28 Feb 2002, Andrew Lietzow ([EMAIL PROTECTED]) wrote: > Dear Owen, > Personally I am not a big fan of opening attachments from unknown > sources. > Since you're on this list, you're > probably a trusted source but I was not aware that sending attachments > through this list server was even an option. Perhaps I am a bit > paranoid > about viruses? > > With that said, here are a series of things that I would check. > 1) Do you have a firewall that might be preventing HTTPS access? > 2) Do other non-secure pages from that server come up in your > browser-wowser? > 3) In httpd.conf, do you have any entries similar to the following: > > NameVirtualHost $IPADDR > > <VIrtualHost $IPADDR:443> > ServerAdmin webmaster@$YOURDOMAINNAME > ServerName $YOURDOMAINNAME > Port 443 > DocumentRoot /var/www/secure.yourdomain.name > (or whereever you store your documents that you want to bring up > on > the secure server. You need to have something in that directory that > you > can bring up if you don't have index.html) > ErrorLog logs/$YOURDOMAINNAME_err > TransferLog logs/$YOURDOMAINNAME_transfer > </VirtualHost> > > If you have the ErrorLog file, what is it telling you? Any hints there? > > Also, in your named.domain.xxx file, do you have an entry for your > secure > server if it is running on a different server than your main web site? > > Probably this info is more than you need, and I am a newbie, but better > more > than not enough :-) > > Good luck! > > Andrew Lietzow > The ACL Group, Inc. > > > > > > sure that your firewall is allowing HTTP and HTTPS access? > ----- Original Message ----- > From: "Eric Webber" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 27, 2002 2:16 PM > Subject: SSL works from localhost but not elsewhere > > > > > > > > When I go to the url https://localhost > > using netscape on the same box running > > apache and mod_ssl, SSL appears to > > work fine. > > > > But when I come in from a box other than > > the box running apache and mod_ssl, I get > > Page cannot be displayed. > > > > I have apache 1.3.20 RedHat, OpenSSL > > version 0.9.6b, on redhat version 2.4.7-10. > > > > Is this because of the Servername ? I am at > > a loss and cannot find the solution in the > > mod_ssl documentation. Is there a set of > > tests to help ferret out this problem ? > > > > warmest regards, > > > > > > Eric Sean Webber > > > > > > here is a copy of my httpd.conf as a file > > attachment > > > > > > > > > > ________________________________________________ > > Get your own "800" number > > Voicemail, fax, email, and a lot more > > http://www.ureach.com/reg/tag > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > > ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]