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

Apple Podcast App for iOS

Since I installed the Sophos UTM9 I have been unable to download podcast using several Podcast Apps for iOS. I have attempted to create firewall rules to allow this traffic but unsuccessful. Any suggestions?


This thread was automatically locked due to age.
Parents
  • Hi, mjb, and welcome to the User BB!

    ^http://*.*/*.mp3

    REGEX doesn't work like file names.  Your exception allows any URL with "mp3" in it, including "champ3000Trojan.exe" [;)].  Try ^https?//.*\.mp3$

    Cheers - Bob
Reply
  • Hi, mjb, and welcome to the User BB!

    ^http://*.*/*.mp3

    REGEX doesn't work like file names.  Your exception allows any URL with "mp3" in it, including "champ3000Trojan.exe" [;)].  Try ^https?//.*\.mp3$

    Cheers - Bob
Children
  • Hi, mjb, and welcome to the User BB!

    ^http://*.*/*.mp3

    REGEX doesn't work like file names.  Your exception allows any URL with "mp3" in it, including "champ3000Trojan.exe" [;)].  Try ^https?//.*\.mp3$

    Cheers - Bob


    Thanks for the correction - I used Juniper SSLVPN formatting out of habit instead of REGEX.