• ERR_SSL_PROTOCOL_ERROR

    2
    0 Votes
    2 Posts
    533 Views
    M

    @remzej said in Intermittent ERR_SSL_PROTOCOL_ERROR:

    I've been having the same problem ever since but I managed to make it work perfectly. Just be sure to set 127.0.0.1 as the first DNS server by unchecking the Disable DNS Forwarder in General Setup.

    That was the way I solved the same issue

  • HAPROXY UPDATE ?

    4
    0 Votes
    4 Posts
    629 Views
    dragoangelD

    Hi @PiBa you are maintaining HAproxy package? Can I ask you please?

    Why "stable" release still 1.7? The point many new people see develop and afraid of it. 1.8 is depracating... 1.7 is dinosaurs. Could you please update haproxy to 1.8.23. current 1.8.21 one has fresh CVE in http2 realization https://www.reddit.com/r/PFSENSE/comments/e5j6dc/haproxy_upgrade_needed_http2_cve201919330/?utm_medium=android_app&utm_source=share Could HAproxy begin support pfBlockerNG IP aliases? There is future are must have! https://www.reddit.com/r/PFSENSE/comments/d8zndd/haproxypfblockerng_future_request/?utm_medium=android_app&utm_source=share
    https://redmine.pfsense.org/issues/9793
    Thanks 😊
  • How to block docs.google but allow a specific doc through Squidguard?

    6
    0 Votes
    6 Posts
    564 Views
    stephenw10S

    Not really I'm afraid. I'm not that familiar with those URLs. The form you are referencing there seems to maybe have different name structure to regular docs I have used. If any part of that string is fixed though you should be able to match on it.

    Steve

  • Videos unavailable on YouTube

    2
    0 Votes
    2 Posts
    414 Views
    perikoP

    Have u check squid logs , there u can find your answer ☺

  • Squid package should be upgraded to v4.9

    3
    0 Votes
    3 Posts
    535 Views
    NetViciousN

    Thanks for the clarification. But squid v3.5 has the same problem and at this moment doesn't has a fix.
    The last version of 3.5 branch it's 3.5.28 ant it's affected too.

  • 0 Votes
    4 Posts
    2k Views
    M

    @Napsterbater yes indeed, I'm using Chrome! Thank you for the reply, I was beginning to doubt that Chrome is probably using some other protocol to establish connections.

  • How to see the https response headers and response bodies in squid?

    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • SQUIDGUARD NOT BLOCKING PORN VIA BLACKLIST (SHALLALIST)

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    stephenw10S

    Yup, because it's not setup correctly. You are probably trying to bump all without loading the CA onto all your clients so you just see a cert error.
    See the complete walkthrough here: https://youtu.be/xm_wEezrWf4?t=636

    Steve

  • ClamAV antivirus not working for HTTPS

    5
    0 Votes
    5 Posts
    540 Views
    DerelictD

    Scan for viruses on the endpoints. They have access to the data after it is decrypted. Nothing between the server and client does.

  • E2Guardian Blocking Pages

    1
    0 Votes
    1 Posts
    354 Views
    No one has replied
  • Squid (pfsense package) DNS pointed to pi-hole or not?

    11
    0 Votes
    11 Posts
    1k Views
    K

    @Gertjan Ahh, I see what you're saying. Thanks!

  • SSL error on pfsense 2.5

    2
    0 Votes
    2 Posts
    288 Views
    jimpJ

    https://redmine.pfsense.org/issues/9652
    It's a known issue

  • PfSense, HAProxy and Fail2ban

    10
    0 Votes
    10 Posts
    13k Views
    JeGrJ

    You don't necessarily have to use SSH and the easyrule block. It's just one possibility. You could always take fail2ban, add a custom action and use it to push the IPs that try to hit your webservers to a central instance/vm/whatever and collect it there. Then use pfBlockerNG to fetch this list of IPs and block it from WAN. Only "problem" is, that pfBNG isn't faster than "hourly", a thing that I tried to bring to the developers attention so that you had the possibility to go down to let's say 5-10min to blacklist an IP. But besides that, that's totally possible (we're running something along those lines ourselves).

  • cron complaining about haproxy

    Moved
    8
    0 Votes
    8 Posts
    844 Views
    jimpJ

    https://redmine.pfsense.org/issues/9922

    https://github.com/pfsense/FreeBSD-ports/commit/47f4f91aa8159e47f24990eb2496784cb9ef07c6

    https://github.com/pfsense/FreeBSD-ports/commit/e8bec3bf1a773bdc61ebb7555941a2b9e26db732

  • How can i filter results from Squid Access Table tab Real Time

    1
    0 Votes
    1 Posts
    189 Views
    No one has replied
  • haproxy weired error

    Moved
    7
    0 Votes
    7 Posts
    2k Views
    J

    @PiBa Thank you for your response. I was asking because I am experiencing a similar issue using PostgreSQL 11 on the back end. Every time we close the session, HAProxy logs an error with a termination state of SD. I'm just curious if it's a configuration issue with either HAProxy or PostgreSQL. If it's a harmless error, then is there any way to suppress the error in the log?

  • (SOLVED) pfSense + SQUID + SquidGuard (SquidGuard not bloking all)

    Moved
    8
    0 Votes
    8 Posts
    2k Views
    stephenw10S

    Presumably by blocking ports 80 and 443 directly since they were not using a transparent proxy.

  • Domain blocking through squid

    Moved
    6
    0 Votes
    6 Posts
    593 Views
    stephenw10S

    Could be 409 errors, check the Squid real-tome logs:
    https://docs.netgate.com/pfsense/en/latest/cache-proxy/squid-troubleshooting.html#sites-not-loading-with-splice-error-409-in-access-log

    Steve

  • 0 Votes
    6 Posts
    1k Views
  • Squid PHP error after upgrade to pfsense 2.5

    7
    0 Votes
    7 Posts
    1k Views
    S

    Had a similar issue after upgrading, this command removed the error during squid service restart:

    /usr/local/libexec/squid/security_file_certgen -c -s /var/squid/lib/ssl_db -M 4MB chown -R squid /var/squid/lib/ssl_db/ chgrp -R proxy /var/squid/lib/ssl_db/

    References:
    http://squid-web-proxy-cache.1019090.n4.nabble.com/Uninitialized-SSL-certificate-database-directory-td4686306.html
    https://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit

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