Re: Problem with SSL

2016-09-07 Thread Yuriy Medvedev
For all domain use ip+port. 8 сент. 2016 г. 8:19 пользователь "Kurogane" написал: > I never thought about it very ingenious indeed. > > If there is another way to accomplish it let me know. > > Posted at Nginx Forum: https://forum.nginx.org/read. > php?2,269401,269420#msg-269420 > >

Re: Problem with SSL

2016-09-07 Thread Kurogane
I never thought about it very ingenious indeed. If there is another way to accomplish it let me know. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269401,269420#msg-269420 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/ma

Re: Problem with SSL

2016-09-07 Thread ron ramos
Just add another server block on domain1 that listens to 443 ..and redirect it to http if you ..or just give an error On 8 Sep 2016 11:59 a.m., "Kurogane" wrote: > Domain 1 > > server { > listen 80; > server_name domain1.com; > return 301 $scheme://www.$host$request_uri;

Re: Problem with SSL

2016-09-07 Thread Kurogane
Domain 1 server { listen 80; server_name domain1.com; return 301 $scheme://www.$host$request_uri; } server { listen 80; server_name www.domain1.com; root /home/domain1/public_html; ... } Domain 2 (SSL) server { listen 80;

Re: Problem with SSL

2016-09-07 Thread Yuriy Medvedev
Can you show your configuration? 7 сент. 2016 г. 19:33 пользователь "Kurogane" написал: > Nginx is not suppose work in block/vhost? that is not the issue here. > > Posted at Nginx Forum: https://forum.nginx.org/read. > php?2,269401,269413#msg-269413 > > __

Re: Problem with SSL

2016-09-07 Thread Kurogane
Nginx is not suppose work in block/vhost? that is not the issue here. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269401,269413#msg-269413 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Problem with SSL

2016-09-07 Thread Yuriy Medvedev
Hi, you must use vhost configuration for domains. 2016-09-07 12:27 GMT+03:00 Kurogane : > Hi, > > I've a problem with non ssl. > > I got this setup. > > domain1.com > domain2.com SSL > > The certificate i not have issue all is fine here. The problem is when > someone go to this https://domain1.co

Problem with SSL

2016-09-07 Thread Kurogane
Hi, I've a problem with non ssl. I got this setup. domain1.com domain2.com SSL The certificate i not have issue all is fine here. The problem is when someone go to this https://domain1.com is show domain2.com content. How i can solve this issue? i have multi domain using same IP and all domain

Re: Problem with SSL handshake

2016-08-18 Thread Mik J
Thank you Maxim for your answer. You are right I should start by upgrading to a more recent version. This machine is a debian machine and pointed to its release source list. Next I'll do captures. I'll also correct my configuration. Poka Le Jeudi 18 août 2016 1h12, Maxim Dounin a écrit :

Re: Problem with SSL handshake

2016-08-17 Thread Maxim Dounin
Hello! On Wed, Aug 17, 2016 at 12:05:24PM +, Mik J wrote: > nginx version: 1.6.2 > Hello, > The client and Nginx server seem to have problem to establish a SSL > connection. In the logs I have this[crit] 18386#0: *1 SSL_do_handshake() > failed (SSL: error:14094456:SSL routines:SSL3_READ_BYT

Problem with SSL handshake

2016-08-17 Thread Mik J
nginx version: 1.6.2 Hello, The client and Nginx server seem to have problem to establish a SSL connection. In the logs I have this[crit] 18386#0: *1 SSL_do_handshake() failed (SSL: error:14094456:SSL routines:SSL3_READ_BYTES:tlsv1 unsupported extension:SSL alert number 110) whle SSL handshaking