This is a discussion on Setup of Virtual Hosts for running SSL. within the Apache Web Server forums, part of the Web Server and Related Forums category; Would anyone out there have had this expereince before... I have intalled a certificate, and configured ssl.conf to use ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Would anyone out there have had this expereince before...
I have intalled a certificate, and configured ssl.conf to use that cert. When I work on the browser that is on the same box as the server, I can jump in and out of http and https pages with no problem. Works well. Thought I had setup *:80 with my.domain.com:80 for http, and *:443 with my.domain.com:443 for https, BUT if I try to load pages from another box on the same LAN, I can only load http pages. If I request a secure page I get a "connection refused by server error". Any guesses at all? Have tried numerous ServerName, Listen, and VirtualHost directives but just can't get secure pages to load from any host other than the local. Thanks for taking the time. Brad |
|
|||
|
Thanks for the tip!
I spend too many hours reconfiguring httpd.conf & ssl.conf jsut to discover that the Linux firewall did not have eth0 set as a trusted source. I did have WWW checked, but this obviously only means port 80. Checked etho as a trusted source and voila! Thanks, Brad "Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message news:slrnd6t40d.159.davideyeahsure@fogg.onlyforfun .net... > On 2005-04-26, Eastlink <someone@microsoft.com> wrote: >> Any guesses at all? > > A Firewall blocking connection from IP != 127.0.0.1 ? > Davide > > -- > [It] contains "vegetable stabilizer" which sounds ominous. How unstable > are vegetables? --Jeff Zahn |
|
|||
|
Eastlink wrote: > Would anyone out there have had this expereince before... > > I have intalled a certificate, and configured ssl.conf to use that cert. > When I work on the browser that is on the same box as the server, I can jump > in and out of http and https pages with no problem. Works well. > > Thought I had setup *:80 with my.domain.com:80 for http, and *:443 with > my.domain.com:443 for https, BUT if I try to load pages from another box > on the same LAN, I can only load http pages. If I request a secure page I > get a "connection refused by server error". > > Any guesses at all? Have tried numerous ServerName, Listen, and VirtualHost > directives but just can't get secure pages to load from any host other than > the local. > > Thanks for taking the time. > > Brad |