OpenWrt Forum Archive

Topic: Tinyproxy HTTPS Filtering

The content of this topic has been archived on 31 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

I've install a tinyproxy.
It work for http but not for https.
When i test to access to a https blacklisted website, i've this in the tinyproxy log :

CONNECT   Aug 02 17:55:22 [2140]: Connect (file descriptor 7):  [192.168.182.2]                                                                                                                         
CONNECT   Aug 02 17:55:22 [2140]: Request (file descriptor 7): ...                                                                                                                                       
WARNING   Aug 02 17:55:22 [2140]: Could not retrieve all the headers from the client                                                                                                                     
CONNECT   Aug 02 17:55:23 [2549]: Connect (file descriptor 7):  [192.168.182.2]                                                                                                                         
CONNECT   Aug 02 17:55:23 [2549]: Request (file descriptor 7): ...                                                                                                                                       
WARNING   Aug 02 17:55:23 [2549]: Could not retrieve all the headers from the client                                                                                                                     
CONNECT   Aug 02 17:55:23 [11784]: Connect (file descriptor 7):  [192.168.182.2]                                                                                                                         
CONNECT   Aug 02 17:55:23 [11784]: Request (file descriptor 7): ...                                                                                                                                     
NOTICE    Aug 02 17:55:25 [1112]: Waiting servers (4) is less than MinSpareServers (5). Creating new child.

Can you help me ?

(Last edited by SoukoussMan on 2 Aug 2007, 19:07)

Tinyproxy don't work with SSL. It can use another encryption mechanism.
I use for example stunnel that listen on 443 port and forward the traffic on tinyproxy port 8888.

Ok but why is name is : tinyproxy -- A lightweight HTTP/HTTPS proxy

I don't know sorry.

We must use with https the same port as for http. And all will be OK.

With squid it?

The discussion might have continued from here.