mod_ssl issue, https is not working

mod_ssl issue, https is not working

am 11.07.2002 22:54:56 von Payal Suratwala

I have installed Apache-V2.39-compiled with mod_ssl module.
I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server.
I have created the RSA certificate and Private key and moved
them in to the path described in the ssl.conf file. When I
do ./apachectl startssl, the ssl starts but when I open
netscape to go to the https://servername, it prompts me that
I am about to go to the secure website,and I click okay and
then it tells me that the website is not found. my
http://servername site works, but https://servername does
not, so what do I need to do? Why does the https now working?
I have looked every where to find information about this and
nothing has worked for me so far so, I would really
appriciate some help on this issue? Thank You,

PayalSuratwala
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: mod_ssl issue, https is not working

am 12.07.2002 15:12:35 von srashmo

There are many reason such as a port is not setup right, theres a conflict
with other programs. When you reply to this attach your error log. If you
want to you can aso attach the httpd.conf or ssl.conf. This might help us
understand what is happening on your system.

-----Original Message-----
From: Payal Suratwala [mailto:payal.suratwala@baker.edu]
Sent: Thursday, July 11, 2002 2:55 PM
To: modssl-users@modssl.org
Subject: mod_ssl issue, https is not working


I have installed Apache-V2.39-compiled with mod_ssl module.
I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server.
I have created the RSA certificate and Private key and moved
them in to the path described in the ssl.conf file. When I
do ./apachectl startssl, the ssl starts but when I open
netscape to go to the https://servername, it prompts me that
I am about to go to the secure website,and I click okay and
then it tells me that the website is not found. my
http://servername site works, but https://servername does
not, so what do I need to do? Why does the https now working?
I have looked every where to find information about this and
nothing has worked for me so far so, I would really
appriciate some help on this issue? Thank You,

PayalSuratwala
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: RE: mod_ssl issue, https is not working

am 12.07.2002 15:53:25 von Shalen

Exactly
I am also facing a similar problem like this
I had posted my email last night but I am wondering why
my email is not there
I have installed apache_1.3.26
openssl 0.9.6d and
also modssl
My http server working but not https

Please suggest something as I am in a great need to set up a https
sever for some testing

On Fri, 12 Jul 2002 Ashmore, Samuel R wrote :
> There are many reason such as a port is not setup right, theres
>a conflict
>with other programs. When you reply to this attach your error
>log. If you
>want to you can aso attach the httpd.conf or ssl.conf. This might
>help us
>understand what is happening on your system.
>
>-----Original Message-----
> From: Payal Suratwala [mailto:payal.suratwala@baker.edu]
>Sent: Thursday, July 11, 2002 2:55 PM
>To: modssl-users@modssl.org
>Subject: mod_ssl issue, https is not working
>
>
>I have installed Apache-V2.39-compiled with mod_ssl module.
>I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server.
>I have created the RSA certificate and Private key and moved
>them in to the path described in the ssl.conf file. When I
>do ./apachectl startssl, the ssl starts but when I open
>netscape to go to the https://servername, it prompts me that
>I am about to go to the secure website,and I click okay and
>then it tells me that the website is not found. my
>http://servername site works, but https://servername does
>not, so what do I need to do? Why does the https now working?
>I have looked every where to find information about this and
>nothing has worked for me so far so, I would really
>appriciate some help on this issue? Thank You,
>
>PayalSuratwala
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl)
>www.modssl.org
>User Support Mailing List
>modssl-users@modssl.org
>Automated List Manager
>majordomo@modssl.org
>
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl)
>www.modssl.org
>User Support Mailing List
>modssl-users@modssl.org
>Automated List Manager
>majordomo@modssl.org

_________________________________________________________
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: mod_ssl issue, https is not working

am 12.07.2002 16:30:06 von Boyle Owen

Have you created an SSL virtualhost?

As well as installing mod_ssl, you laso have to define a virtual host to make use of it. Also, you have to tell the server to listen to port 443, e.g.

Listen 192.168.0.1:443

...etc

Rgds,

owen Boyle

