On Thu, Sep 10, 2020 at 11:11:48AM -0400, figshta wrote:
Hi there,
> My sites are now working with TLS/SSL...
Good to hear that you have it working; and best of luck with nginx!
Cheers,
f
--
Francis Dalyfran...@daoine.org
___
nginx m
Francis,
Thank you very much for the detailed reply and being patient with me.
I have learned a lot from you and Reinis and I am truly grateful.
My sites are now working with TLS/SSL...
I couldn't have done it with out you guys!!
>curl -v http://www.example.com/one/two.html
I see the value in
On Thu, Sep 10, 2020 at 01:31:48AM -0400, figshta wrote:
Hi there,
> I realize that some of these are probably rhetorical questions, but in the
> interest of learning, I will try to answer them anyway.
No, not rhetorical.
Also, not general.
I mean: when you reply with "does not work", what was
Thank you Francis!
I realize that some of these are probably rhetorical questions, but in the
interest of learning, I will try to answer them anyway.
https://community.letsencrypt.org/t/nginx-proxied-server-running-certbot-wrong-certificate/132635/2
In short, I ran Cerbot twice, once for each se
On Wed, Sep 09, 2020 at 10:40:35AM -0400, figshta wrote:
Hi there,
> I really appreciate your help, unfortunately it isn't working yet...
>
> Are there any another ways to trouble shoot this port problem?
What request do you make of nginx-frontend?
What request do you want nginx to make of the
Thank you Francis and Rennis.
I really appreciate your help, unfortunately it isn't working yet...
Are there any another ways to trouble shoot this port problem?
Rennis:
Your suggestion looked so promising.
> In this configuration nginx doesn't pass the Host header to backend.
> In case there
> --
> #Proxy server (Server1)
>
> # threedaystubble.com server
> server {
> listen 80;
> server_name www.threedaystubble.com threedaystubble.com;
> location / {
> proxy_pass http://192.168.3.5:80;
> }
> }
In this co
On Wed, Sep 09, 2020 at 01:58:42AM -0400, figshta wrote:
Hi there,
> I have two servers behind on IP address.
What does that mean, in terms of "traffic to the IP address gets sent
to server#1 or to server'2"?
> Server1 is hosting several websites
> all using TLS exclusively.
That suggests that
I have two servers behind on IP address. Server1 is hosting several websites
all using TLS exclusively.
Recently I set up Server2 and setup one website using reverse proxy from
Server1 and finally successfully deployed TLS on it as well.
During that setup I had to use port 80 to use Certbot with