Replicated using R80.30 JT 111 SMS + GW + GW Cluster:
- Verify is successfull
- Access policy install fails:
- Policy installation failed on gateway. If the problem persists contact Check Point support (Error code: 0-2000178).
---
According to sk154435:
Cause:Custom application site object has a bad regular expression (regex) configured.
Solution:
Fix problematic regex syntax, or delete it from the database.
For example:
Problem in all the regex with the last hyphen inside the brackets. It must be escaped with backslash.
Change: ^https?:\/\/([A-Za-z0-9.-]+\.)?ama-assn\.org
To: ^https?:\/\/([A-Za-z0-9.\-]+\.)?ama-assn\.org
---
After changing the RegEx to
^https?:\/\/[^\x2f]+\/(?:[a-zA-Z0-9\._\-]+\/)+[1-3]c\.jpg$
Policy install succeeds
😎
Please try yourself, then mark this post as the solution...
CCSP - CCSE / CCTE / CTPS / CCME / CCSM Elite / SMB Specialist