- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-08-2018 01:51 AM
Hi
We have a server, from where the user wants to go to, for example, abc.xyz.com.
The certificate from the website xyz.com has a CN *.xyz.com.
We dont have decryption for URL Filtering. In the URL Filtering category, we have allowed abc.xyz.com.
The user on the server wants to use an application which initiates a connection to abc.xyz.com.
Now,
When the user opens a browser and goes to abc.xyz.com, then the connection is allowed as the firewall sees the URL as abc.xyz.com.
When the user uses his application, the the firewall sees the request to *.xyz.com and blocks it.
If we allow *.xyz.com then the application works.
Anyone have same experience? Any workaround without decryption?
BR,
RJ
11-08-2018 06:37 AM
You need to do a wireshark or fiddler capture and see what URLs are actually being called by the application that the user is attempting to use. Fiddler is probably the best solution. IF you can't access the users machine directly for whatever reason create a specific policy for the user and assign a URL profile that has the action of Alert for all categories so that every visited URL will be logged by the firewall.
If you look at those logs I'm sure you'll fine additional URLs that you aren't allowing in your URL Filtering profile.
11-13-2018 06:06 AM
I tried your solution with the Profile and Alert as action. In the logs we see the URL as --> *.xyz.com/
Dont know from where the / is coming? Really confused.
BR,
RJ
11-13-2018 06:22 AM - edited 11-13-2018 06:23 AM
*.xyz.com comes probably from name on the certificate.
As you are not decrypting traffic then Palo can't see what comes after *.xyz.com/ and URL is logged with / at the end.
You are good if you whitelist *.xyz.com
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!