Search found 163 matches

by david
27 Oct 2015 10:04
Forum: Other General Configuration
Topic: Access and Supervision
Replies: 9
Views: 14547

Re: Access and Supervision

Hello

I'm happy to hear that :-)
I'll add the improvement you suggested to our todo list and may develop it one day. Thanks for the idea.

Best Regards,
by david
26 Oct 2015 09:20
Forum: Other General Configuration
Topic: Access and Supervision
Replies: 9
Views: 14547

Re: Access and Supervision

Hi Miguel Again I did a mistake and wasn't clear enough; sorry for the inconvenience. Actually the right port to use depends on your configuration. Use the following command to display the Web auditing port: port waudit By default it should be 8091. I rectified my initial post to reflect this change...
by david
25 Oct 2015 19:24
Forum: Other General Configuration
Topic: Access and Supervision
Replies: 9
Views: 14547

Re: Access and Supervision

Hello Miguel

You are right as the correct command that activates the access logging is:

Code: Select all

log type web on
apply
Could you connect to the port 9090?

I rectified my previous post by replacing "log web on" by "log type web on".

Best Regards,
David
by david
21 Oct 2015 14:08
Forum: Other General Configuration
Topic: Access and Supervision
Replies: 9
Views: 14547

Re: Access and Supervision

Dear Jose To answer you questions: - You can use SSH (putty or any other SSH client) to remotely access to the CG CLI (Command Line Interface). But in order to have access via SSH you need to enable the ssh administration option using the following commands: admin ssh on apply force - You will also ...
by david
28 Sep 2015 08:45
Forum: Configure CacheGuard in reverse mode
Topic: Configuration in a pseudo reverse mode
Replies: 12
Views: 19145

Re: Configuration in a pseudo reverse mode

Dear RMansell You have not been posting your replies since a long time. If you think that CacheGuard doesn't meet your particular needs we can close this topic. What do you think? I also want to further clarify for our readers that with CacheGuard in its present version (NG 1.1.2): - Backend servers...
by david
24 Sep 2015 06:36
Forum: Configure the URL Guarding
Topic: Ldap query for MS AD for group membership
Replies: 9
Views: 13428

Re: Ldap query for MS AD for group membership

Hi Any modification that will make the forwarding proxy restart reinitialize the TTL. For instance you can do the following: mode compress on apply Do your tests. mode compress off apply And so on... Also you may need to restart your Web browser if you need to retest the authentication phase. Best R...
by david
23 Sep 2015 20:47
Forum: Configure the URL Guarding
Topic: Ldap query for MS AD for group membership
Replies: 9
Views: 13428

Re: Ldap query for MS AD for group membership

Dear Miguel

The behaviour you described is normal. With CacheGuard, the TTL (Time To Live) for an authenticated session is 2 hours. The TTL for and LDAP filter is also 2 hours.

Best Regards,
by david
23 Sep 2015 08:59
Forum: Configure the URL Guarding
Topic: Ldap query for MS AD for group membership
Replies: 9
Views: 13428

Re: Ldap query for MS AD for group membership

Hi Miguel

Yes, exactly.

Best Regards,
by david
20 Sep 2015 18:02
Forum: Configure the URL Guarding
Topic: Ldap query for MS AD for group membership
Replies: 9
Views: 13428

Re: Ldap query for MS AD for group membership

Dear Miguel All those features are normal: 1- When a URL is blocked by CG the end-user is redirected to a blocking page. But when the blocked URL uses HTTPS, the redirection is not possible because SSL/TLS simply doesn't allow that redirection so you get an error in your browser instead of the block...
by david
20 Sep 2015 07:45
Forum: Configure the URL Guarding
Topic: Ldap query for MS AD for group membership
Replies: 9
Views: 13428

Re: Ldap query for MS AD for group membership

Hi Miguel I'm happy that you got closer to the right solution. In response to your initial post the documentation says: An LDAP request filter allows you to define guarding policies where the access for end-users is granted if that LDAP request returns a value. This type of filter is only applicable...