Ah OK - understood. Thanks for the explanation.
Robin
On Sat, 20 Jan 2024 at 12:17, Amos Jeffries wrote:
> On 20/01/24 02:05, Robin Carlisle wrote:
> >
> > I do have 1 followup question which I think is unrelated, let me know if
> > etiquette demands I create a new post for this. When I test u
On 20/01/24 02:05, Robin Carlisle wrote:
I do have 1 followup question which I think is unrelated, let me know if
etiquette demands I create a new post for this. When I test using
chromium browser, chromium sends OPTION requests- which I think is
something to do with CORS. These always caus
Thanks for the explanations Amos, much appreciated.
On Thu, 18 Jan 2024 at 16:24, Amos Jeffries wrote:
> On 19/01/24 03:53, Robin Carlisle wrote:
> > Hi, Hoping someone can help me with this issue that I have been
> > struggling with for days now. I am setting up squid on an ubuntu PC to
> > f
Hi, thanks so much for the detailed response. I chose to test option 2
from your recommendations as I am new to squid and I do not understand how
to set it up as a reverse proxy anyway. I made the change to my squid.conf
:
#ssl_bump peek step1
ssl_bump bump step1
ssl_bump bump all
This made
On 19/01/24 03:53, Robin Carlisle wrote:
Hi, Hoping someone can help me with this issue that I have been
struggling with for days now. I am setting up squid on an ubuntu PC to
forward HTTPS requests to an API and an s3 bucket under my control on
amazon AWS. The reason I am setting up the pro
On 2024-01-18 09:53, Robin Carlisle wrote:
My expectation/hope is that squid would return the cached object on
any network failure in between ubuntu-pc and the AWS endpoint - and
continue to return this cached object forever. Is this something
squid can do? It would seem that offline_mode shou
Hi, Hoping someone can help me with this issue that I have been struggling
with for days now. I am setting up squid on an ubuntu PC to forward HTTPS
requests to an API and an s3 bucket under my control on amazon AWS. The
reason I am setting up the proxy is two-fold...
1) To reduce costs from AW