> |  
re... : Certificato SSL per un Internet Site
stefano
Mi dispiace Mere ma è impossibile. :cry:
Ho anche provato ma Domino sfarfalla alla grande. Mi piacerebbe a questo punto sapere come hai configurato gli Internet site...mi risolveresti un sacco di problemi!! :)

Estratto dalle FAQ di Apache:
[B]Why is it not possible to use Name-Based Virtual Hosting to identify different SSL virtual hosts?[/B]
[I]Name-Based Virtual Hosting is a very popular method of identifying different virtual hosts. It allows you to use the same IP address and the same port number for many different sites. When people move on to SSL, it seems natural to assume that the same method can be used to have lots of different SSL virtual hosts on the same server.

It comes as rather a shock to learn that [U]it is impossible[/U].

The reason is that the SSL protocol is a separate layer which encapsulates the HTTP protocol. So the SSL session is a separate transaction, that takes place before the HTTP session has begun. The server receives an SSL request on IP address X and port Y (usually 443). Since the SSL request does not contain any Host: field, the server has no way to decide which SSL virtual host to use. Usually, it will just use the first one it finds, which matches the port and IP address specified.

You can, of course, use Name-Based Virtual Hosting to identify many non-SSL virtual hosts (all on port 80, for example) and then have a single SSL virtual host (on port 443). But if you do this, you must make sure to put the non-SSL port number on the NameVirtualHost directive, e.g.

NameVirtualHost 192.168.1.1:80[/I]

Stefano Benassi - Dominopoint.it Staff Member


Certificato SSL per un Internet Site - stefano -
    re : Certificato SSL per un Internet Site - Giuseppe -
    re : Certificato SSL per un Internet Site - GianClaudio -
        re... : Certificato SSL per un Internet Site - stefano -
            re... : Certificato SSL per un Internet Site - mere -
                re... : Certificato SSL per un Internet Site - Giuseppe -
                    You are here re... : Certificato SSL per un Internet Site - stefano -
                        re... : Certificato SSL per un Internet Site - Giuseppe -
                            re... : Certificato SSL per un Internet Site - stefano -
                                re... : Certificato SSL per un Internet Site - Giuseppe -
                                    re... : Certificato SSL per un Internet Site - mere -
                                        re... : Certificato SSL per un Internet Site - Giuseppe -
                                            re... : Certificato SSL per un Internet Site - mere -
                                                re... : Certificato SSL per un Internet Site - stefano -