Https issues - The connection was reset

Change this line in both /etc/apache2/sites-enabled/000-default.conf and /etc/apache2/sites-enabled/000-default-le-ssl.conf:

#ServerName www.example.com

to these two lines:

ServerName innovationdrones.com
ServerAlias www.innovationdrones.com

Then run this:

sudo apachectl -k graceful

1 Like