Control Web Panel

WebPanel => SSL => Topic started by: pante_lis on October 19, 2015, 03:00:26 PM

Title: Having problems with Nginx and SSL
Post by: pante_lis on October 19, 2015, 03:00:26 PM
I've installed nginx and varnish cash, everything's works fine but I have a problem with a site that using SSL. The HTTPS links shows me that the website it is using Apache. The HTTP links shows me nginx and varnish cash.

How can I fix it? I want the HTTPS links to run on nginx and varnish cash, not on Apache.

P.S. Sorry for my English.
Title: Re: Having problems with Nginx and SSL
Post by: Administrator on October 19, 2015, 09:30:57 PM
SSL configuration at the moment is only for Apache, you would need to make this manually if you want nginx to run on port 443
Title: Re: Having problems with Nginx and SSL
Post by: meymigrou on April 02, 2016, 08:50:32 PM
I am having the same problem, how do I do it manually?
Title: Re: Having problems with Nginx and SSL
Post by: Igor S. on April 06, 2016, 11:58:17 AM
Hello.

If you want to configure it, you should know how to do that with the nginx.
Title: Re: Having problems with Nginx and SSL
Post by: Kubitomakita on July 07, 2016, 06:57:55 AM
Igor, everyone is always saying that "I should know how to do this". Maybe I should but there's lack of any informations how to deal with it if NGINX is set as a reverse proxy.

Please could anyone write short list of hints how to start with this? I tried to do it based on the Ubuntu/NGINX guide but apparently there's a conflict so nginx couldn't bind to :443 and I'm stuck.