Sending http requests from VPS to localhost server(https)Nginx --> (http)Play!. But request.secure is falseFrom inside of a Docker container, how do I connect to the localhost of the machine?Cannot access nginx reverse proxy remotelyHow to use NGINX as forward proxy for any requested location?Nginx as reverse proxy for https trafficAllow remote server to access API server on localhostNode Red UI not showing while on reverse proxy nginxForwarding nginx to an Openfire XMPP local serverPassing web socket requests from Nginx to uWSGI serverRemote HLS file (stream.m3u8) over nginx proxy
Injective map of abelian group and product of cyclic quotients
Should my manager be aware of private LinkedIn approaches I receive? How to politely have this happen?
What is the line crossing the Pacific Ocean that is shown on maps?
Firefox Arm64 available but RapsPi 3B+ still 32 bit
How come I was asked by a CBP officer why I was in the US?
Should I hide continue button until tasks are completed?
What can I do to find new work while my workplace is closed due to an accidental death?
Content builder HTTPS
Why is Madam Hooch not a professor?
Do equal angles necessarily mean a polygon is regular?
Using “sparkling” as a diminutive of “spark” in a poem
Alphabet completion rate
What is this opening trap called, and how should I play afterwards? How can I refute the gambit, and play if I accept it?
Are Finite Automata Turing Complete?
Mount a folder with a space on Linux
Inverse-quotes-quine
Does image quality of the lens affect "focus and recompose" technique?
Why is C++ initial allocation so much larger than C's?
Is this one of the engines from the 9/11 aircraft?
Should I tell my insurance company I'm making payments on my new car?
Links to webpages in books
In the Marvel universe, can a human have a baby with any non-human?
Does the Paladin's Aura of Protection affect only either her or ONE ally in range?
Should I include salary information on my CV?
Sending http requests from VPS to localhost server
(https)Nginx --> (http)Play!. But request.secure is falseFrom inside of a Docker container, how do I connect to the localhost of the machine?Cannot access nginx reverse proxy remotelyHow to use NGINX as forward proxy for any requested location?Nginx as reverse proxy for https trafficAllow remote server to access API server on localhostNode Red UI not showing while on reverse proxy nginxForwarding nginx to an Openfire XMPP local serverPassing web socket requests from Nginx to uWSGI serverRemote HLS file (stream.m3u8) over nginx proxy
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a Raspberry pi 3 running a local Node-Red server which communicates with an ESP8266 via MQTT protocol. I have an UI mounted on the Raspberry that allows me to to turn a light on and off through the ESP8266.
Then I configured a reverse proxy with nginx so I can host the UI with the Raspberry, allowing any device connected to the local network to use it.
Now I want to access it remotely, but I dont want to do port forwarding or touching the router configuration. Is there any way to access my local server from a VPS?
nginx raspberry-pi3 vpn vps node-red
add a comment |
I have a Raspberry pi 3 running a local Node-Red server which communicates with an ESP8266 via MQTT protocol. I have an UI mounted on the Raspberry that allows me to to turn a light on and off through the ESP8266.
Then I configured a reverse proxy with nginx so I can host the UI with the Raspberry, allowing any device connected to the local network to use it.
Now I want to access it remotely, but I dont want to do port forwarding or touching the router configuration. Is there any way to access my local server from a VPS?
nginx raspberry-pi3 vpn vps node-red
add a comment |
I have a Raspberry pi 3 running a local Node-Red server which communicates with an ESP8266 via MQTT protocol. I have an UI mounted on the Raspberry that allows me to to turn a light on and off through the ESP8266.
Then I configured a reverse proxy with nginx so I can host the UI with the Raspberry, allowing any device connected to the local network to use it.
Now I want to access it remotely, but I dont want to do port forwarding or touching the router configuration. Is there any way to access my local server from a VPS?
nginx raspberry-pi3 vpn vps node-red
I have a Raspberry pi 3 running a local Node-Red server which communicates with an ESP8266 via MQTT protocol. I have an UI mounted on the Raspberry that allows me to to turn a light on and off through the ESP8266.
Then I configured a reverse proxy with nginx so I can host the UI with the Raspberry, allowing any device connected to the local network to use it.
Now I want to access it remotely, but I dont want to do port forwarding or touching the router configuration. Is there any way to access my local server from a VPS?
nginx raspberry-pi3 vpn vps node-red
nginx raspberry-pi3 vpn vps node-red
edited Mar 25 at 10:58
Felipe Toledo
asked Feb 12 at 15:35
Felipe ToledoFelipe Toledo
861 gold badge2 silver badges9 bronze badges
861 gold badge2 silver badges9 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You have multiple options:
Make VPN between your VPS and Raspberry Pi.
Make SSH tunnel between VPS and Raspberry Pi.
Use Dynamic DNS service like: NO-IP.com, DYN.com
Using Dynamic DNS service like no-ip, involves touching the router configuration, so it isn't a possible option
– Felipe Toledo
Feb 18 at 0:01
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54653656%2fsending-http-requests-from-vps-to-localhost-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have multiple options:
Make VPN between your VPS and Raspberry Pi.
Make SSH tunnel between VPS and Raspberry Pi.
Use Dynamic DNS service like: NO-IP.com, DYN.com
Using Dynamic DNS service like no-ip, involves touching the router configuration, so it isn't a possible option
– Felipe Toledo
Feb 18 at 0:01
add a comment |
You have multiple options:
Make VPN between your VPS and Raspberry Pi.
Make SSH tunnel between VPS and Raspberry Pi.
Use Dynamic DNS service like: NO-IP.com, DYN.com
Using Dynamic DNS service like no-ip, involves touching the router configuration, so it isn't a possible option
– Felipe Toledo
Feb 18 at 0:01
add a comment |
You have multiple options:
Make VPN between your VPS and Raspberry Pi.
Make SSH tunnel between VPS and Raspberry Pi.
Use Dynamic DNS service like: NO-IP.com, DYN.com
You have multiple options:
Make VPN between your VPS and Raspberry Pi.
Make SSH tunnel between VPS and Raspberry Pi.
Use Dynamic DNS service like: NO-IP.com, DYN.com
answered Feb 13 at 6:29
KoxoKoxo
3572 silver badges8 bronze badges
3572 silver badges8 bronze badges
Using Dynamic DNS service like no-ip, involves touching the router configuration, so it isn't a possible option
– Felipe Toledo
Feb 18 at 0:01
add a comment |
Using Dynamic DNS service like no-ip, involves touching the router configuration, so it isn't a possible option
– Felipe Toledo
Feb 18 at 0:01
Using Dynamic DNS service like no-ip, involves touching the router configuration, so it isn't a possible option
– Felipe Toledo
Feb 18 at 0:01
Using Dynamic DNS service like no-ip, involves touching the router configuration, so it isn't a possible option
– Felipe Toledo
Feb 18 at 0:01
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54653656%2fsending-http-requests-from-vps-to-localhost-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown