Easily redirect user traffic to a proxy

I have a simple problem that I can't find the answer to.
And so I have an external proxy (http/s) on the local network (PC) ip 192.168.1.123:8080

I have a client (192.168.1.10) to whom I want to send via this proxy.

I want the client to send all traffic through an external proxy.
Port forwarding works for http(80). but doesn’t want to work in https (443). It works, but the proxy complains (Unsupported method).

(Other clients connected directly to the proxy server work fine.)

How to correctly place a customer order through a proxy?
The client itself does not know how to configure a proxy connection.
The task is for the router to forward it.

Not Openwrt problem.
See eg this to handle ssl in your transparent proxy:
https://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html
Or make wpad/pac setup
Either way some programming nedded from you.

1 Like

Can you tell me how to implement such a task? maybe there are some solutions? unfortunately I'm new to this.
a client that must go through a proxy does not know how to auto configure and manually configure a proxy.

Take a suitcase of local currency and buy a SSL visibility solution.

see if redsocks can help you.