Multiple SSL certificates
Igor Sysoev
is at rambler-co.ru
Tue Oct 21 19:37:11 MSD 2008
On Tue, Oct 21, 2008 at 05:31:06PM +0200, Thomas wrote:
> Here is the output:
> --
> 2008/10/21 17:31:53 [info] 12626#0: the configuration file
> /usr/local/nginx/conf/nginx.conf syntax is ok
> 2008/10/21 17:31:53 [info] 12626#0: the configuration file
> /usr/local/nginx/conf/nginx.conf was tested successfully
> --
>
> Everything looks fine.
>
> However it could the problem of IP not being configured on the host. I
> did it once, and it block my connection to the server. Hopefully, I
> could ssh into the VM hypervisor and then open a console and get
> access to the server to remove the IP configuration.
It seems that IPs are configured right:
telnet www.digiprof.fr 80
Trying 91.121.77.156...
Connected to digiprof.fr.
Escape character is '^]'.
telnet www.digiprof.eu 80
Trying 91.121.43.156...
Connected to digiprof.eu.
Escape character is '^]'.
However, for some reason nginx does not listen on 443:
telnet www.digiprof.fr 443
Trying 91.121.77.156...
telnet: connect to address 91.121.77.156: Connection refused
telnet: Unable to connect to remote host
telnet www.digiprof.eu 443
Trying 91.121.43.156...
telnet: connect to address 91.121.43.156: Connection refused
telnet: Unable to connect to remote host
Could you show the listen directives in config ?
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list