This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Proxy fehler 500 Connection Timed Out

Hallo zusammen,

da mein erster Beitrag als Spam ( wieso keine Ahnung) gelöscht wurde, hier ein 2. Versuch.

Das einzige Spiel, was ich Spiele kann von mir nicht mehr erreicht werden, da die Domains mit der Fehlermeldung geblockt werden:

info" sys="SecureWeb" sub="http" name="web request blocked" action="block" method="CONNECT" srcip="192.168.0.31" dstip="92.223.124.62" user="" group="" ad_domain="" statuscode="500" cached="0" profile="REF_HttProContaInterNetwo (Spammer.Block)" filteraction="REF_lSVoCDSaiq (Spyware Only)" size="517" request="0x2a4c400" url="">wows-static-production.wgcdn.co/" referer="" error="Connection timed out" authtime="0" dnstime="1050064" aptptime="236" cattime="164" avscantime="0" fullreqtime="128357519" device="0" auth="0" ua="Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/112.0" exceptions="geoip" category="177" reputation="neutral" categoryname="Content Server"


2023:04:23-11:59:26 matrix httpproxy[5879]: id="0002" severity="info" sys="SecureWeb" sub="http" name="web request blocked" action="block" method="CONNECT" srcip="192.168.0.31" dstip="92.223.124.62" user="" group="" ad_domain="" statuscode="500" cached="0" profile="REF_HttProContaInterNetwo (Spammer.Block)" filteraction="REF_lSVoCDSaiq (Spyware Only)" size="517" request="0x7fd5c55acc00" url="
">wows-static-production.wgcdn.co/" referer="" error="Connection timed out" authtime="0" dnstime="1050631" aptptime="285" cattime="218" avscantime="0" fullreqtime="128358449" device="0" auth="0" ua="Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/112.0" exceptions="geoip" category="177" reputation="neutral" categoryname="Content Server"


2023:04:23-11:59:26 matrix httpproxy[5879]: id="0002" severity="info" sys="SecureWeb" sub="http" name="web request blocked" action="block" method="CONNECT" srcip="192.168.0.31" dstip="92.223.124.62" user="" group="" ad_domain="" statuscode="500" cached="0" profile="REF_HttProContaInterNetwo (Spammer.Block)" filteraction="REF_lSVoCDSaiq (Spyware Only)" size="517" request="0x7fd5c512f000" url="
">wows-static-production.wgcdn.co/" referer="" error="Connection timed out" authtime="0" dnstime="1047440" aptptime="150" cattime="173" avscantime="0" fullreqtime="128354803" device="0" auth="0" ua="Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/112.0" exceptions="geoip" category="177" reputation="neutral" categoryname="Content Server"

Jetzt habe ich versucht die mit Regex als Exeption auszunehmen, leider ohne Erfolg.

Da ich kein Experte in Sachen Regex bin, wäre ich dankbar, wenn da mal jemand drüber schauen könnte.

Vielleicht gibt es ja auch noch andere Tips ?

^https:\\/\\/forum\\.worldofwarships\\.eu.*
^https:\\/\\/worldofwarships\\.eu\\/.*
^https:\\/\\/worldofwarships\\.eu\\/de\\/.*
^https:\\/\\/wows\\-static\\-production\\.wgcdn\\.co\\/.*
^https:\\/\\/wowsp\\-wows\\-eu\\.wgcdn\\.co\\/.*



This thread was automatically locked due to age.
Parents
  • RegEx is a mess, there should be no need for all of that.  Just the domain you need to unblock should suffice to start from there, then make it more complicated if you need to.  Out of all of my games I play, all that's been necessary is the actual domain exception with no Regex filtering like this.

    OPNSense 64-bit | Intel Xeon 4-core v3 1225 3.20Ghz
    16GB Memory | 500GB SSD HDD | ATT Fiber 1GB
    (Former Sophos UTM Veteran, Former XG Rookie)

Reply
  • RegEx is a mess, there should be no need for all of that.  Just the domain you need to unblock should suffice to start from there, then make it more complicated if you need to.  Out of all of my games I play, all that's been necessary is the actual domain exception with no Regex filtering like this.

    OPNSense 64-bit | Intel Xeon 4-core v3 1225 3.20Ghz
    16GB Memory | 500GB SSD HDD | ATT Fiber 1GB
    (Former Sophos UTM Veteran, Former XG Rookie)

Children