Forum

Hiawatha web proxy

Fred
30 January 2018, 12:44
Hi Hugo,
I just finished installing the Hiawtha web proxy and I can see the web page ok..
When I type the url that I want to visit, I (google.fr) I get
Hmm. We’re having trouble finding that site.

We can’t connect to the server at google_fr.proxy.trinitech.co.uk.
If that address is correct, here are three other things you can try:

Try again later.
Check your network connection.
If you are connected but behind a firewall, check that Firefox has permission to access the Web.

Also the page url has got my domain name in it
https://google_fr.proxy.mydomain.co.uk/

Can you please help

Thank you
Fred
Fred
30 January 2018, 12:47
Is the code bellow wrong?
UrlToolkit {
ToolkitID = proxy
Header Host !^proxy.mydomain.co.uk$ Skip 1
RequestURI isfile Return
Match [^?]*(\?.*)? Rewrite /index.php$1
}
Hugo Leisink
31 January 2018, 01:43
With 'Hiawatha web proxy', you mean its reverse proxy? Just asking because I also have a PHP web proxy [github.com].
Fred
1 February 2018, 19:52
Hi Hugo,

I am referring to your php web proxy. Not the Hiawatha version
Hugo Leisink
1 February 2018, 20:51
In the UrlToolkit, change 'proxy.mydomain.co.uk' to 'proxy.trinitech.co.uk'.
Fred
2 February 2018, 11:20
Hi Hugo,

Still same issue..
You can try it yourself..
go to https://proxy.trinitech.co.uk/
enter google.fr in websire url and see the result
UrlToolkit {
ToolkitID = proxy
Header Host !^proxy.trinitech.co.uk$ Skip 1
RequestURI isfile Return
Match [^?]*(\?.*)? Rewrite /index.php$1
}
Fred
2 February 2018, 11:21
I just realised that I cannot edit prvious post.. any chance you hide my domain name please?
Hugo Leisink
4 February 2018, 16:48
You need to set *.proxy.trinitech.co.uk in your DNS settings as well.
This topic has been closed.