jianlinwei / mindwebfilter

Automatically exported from code.google.com/p/mindwebfilter
1 stars 0 forks source link

https requests do not pass #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. iOS device configured with proxy as minD/Squid box
2. requests for port 443 appear on request.log with 200 code
3. iOS device says cannot connect to server

What is the expected output? What do you see instead?
SSL requests seem to break. If going only through squid SSL requests are 
handled correctly.

What version of the product are you using? On what operating system?
MinD-Toy v1.1 BETA

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Built options: 
    --prefix=/usr
    --mandir=${prefix}/share/man
    --infodir=${prefix}/share/info
    --docdir=${prefix}/share/doc/mind-toy
    --sysconfdir=/etc
    --localstatedir=/var
    --with-listdir=/var/lib/mind/lists
    --enable-clamd=yes
    --enable-icap=yes
    --enable-ntlm=yes
    --enable-commandline=yes
    --enable-trickledm=yes
    --enable-email=yes
    --with-proxyuser=proxy
    --with-proxygroup=proxy
    CXX=g++
    CXXFLAGS=-O3
    LDFLAGS=-Wl,-Bsymbolic-functions
    CPPFLAGS=
    CC=cc
    CFLAGS=-O3
OS: debian 6.0-4
Squid: 3.1.6
Please provide any additional information below.

Original issue reported on code.google.com by mandadlo...@gmail.com on 9 Apr 2012 at 1:56

GoogleCodeExporter commented 9 years ago
I set it in high priority until found the root of this issue.

Original comment by mind....@gmail.com on 9 Jul 2012 at 7:12