Re: [squid-users] squid 5.0.4 cache_peer bug on https outgoing

2020-09-28 Thread openwrt
It worked. thanks. Alex Rousskov 于2020年9月28日周一 下午9:52写道: > On 9/28/20 5:39 AM, openwrt wrote: > > > The bug is that cache_peer https CONNECT drops the port number > > Please try the attached patch. > > Thank you, > > Alex. > > > > squid cache_peer https

Re: [squid-users] squid 5.0.4 cache_peer bug on https outgoing

2020-09-28 Thread openwrt
issing port to the CONNETCT function. or, you can do the compatibility treatment on the background proxy soft (bad idea) openwrt 于2020年9月28日周一 下午1:41写道: > Yes, I've tried all of these combinations. > > ### 0x00 cache_peer no ssl > > > ssl_bump allow all > > cache_p

Re: [squid-users] squid 5.0.4 cache_peer bug on https outgoing

2020-09-27 Thread openwrt
Yes, I've tried all of these combinations. ### 0x00 cache_peer no ssl > ssl_bump allow all > cache_peer 127.0.0.1 parent 3129 0 【no ssl】 curl http://google.com -x http://admin:squid@localhost :3128 -v -k 【it is ok】 curl https://google.com -x https://admin:squid@localhos