Re: [EMAIL PROTECTED] SSL server IP/port conflict

2007-09-26 Thread Johan BOYÉ
seems to add an dedicated IP for the SSL stuff :-/ Take care see you soon -Message d'origine- De : Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED] Envoyé : dimanche 23 septembre 2007 17:58 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] SSL server IP/port conflict

RE: [EMAIL PROTECTED] SSL server IP/port conflict

2007-09-25 Thread Rachel Anderson-Barrios
Objet : Re: [EMAIL PROTECTED] SSL server IP/port conflict On 21.09.07 16:33, Axel-Stéphane SMORGRAV wrote: HTTPS and NameVirtualHost do not go well together. NVH is based on the Host header. However Apache cannot read the Host header before the SSL session has been established

RE: [EMAIL PROTECTED] SSL server IP/port conflict

2007-09-24 Thread johan.boye
: Re: [EMAIL PROTECTED] SSL server IP/port conflict On 21.09.07 16:33, Axel-Stéphane SMORGRAV wrote: HTTPS and NameVirtualHost do not go well together. NVH is based on the Host header. However Apache cannot read the Host header before the SSL session has been established. But in order

Re: [EMAIL PROTECTED] SSL server IP/port conflict

2007-09-23 Thread Matus UHLAR - fantomas
On 21.09.07 16:33, Axel-Stéphane SMORGRAV wrote: HTTPS and NameVirtualHost do not go well together. NVH is based on the Host header. However Apache cannot read the Host header before the SSL session has been established. But in order to establish the SSL session, Apache needs to know what

Re: [EMAIL PROTECTED] SSL server IP/port conflict

2007-09-21 Thread J.M. Castroagudin
Perhaps this can help you: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts There are some limitations about SSL and name-based virtualhosts. It was a shok for me when I read that... [EMAIL PROTECTED] escribió: Hello, I have this error after setup 2 virtualhost based on the same

RE: [EMAIL PROTECTED] SSL server IP/port conflict

2007-09-21 Thread Axel-Stéphane SMORGRAV
HTTPS and NameVirtualHost do not go well together. NVH is based on the Host header. However Apache cannot read the Host header before the SSL session has been established. But in order to establish the SSL session, Apache needs to know what virtual host it is for to determine what certificate