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

Error at Proxy Restart

Hello Community,

everytime when the proxy service is restarting i get the follwoing error

httpproxy[6120]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="confd_exception_filter" file="confd-client.c" line="2315" message="compilation of pattern "^https?://([A-Za-z0-9.-]*\.?clientconfig.passport.net" failed, position 53: missing )"

Also the proxy is automatic restarting every hour.

I have changed the Virus Scanner Engine from Avira to Sophos and back to Aviro.

Can anyone help here.

Thanks
Frank


This thread was automatically locked due to age.
  • Read the error message again: [;)]
    .... message="compilation of pattern "^https?://([A-Za-z0-9.-]*\.?clientconfig.passport.net" failed, position 53: missing )"
  • Hello,

    thanks for the answer.

    But where is this missing thats my problem
  • Depends what you want to achieve with your regex:
    message="compilation of pattern "^https?://([A-Za-z0-9.-])*\.)?)clientconfig.passport.net" failed, position 53: missing )"


    First doesn't make much sense, so maybe the second.
  • Hi, Frank,

    The most elegant would be: "^https?://[A-Za-z0-9.-]*clientconfig\.passport\.net

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Hi, BAlfson,

    i have checked my Proxy Exceptions but i can´t find a exception like this.

    Cheers Frank
  • Yes, Frank, I know.  Someone different began editing the default expressions in the UTM.  This new person doesn't realize that "*" means "zero or more" of the previous character(s), and that it is "+" that means "one or more."  That's the reason for having "([A-Za-z0-9.-]*\.)?" instead of just "[A-Za-z0-9.-]*" in their expressions.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA