HTTPS over port 443

fugee ohu fugee279 at gmail.com
Tue Aug 7 19:37:30 UTC 2018


 server {
   listen 443 ssl;
   ssl_certificate /etc/ssl/certs/ignatzmouse/certificate.crt;
   ssl_certificate_key /etc/ssl/certs/ignatzmouse/private.key;
   server_name *.ignatzmouse.com www.ignatzmouse.com ignatzmouse.com;
   charset utf-8;
   location / {
   root /usr/home/fugee/websites/ignatzmouse/public;
   rails_env production;
   passenger_enabled on;
    }
   }

On Tue, Aug 7, 2018 at 3:28 PM, basti <mailinglist at unix-solution.de> wrote:
> please show us your config
>
> On 07.08.2018 21:22, fugee ohu wrote:
>> I'm trying to enable site wide ssl over port 443 on a site that runs
>> on http port 80
>> In nginx.conf i have `listen 443 ssl;` for the server but requests for
>> the server get routed to the first available host on port 80, another
>> of my sites also in the nginx.conf How can I diagnose this to see
>> what's going on?
>> _______________________________________________
>> nginx mailing list
>> nginx at nginx.org
>> http://mailman.nginx.org/mailman/listinfo/nginx
>>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx


More information about the nginx mailing list