Re: SSL issue

2024-02-11 Thread Thomas Ward via nginx
Rereading from  my computer, and sorry for the partial snippet/quote, your entire path is being prepended with `C:\nginx/conf/` so your setting that triggers this of `conf/ssl/...` is not proper.  Your configuration root is `C:\nginx\conf` already, so either change your configuration lines to j

Re: SSL issue

2024-02-11 Thread Victor Oppenheimer
T-05:00) To: Jeremy Cocks via nginx Subject: SSL issue Thank you so much for the help you have provided me with nginx on my Windows 2016 server thus far. I'm now  attempting to add serving https files to my configuration.  Although I want to eventually support a number of servers being browsed

RE: SSL issue

2024-02-11 Thread Thomas Ward via nginx
:00) To: Jeremy Cocks via nginx Subject: SSL issue Thank you so much for the help you have provided me with nginx on my Windows 2016 server thus far. I'm now attempting to add serving https files to my configuration. Although I want to eventually support a number of servers being browse

RE: SSL issue

2024-02-11 Thread Thomas Ward via nginx
: SSL issue Thank you so much for the help you have provided me with nginx on my Windows 2016 server thus far. I'm now attempting to add serving https files to my configuration. Although I want to eventually support a number of servers being browsed for both http and https pages, I am sta

SSL issue

2024-02-11 Thread Victor Oppenheimer
Thank you so much for the help you have provided me with nginx on my Windows 2016 server thus far. I'm now  attempting to add serving https files to my configuration.  Although I want to eventually support a number of servers being browsed for both http and https pages, I am starting with my opps