So I'm configuring a new Citrix gateway to provide external access for one of our clients, and they're complaining about a dual cache-control entry, basically like this:
Cache-Control: "no-cache, no-store, must-revalidate"
Cache-Control: "no-cache"
Now I don't really know whether that is acceptable or not, but I also don't know where the 2nd header is coming from as I only have one cache-control action/policy configured in this gateway. Some other things I'm noticing is that, when running a SSL test (Qualys') results say that I don't have STS and Content-Security configured, yet I do have policies for those headers binded to my VS: Bindings These are the actions: Actions
And I did notice that there are no hits for most of these policies for some reason: hits
Is there anything wrong with my config?
Thanks and Regards