• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Squid3 - New GUI with sync, normal and reverse proxy

Cache/Proxy
104
428
470.0k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    Truster
    last edited by Aug 14, 2013, 9:56 AM Aug 14, 2013, 9:42 AM

    Hi Marcelloc,

    I discovered a bug, i don't know if it IIS8 or the Reverse Proxy. I'm running Exchange 2010 SP3 on Server 2012

    1st test:
    Im using OWA on Exchange 2010 Through the Reverse Proxy, all working fine, but i can't attach larger files to an Email. I'll get connection reset and in the SQUID Log i see the Line TCP_MISS/401. i Tried Firefox and Chrome.

    2nd test:
    i add a NAT rule to forward Port 4343 to the IIS Server on Port 443. All working fine, i test it with an attachment with 8mb in size.

    IIS/Exchange is configured for Basic Auth.

    if i get this working, i will write a little Howto. all other thinks, like Autodiscover, Outlook Anywhere, etc. are working perfectly…

    Best regards
    Dave

    1 Reply Last reply Reply Quote 0
    • H
      Hobby-Student
      last edited by Aug 14, 2013, 10:10 AM

      @Truster:

      2nd test:
      i add a NAT rule to forward Port 4343 to the IIS Server on Port 443. All working fine, i test it with an attachment with 8mb in size.

      This is a known issue caused by IIS… i think default is 2KB upload. can't give u more atm, but google can help you in seconds with somethin like "iis owa attachement size"

      1 Reply Last reply Reply Quote 0
      • T
        Truster
        last edited by Aug 14, 2013, 3:56 PM Aug 14, 2013, 3:54 PM

        @Hobby-Student:

        This is a known issue caused by IIS… i think default is 2KB upload. can't give u more atm, but google can help you in seconds with somethin like "iis owa attachement size"

        i dont think so, because the test file has 8MB in size. i uploaded it with chrome on https://internalhostname/owa/ without any problems.

        But anyway, i'll try your suggestion.

        Edit: OWA's default size Limit is 30MB

        1 Reply Last reply Reply Quote 0
        • H
          Hobby-Student
          last edited by Aug 14, 2013, 4:17 PM

          @Truster:

          i dont think so, because the test file has 8MB in size. i uploaded it with chrome on https://internalhostname/owa/ without any problems.

          But anyway, i'll try your suggestion.

          Edit: OWA's default size Limit is 30MB

          Try Google like I said… This is an IIS property which is not controlled by any other Management console or powershell.

          1 Reply Last reply Reply Quote 0
          • M
            mromero
            last edited by Aug 16, 2013, 10:06 PM Aug 16, 2013, 4:17 PM

            I need to bring this up again.

            Is this package still broken and needing to assemble and download pieces from elsewhere not in the package itself?

            When I go to Package Manager Console in my PFSENSE 2.1 RC1 I see Squid 3 BETA and the MORE INFO links direct to this post.

            When will we be able to do a normal install of Squid 3 BETA from PFSENSE as with other packages?

            1 Reply Last reply Reply Quote 0
            • T
              Truster
              last edited by Aug 26, 2013, 7:02 AM

              @Hobby-Student:

              Try Google like I said… This is an IIS property which is not controlled by any other Management console or powershell.

              Hi Hobby-Student.

              i tried this this already. Also a coworker has checked the IIS configuration. Nothing found. The problem only occur if the connection is forwared through the proxy. a direct-connection to the iis enabeld site works.

              Best regards
              Dave

              1 Reply Last reply Reply Quote 0
              • H
                Hobby-Student
                last edited by Aug 27, 2013, 9:44 AM

                @Truster:

                Hi Hobby-Student.

                i tried this this already. Also a coworker has checked the IIS configuration. Nothing found. The problem only occur if the connection is forwared through the proxy. a direct-connection to the iis enabeld site works.

                Best regards
                Dave

                I do have a similar Setups. Exchange-Server (2007, 2010) behind pfsense with squid as reverse proxy. For me the only thing breaking attachments was the IIS default configuration.

                Am I reading right, that attachments work through squid, except larger files? (you mentioned 8MB)
                It's working from the outside,if squid is not active? (direct connection from the outside to the Exchange)

                1 Reply Last reply Reply Quote 0
                • T
                  Truster
                  last edited by Aug 28, 2013, 1:14 PM

                  Hi hobby-student,

                  thats right, if i create a nat rule for webmail.contoso.com, port  443 and forward it to the  target address 192.168.0.10, owa works with large attachement
                  if i enable the reverse proxy (all enabled) i can only attach 1-2kb files

                  im using iis7 and iis8 in different setups.

                  1 Reply Last reply Reply Quote 0
                  • H
                    Hobby-Student
                    last edited by Aug 28, 2013, 3:13 PM

                    @Truster:

                    Hi hobby-student,

                    thats right, if i create a nat rule for webmail.contoso.com, port  443 and forward it to the  target address 192.168.0.10, owa works with large attachement
                    if i enable the reverse proxy (all enabled) i can only attach 1-2kb files

                    im using iis7 and iis8 in different setups.

                    that sounds weird… did you use something like

                    With the following command you can change the value (in this case 10MB):
                    C:\Windows\System32\inetsrv\appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"10485760" /commit:apphost
                    
                    C:\Windows\System32\inetsrv\appcmd.exe set config "Default Web Site" -section:system.webServer/serverRuntime /uploadReadAheadSize:"10485760" /commit:apphost
                    
                    1 Reply Last reply Reply Quote 0
                    • T
                      Truster
                      last edited by Aug 29, 2013, 1:12 PM Aug 29, 2013, 12:11 PM

                      No, hobby-student, but i did some future investigations and my conclusion is: maybe a bug in IIS 8
                      i did the following tests
                      pfsense reverse proxy, behind an iis7 (server 2008r2) with exchange 2010 sp3 UR2: It works 
                      pfsense reverse proxy, behind an iis8 (server 2012) with exchange 2010 sp3 UR2: It doesn't work with safari/firefox/chrome. No problems wih IE…. grrr

                      so i think its not the pfsense....

                      1 Reply Last reply Reply Quote 0
                      • H
                        Hobby-Student
                        last edited by Aug 29, 2013, 1:20 PM

                        @Truster:

                        No, hobby-student, but i did some future investigations and my conclusion is: maybe a bug in IIS 8
                        i did the following tests
                        pfsense reverse proxy, behind an iis7 (server 2008r2) with exchange 2010 sp3 UR2: It works 
                        pfsense reverse proxy, behind an iis8 (server 2012) with exchange 2010 sp3 UR2: It doesn't work with safari/firefox/chrome. No problems wih IE…. grrr

                        so i think its not the pfsense....

                        that's what i meant. it's an IIS thing… with non-IE Browsers it's invoking other stuff, so an IIS setting could be the problem.

                        1 Reply Last reply Reply Quote 0
                        • M
                          mromero
                          last edited by Sep 16, 2013, 4:04 AM

                          @marcelloc:

                          Squid3-dev has it's own forum topic.

                          Can you point me to the Forum Topic?

                          1 Reply Last reply Reply Quote 0
                          • T
                            TheNetStriker
                            last edited by Sep 17, 2013, 8:23 AM

                            @marcelloc:

                            @TheNetStriker:

                            I've added a new page to configure additional ports and added a configuration for client certificates.

                            I'm doing it on web servers page but I'll take a look on your code and see how can I merge it with my current uncommitted code.

                            Thanks for your code contribution.  :)

                            Could you already take a look at my code changes? (https://github.com/TheNetStriker/pfsense-packages/commit/7d926f3d44cee817475c20bde44fe6471bab4ba7)

                            1 Reply Last reply Reply Quote 0
                            • D
                              dld121
                              last edited by Oct 10, 2013, 7:53 PM

                              @marcelloc:

                              Squid3-dev has it's own forum topic.

                              I have looked for it… and I can't find it.

                              Could you please post a link to it here?

                              David

                              1 Reply Last reply Reply Quote 0
                              • nesenseN
                                nesense
                                last edited by Jan 16, 2014, 3:00 PM

                                Hi, there is a mistake in the URL used for dynamic caching under Windows Update, this is the wrong line:

                                refresh_pattern -i my.windowsupdate.website.com/.*.(cab|exe|ms[i|u|f]|asf|wm[v|a]|dat|zip) 4320 80% 43200 reload-into-ims

                                it should be

                                refresh_pattern -i windows.com/.*.(cab|exe|ms[i|u|f]|asf|wm[v|a]|dat|zip) 4320 80% 43200 reload-into-ims

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stanthewizard
                                  last edited by Apr 2, 2014, 4:17 PM

                                  Installed 3.3.10

                                  Huge issue

                                  OWA not working anymore

                                  and mixed website

                                  I reset the entire settings the more webserver and mappings I'm adding the messier it gets

                                  1 Reply Last reply Reply Quote 0
                                  • marcellocM
                                    marcelloc
                                    last edited by Apr 3, 2014, 9:48 PM Apr 3, 2014, 9:30 PM

                                    @nesense:

                                    Hi, there is a mistake in the URL used for dynamic caching under Windows Update, this is the wrong line:

                                    fixed. Thanks for your contribution.

                                    Treinamentos de Elite: http://sys-squad.com

                                    Help a community developer! ;D

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      postduif
                                      last edited by Apr 4, 2014, 6:27 AM

                                      I've just installed pfSense 2.1.1 and Transparent SSL is no longer working… The certificates squid provides are no longer trusted.

                                      1 Reply Last reply Reply Quote 0
                                      • E
                                        edanpedragosa
                                        last edited by Apr 4, 2014, 6:54 AM

                                        @postduif:

                                        I've just installed pfSense 2.1.1 and Transparent SSL is no longer working… The certificates squid provides are no longer trusted.

                                        I'm having the same problem with this.

                                        It happened even before I updated to 2.1.1, the SSL filtering went off after I updated the Squid3-Dev yesterday.

                                        Any fix? Thanks in advance!

                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          edanpedragosa
                                          last edited by Apr 8, 2014, 7:09 AM

                                          Any fix for this? Bumping up thread…

                                          thanks in advance!

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.