Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Linux if you don't mind me asking, to route from proxy server to other servers I had to edit hosts file so that nginx has this:
server_name xyz.com
How can I make two nginx talk with https on same local network? I found online to use something as the default Ubuntu cert by downloading ssl-cert package, is it good enough?
Communication has to be in https cuz I'm using scaleway local network not sure who might be listening on that network -
@Linux it is working now but I'm using an already generated Lets Encrypt certificate, the servers behind the proxy will go offline (no public IP) so Lets Encrypt is not a good solution IMO
-
@Linux so as a conclusion, it doesn't matter what cert I use (self signed, Let's Encrypt ...etc) the thing is just to use a cert right? I don't have to do anything else?
Last question, didn't look for it yet tbh, but if I use https://IP/xyz
instead of
https://url/xyz
in nginx when doing: proxy_pass, will it work?
I don't like the fact I modified hosts file lol -
Linux438106yIf you can issue a self signed certificate and trust your own CA on both server it will be the most painless in the future :)
-
@Linux if you don't mind me asking, now that I have all my servers without a public IP, and have only one with nginx that handles redirecting, does this effect performance when requesting url of a website on an offline server?
Related Rants
-
GiddyNaya8Microsoft 2015: Windows 10 is our last version. . . Microsoft 2021: Have you heard of the new Windows 11?
-
usernames7Wife called Wife: hello love, I will send you item number from online store, plz buy it for me.Bye Me: minim...
-
elonmusk5Okay here is the thing: Am I the only one who is confused of which programming shirt to wear in the Avatar?
That awkward moment when I spend two days configuring my proxy server and nothing works, I just try calling my server base url and that shit works O_O
That's a good start for a monday
random
confused af
why not work on my internet -_-
what happened