• When using Wireguard I cant access internal web sites over port 443

    1
    0 Votes
    1 Posts
    353 Views
    No one has replied
  • Transparent Proxy

    1
    0 Votes
    1 Posts
    403 Views
    No one has replied
  • Proxy Filter Clone ACL

    1
    0 Votes
    1 Posts
    300 Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • HAproxy GUI issue IPv6 stick tables

    1
    0 Votes
    1 Posts
    512 Views
    No one has replied
  • Squid3 - External logs to SMB or USB

    3
    0 Votes
    3 Posts
    617 Views
    B

    @nogbadthebad Hey!
    Thanks for the reply
    I've tried this but i've only syslogs and not squid logs
    The problem with squid, the logs are located to Pfsense disk directly.

    We can't move to SMB or mount the smb with a classical mount maybe?

    Best regards

  • haproxy http to http traffic

    3
    0 Votes
    3 Posts
    445 Views
    D

    @jdennis011 See attached image for a small draw up. For the breakdown:
    The enduser is supposed to access system A from outside the network via HTTPS, system A grabs data from the API(both in local lan) but the API only communicates via http. So how do link the two on the HAproxy, such that data between system A and the API is shared via http in the background but shared to the end user via HTTPS?
    Please note: if system A cannot locate the API server, the site breaks and nothing works.
    haproxy.jpeg

  • SquidGuard + LDAP Authentication issue

    3
    0 Votes
    3 Posts
    898 Views
    K

    @alekoy
    did you solve this issue?

  • squidguard stopped after activating LDAP

    1
    0 Votes
    1 Posts
    381 Views
    No one has replied
  • Unable to reach WPAD web on a IIS HTTP server in other subnet

    4
    0 Votes
    4 Posts
    810 Views
    KOMK

    @sipriuspt Perhaps their certs really are invalid? A LetsEncrypt root cert expired a while back that caused such problems. Look at the details of the cert error and see what the problem is. That will help you decide if it's anything wrong on your end.

  • Problem with webGUI certificate

    4
    0 Votes
    4 Posts
    932 Views
    GertjanG

    @samdond

    Browsers will always warn if a certificate is self signed.
    When you access the pfSense GUI over https, pfSense will use a self generated - thus self signed - certificate. You can instruct your browser to make an exception.

    Or get a certificate from a trusted certificate authority, like Letsencrypt and the acme.sh pfSense package.

    @samdond said in Problem with webGUI certificate:

    Set pfSense's web gui to use http rather than https.

    That's another solution.

  • Issue getting squidguard regex to work

    1
    0 Votes
    1 Posts
    389 Views
    No one has replied
  • Proxy Filter Squid Guard. Create restriction by user and time

    Moved
    1
    0 Votes
    1 Posts
    303 Views
    No one has replied
  • Log Pages Denied by SquidGuard not working

    2
    0 Votes
    2 Posts
    726 Views
    J

    OK Found the answer, I had to put this :

    $sge_prefix = (preg_match("/\?/", $cl['u']) ? "&" : "?"); $str[] = '<iframe> src="'.$cl['u'].$sge_prefix.'sgr=ACCESSDENIED" width="1" height="1" > </iframe>';

    Right before the ?> at the end of /usr/local/www/sgerror.php, which for whatever reason didn't work earlier. This can be closed :)

  • HAProxy and meshcentral2 server ..... websockets

    1
    0 Votes
    1 Posts
    999 Views
    No one has replied
  • Problem with LightSquid Realtime Proxy Stats

    9
    0 Votes
    9 Posts
    8k Views
    K

    @bkeadle também estou com esse problema. tenho ultima versão do squid, squidGuard e lightSquid. Estou tendo problemas em gerar os relatorios no lightSquid.

  • Want package for squidanalyzer. INSTRUCTIONS AND FILES TO INSTALL

    94
    0 Votes
    94 Posts
    32k Views
    K

    @marcelloc Instalei o squidanalyzer após ativar o seu repositórios não oficial. Após instalação ainda apresenta as seguintes recomendações:

    Modify your httpd.conf to allow access to HTML output like follow:
    Alias /squidreport /usr/local/www/squidreport
    <Directory /usr/local/www/squidreport>
    Options -Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    </Directory>

    If necessary, give additional host access to SquidAnalyzer in httpd.conf.
    Restart and ensure that httpd is running.

    Browse to http://my.host.dom/squidreport/ to ensure that things are working
    properly.

    Setup a cronjob to run squid-analyzer daily:

    SquidAnalyzer log reporting daily

    0 2 * * * /usr/local/bin/squid-analyzer > /dev/null 2>&1

    or run it manually.
    For more information, see /usr/local/share/doc/squidanalyzer/README file.

    Cleaning up cache... done.

    Poderia ajduar?

  • Tutorial: How to Install SquidAnalyzer 6.5 on pfSense 2.4

    17
    0 Votes
    17 Posts
    7k Views
    K

    @doktornotor mesmo instalando o repositório não oficial, e buscando o pacote, ele gera essa recomendações de conf mesmo:

    Após instalar o pacote temos a seguinte recomendação. Você consegue executar?

    Modify your httpd.conf to allow access to HTML output like follow:
    Alias /squidreport /usr/local/www/squidreport

    Options -Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1

    If necessary, give additional host access to SquidAnalyzer in httpd.conf.
    Restart and ensure that httpd is running. Browse to http://my.host.dom/squidreport/ to ensure that things are working
    properly. Setup a cronjob to run squid-analyzer daily: SquidAnalyzer log reporting daily

    0 2 * * * /usr/local/bin/squid-analyzer > /dev/null 2>&1

    or run it manually.
    For more information, see /usr/local/share/doc/squidanalyzer/README file.

    Cleaning up cache… done.

  • Squid proxy blocks all traffic

    16
    0 Votes
    16 Posts
    8k Views
    K

    @fireix estou com o mesmo erro. Porém nem tenho cach ativo no squid.
    Já reiniciei o pfesene e continua.

  • Expired certificate served (only) to mobile clients!?

    3
    0 Votes
    3 Posts
    600 Views
    S

    @gertjan

    Thank you, I had seen this thread and followed the OP's advice prior to the expiry of the LE certificate. So I thought I was prepared.

    But reading again and on, there was a problem reported, not exactly mine but similar enough.

    (Apparently, my problem was not the certificate itself (as expected by you) but the root or the intermediate certificate (the browser on my phone did not go into those details)).

    I followed the advice, deleted the CAs and renewed the certificate again. This recreated the CAs and solved my problem.

    Still strange that I encountered the problems only on my mobile but not on my PC...

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.