Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.apple2 > #46679

Re: Webber Update

From D Finnigan <dog_cow@macgui.com>
Newsgroups comp.sys.apple2
Subject Re: Webber Update
Date 2021-10-14 00:23 +0000
Organization Mac GUI
Message-ID <dog_cow-1634171030@macgui.com> (permalink)
References <0001HW.26FDC1400044F4BB7000013FF2EF@eu.astraweb.com> <7796d27b-c321-4d6e-977f-5f416203640an@googlegroups.com> <0001HW.2700589E00E06D0970000B4D12EF@eu.astraweb.com> <dog_cow-1634073556@macgui.com> <0001HW.2716BA6C061F4A157000014412EF@eu.astraweb.com>

Show all headers | View raw


Speccie wrote:
> 
> The assumption I made when writing the Proxy software for Webber was that
> for a Proxy connection, if a HTTPS URL is specified, it should send that
> out, and if the Proxy server then handles it, all is well. If no Proxy
> server has been specified, then Webber will change the HTTPS to HTTP and
> try that.
> 
> I tested the Proxy feature using Squid on a Mac, which does link into the
> Apache server, but it does not pass https URLs, and reports a “not
> supported” error.
>

OK, I will give you some more information on my setup. I don't have Squid or
anything else involved. It's just Apache. These are the directives for
Apache. These go in the root server (or virtual host) config file:

ProxyRequests On
ProxyVia Full

-----

Modules that you need to have enabled:

mod_proxy_connect # for HTTPS
mod_proxy_ftp
mod_proxy_http # if you want HTTP proxying

----

With this in place, now your Apache server should accept a request line like
this:

GET https://example.com/example.html HTTP/1.1
Host: webberproxy.speccie.invalid

And it will return the plaintext response from that HTTPS site.

There are also some directives that will cause the proxy to ignore an
expired certificate, or just not validate the certificate. This may or may
not be useful in some cases.

The bigger problem that I don't have a solution for yet, is if you have a
public proxy server, what is the best way to control access to it? To
prevent it from becoming a vehicle for abuse.

-- 
]DF$
The New Apple II User's Guide:
https://macgui.com/newa2guide/

Back to comp.sys.apple2 | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Webber Update Speccie <someone@somewhere.com> - 2021-09-24 09:18 +0100
  Re: Webber Update Steven Nelson <nelsonse48@gmail.com> - 2021-09-25 11:09 -0700
    Re: Webber Update Steven Nelson <nelsonse48@gmail.com> - 2021-09-25 11:50 -0700
    Re: Webber Update Speccie <someone@somewhere.com> - 2021-09-26 08:28 +0100
      HTML Fonts required, Re: Webber Update D Finnigan <dog_cow@macgui.com> - 2021-10-02 21:41 +0000
        Re: HTML Fonts required, Re: Webber Update Speccie <someone@somewhere.com> - 2021-10-03 11:09 +0100
          Re: HTML Fonts required, Re: Webber Update D Finnigan <dog_cow@macgui.com> - 2021-10-03 19:57 +0000
            Re: HTML Fonts required, Re: Webber Update Speccie <someone@somewhere.com> - 2021-10-04 08:32 +0100
              Re: HTML Fonts required, Re: Webber Update D Finnigan <dog_cow@macgui.com> - 2021-10-04 23:41 +0000
        Re: HTML Fonts required, Re: Webber Update Alex Lee <alelee@mac.com> - 2021-10-03 21:50 +1100
          Re: HTML Fonts required, Re: Webber Update Speccie <someone@somewhere.com> - 2021-10-04 08:53 +0100
      Re: Webber Update D Finnigan <dog_cow@macgui.com> - 2021-10-12 21:19 +0000
        Re: Webber Update Speccie <someone@somewhere.com> - 2021-10-13 07:55 +0100
          Re: Webber Update D Finnigan <dog_cow@macgui.com> - 2021-10-14 00:23 +0000
        Re: Webber Update Oliver Schmidt <ol.sc@web.de> - 2021-10-13 12:14 +0000
          Re: Webber Update D Finnigan <dog_cow@macgui.com> - 2021-10-14 00:27 +0000
  Webber Update Speccie <someone@somewhere.com> - 2021-11-22 07:53 +0000

csiph-web