>-----Original Message-----
>From: Payal Suratwala [mailto:payal.suratwala@baker.edu]
>Sent: Donnerstag, 11. Juli 2002 22:55
>To: modssl-users@modssl.org
>Subject: mod_ssl issue, https is not working
>
>
>I have installed Apache-V2.39-compiled with mod_ssl module.
>I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server.
>I have created the RSA certificate and Private key and moved
>them in to the path described in the ssl.conf file. When I
>do ./apachectl startssl, the ssl starts but when I open
>netscape to go to the https://servername, it prompts me that
>I am about to go to the secure website,and I click okay and
>then it tells me that the website is not found. my
>http://servername site works, but https://servername does
>not, so what do I need to do? Why does the https now working?
>I have looked every where to find information about this and
>nothing has worked for me so far so, I would really
>appriciate some help on this issue? Thank You,
>
>PayalSuratwala
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List modssl-users@modssl.org
>Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: mod_ssl issue, https is not working

am 12.07.2002 16:33:31 von Dwayne Miller

Can you post your config file?

Shalen wrote:

> Exactly
> I am also facing a similar problem like this
> I had posted my email last night but I am wondering why
> my email is not there
> I have installed apache_1.3.26
> openssl 0.9.6d and
> also modssl
> My http server working but not https
>
> Please suggest something as I am in a great need to set up a https
> sever for some testing
>
> On Fri, 12 Jul 2002 Ashmore, Samuel R wrote :
>
>> There are many reason such as a port is not setup right, theres a
>> conflict
>> with other programs. When you reply to this attach your error log.
>> If you
>> want to you can aso attach the httpd.conf or ssl.conf. This might
>> help us
>> understand what is happening on your system.
>>
>> -----Original Message-----
>> From: Payal Suratwala [mailto:payal.suratwala@baker.edu]
>> Sent: Thursday, July 11, 2002 2:55 PM
>> To: modssl-users@modssl.org
>> Subject: mod_ssl issue, https is not working
>>
>>
>> I have installed Apache-V2.39-compiled with mod_ssl module.
>> I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server.
>> I have created the RSA certificate and Private key and moved
>> them in to the path described in the ssl.conf file. When I
>> do ./apachectl startssl, the ssl starts but when I open
>> netscape to go to the https://servername, it prompts me that
>> I am about to go to the secure website,and I click okay and
>> then it tells me that the website is not found. my
>> http://servername site works, but https://servername does
>> not, so what do I need to do? Why does the https now working?
>> I have looked every where to find information about this and
>> nothing has worked for me so far so, I would really
>> appriciate some help on this issue? Thank You,
>>
>> PayalSuratwala
>> ____________________________________________________________ __________
>> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>> User Support Mailing List modssl-users@modssl.org
>> Automated List Manager majordomo@modssl.org
>>
>> ____________________________________________________________ __________
>> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>> User Support Mailing List modssl-users@modssl.org
>> Automated List Manager majordomo@modssl.org
>
>
> _________________________________________________________
> There is always a better job for you at Monsterindia.com.
> Go now http://monsterindia.rediff.com/jobs
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org



____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: mod_ssl issue, https is not working

am 12.07.2002 16:35:51 von srashmo

ALthough if you just use the default installs the virtual host is already
setup

-----Original Message-----
From: Boyle Owen [mailto:Owen.Boyle@swx.com]
Sent: Friday, July 12, 2002 8:30 AM
To: modssl-users@modssl.org
Subject: RE: mod_ssl issue, https is not working


Have you created an SSL virtualhost?

As well as installing mod_ssl, you laso have to define a virtual host to
make use of it. Also, you have to tell the server to listen to port 443,
e.g.

Listen 192.168.0.1:443

...etc

Rgds,

owen Boyle

>-----Original Message-----
>From: Payal Suratwala [mailto:payal.suratwala@baker.edu]
>Sent: Donnerstag, 11. Juli 2002 22:55
>To: modssl-users@modssl.org
>Subject: mod_ssl issue, https is not working
>
>
>I have installed Apache-V2.39-compiled with mod_ssl module.
>I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server.
>I have created the RSA certificate and Private key and moved
>them in to the path described in the ssl.conf file. When I
>do ./apachectl startssl, the ssl starts but when I open
>netscape to go to the https://servername, it prompts me that
>I am about to go to the secure website,and I click okay and
>then it tells me that the website is not found. my
>http://servername site works, but https://servername does
>not, so what do I need to do? Why does the https now working?
>I have looked every where to find information about this and
>nothing has worked for me so far so, I would really
>appriciate some help on this issue? Thank You,
>
>PayalSuratwala
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List modssl-users@modssl.org
>Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org