Re: Reverse proxy to forward proxy to internet access

2023-05-29 Thread Miten Mehta
Hi Francis Daly, client -> reverse proxy: https://myreverseproxy.com/https://mypub/somepath reverse proxy to forward proxy: I'm not sure how https://forwardproxy.com/ https://mypub/somepath I was trying to append the actual url into the reverse

Re: Reverse proxy to forward proxy to internet access

2023-05-28 Thread Francis Daly
On Sat, May 27, 2023 at 10:42:01AM -0400, Saint Michael wrote: Hi there, > Please look at the links. > All those links are a live digital tunnel to each website. Yes; it looks like you are making "normal" use of nginx's proxy_pass directive, to provide indirect access for clients, to some

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Saint Michael
I would like to find a way to do what I do now at https://1eye.us but better. Many websites fail to work. For example https://bing.com/new On Sun, May 28, 2023 at 12:00 AM David Siembab wrote: > What does the project do for you and what would you like it do for you. > Share ideas > > On Sat,

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread David Siembab
What does the project do for you and what would you like it do for you. Share ideas On Sat, May 27, 2023, 12:21 AM Miten Mehta wrote: > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. > > I understand

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Saint Michael
Please look at the links. All those links are a live digital tunnel to each website. For instance, the client clicks on my https://14ymedio.1eye.us/ and I send it forward to https://14ymedio.com except that he is still inside my own domain, secure. It's live. So if the target domain is blocked via

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Francis Daly
On Sat, May 27, 2023 at 12:39:05AM -0400, Saint Michael wrote: Hi there, > 100% Nginx That looks like an ad for a donation button; but it doesn't immediately seem to say "here is how nginx is configured to access a remote web site through a proxy server". Or "here is how nginx is configured to

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Francis Daly
On Sat, May 27, 2023 at 09:51:10AM +0530, Miten Mehta wrote: Hi there, > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. "http through a proxy" uses a different form of requests from "http". nginx as a

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Francis Daly
On Fri, May 26, 2023 at 04:18:59PM +0530, Miten Mehta wrote: Hi there, > Thanks for guidance. If i enable direct internet access from reverse proxy > then can i just use proxy_pass $request_uri and have user format his url as > https://myreverseproxy.com/https://mypub/somepath. Here,

Re: Reverse proxy to forward proxy to internet access

2023-05-26 Thread Saint Michael
Check https://1eye.us 100% Nginx On Sat, May 27, 2023 at 12:21 AM Miten Mehta wrote: > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. > > I understand you mentioned that nginx cannot be used as

Re: Reverse proxy to forward proxy to internet access

2023-05-26 Thread Miten Mehta
I consider from your reply that niginx reverse proxy cannot provide internet access through a forward proxy like squid, websense or alike. I understand you mentioned that nginx cannot be used as forward proxy. There are many blogs on net claiming to use nginx as forward proxy and also using

Re: Reverse proxy to forward proxy to internet access

2023-05-26 Thread Miten Mehta
Hi, Thanks for guidance. If i enable direct internet access from reverse proxy then can i just use proxy_pass $request_uri and have user format his url as https://myreverseproxy.com/https://mypub/somepath. Regards, Miten On Fri 26 May, 2023, 4:39 AM Francis Daly, wrote: > On Thu, May 25,

Re: Reverse proxy to forward proxy to internet access

2023-05-25 Thread Francis Daly
On Thu, May 25, 2023 at 05:12:26PM +0530, Miten Mehta wrote: Hi there, > Can you guide to configuration to put in reverse proxy config file to use > forward internet proxy? nginx does not talk to a proxy server. If you need to talk to a proxy server, you need something other than "stock"

Reverse proxy to forward proxy to internet access

2023-05-25 Thread Miten Mehta
Hi, Can you guide to configuration to put in reverse proxy config file to use forward internet proxy? I have case to use reverse proxy to access intranet urls which is usual configuration but for certain resources i guess its called tunneling or proxying i need to use internet proxy. Ex.