(GMT-05:00)
To: nginx@nginx.org
Subject: Re: Trouble setting up SSL
Thanks so much for your reply. See answers below.
On 9/4/22 17:48, Moshe Katz wrote:
Here are a few things you can check (all of these need to be run as root or
using `sudo`):
Is nginx actually listening on port 443? There are
Also just to give as much info as possible this is how I created the keys:
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout
/etc/nginx/ssl/biscotty.dev.ke
y -out /etc/nginx/ssl/biscotty.dev.crt
On 9/4/22 17:48, Moshe Katz wrote:
Here are a few things you can check (all of these nee
Thanks so much for your reply. See answers below.
On 9/4/22 17:48, Moshe Katz wrote:
Here are a few things you can check (all of these need to be run as
root or using `sudo`):
Is nginx actually listening on port 443? There are lots of different
commands you can use to check this, but I like t
Here are a few things you can check (all of these need to be run as root or
using `sudo`):
Is nginx actually listening on port 443? There are lots of different
commands you can use to check this, but I like to use `netstat -lptn | grep
nginx`.
Is there an error in your config? Check this with `ng
Hi,
I'm pretty new to nginx but do have a server up and running. I've been
pulling my hair out over ssl setup though. I have read the docs on your
server and some others like the alpine site. The most recent attempt I
followed the video tutorial on your website. Whenever I try to connect
via