Non SSL requires a certificate acceptance

Non SSL requires a certificate acceptance

am 28.10.2003 05:54:05 von Takeshi Kuriyama

Hi,

I'm running some name-based vhosts and one of them is a self-signed ssl
vhost under:
apache-1.3.27-13
openssl-0.9.6k-2
mod_ssl-2.8.14-13.
My apache configure is like this:
Port 80

Listen 80
Listen 443

ServerName domainA
DocumentRoot "/dummy/doc/root"
NameVirtualHost *

ServerName domainA
DocumentRoot /domainA/doc/root


ServerName domainB
DocumentRoot /domainB/doc/root


ServerName domainC
DocumentRoot /domainC/doc/root


ServerName domainA
DocumentRoot /ssl-domainA/doc/root
SSLEngine on


The trouble is:
When I connect a non-SSL domainC(http://domainC/) , I get a pop-up warning
which says certificate is self generated, and I can't see any secret
icon on the brouser when I accept or not. And more confusing, any
another non-SSL domains(A and B) don't! A both-domain(domainA) goes good
non-ssl and ssl.

I walked around some archives and googles but could not find any answers.
Anybody met this problem?
I would really appreciate any help or suggestion.

Thanks,
Takeshi

kuri3@v003.vaio.ne.jp

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

Re: Non SSL requires a certificate acceptance

am 28.10.2003 11:35:36 von Takeshi Kuriyama

Everything is settled.
A reason is that a tiny Javascript in domainC index.html goes to a SSl
host every time accessed.

Thanks,
Takeshi

kuri3@v003.vaio.ne.jp


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

Re: Non SSL requires a certificate acceptance

am 29.10.2003 06:57:51 von Peter Brown

Takeshi,

Can you share with us how you stopped the warning message - presumably in IE?

Peter'

At 19:35 28/10/03 +0900, you wrote:
>Everything is settled.
>A reason is that a tiny Javascript in domainC index.html goes to a SSl
>host every time accessed.
>
>Thanks,
>Takeshi
>
>kuri3@v003.vaio.ne.jp
>
>
>___________________________________________________________ ___________
>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: Non SSL requires a certificate acceptance

am 29.10.2003 11:00:19 von Takeshi Kuriyama

Hi,

That's all my mistake.
I've gorgotten that an index.html in non-ssl contains a javascript that
accesses to an ssl-url for counting access log. I gave up ssl communication.
All I do is changing a logging tool into non-ssl 'cause luckily a
logging tool is running also on server.
So, IE or Opera isn't the matter. Neither mod_ssl nor apache
configuration. Sorry I easily posted into ML.

Thanks,
Takeshi

kuri3@v003.vaio.ne.jp

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