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
  • Bob,

    Are you sure about the syntax for this exception for url matching? When I tried your correction, the exception never activated and podcast downloads continued to not work. I tried:

    ^https?//.*\.mp3$
    ^https?//.*\.mp4$
    ^http?//.*\.mp3$
    ^http?//.*\.mp4$

    When I tried a variation of mjb and your correction: 

    ^http://*.*/*.mp4$
    ^http://*.*/*.mp3$

    The podcast (video in my case) worked and downloaded to the iOS app and it was logged in the web filtering log that it was an exception.

    PS: I really need to learn regex
Reply
  • Bob,

    Are you sure about the syntax for this exception for url matching? When I tried your correction, the exception never activated and podcast downloads continued to not work. I tried:

    ^https?//.*\.mp3$
    ^https?//.*\.mp4$
    ^http?//.*\.mp3$
    ^http?//.*\.mp4$

    When I tried a variation of mjb and your correction: 

    ^http://*.*/*.mp4$
    ^http://*.*/*.mp3$

    The podcast (video in my case) worked and downloaded to the iOS app and it was logged in the web filtering log that it was an exception.

    PS: I really need to learn regex
Children
No Data