Author Topic: How to block the https request on zentyal ?  (Read 11787 times)

vinhky20119

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
How to block the https request on zentyal ?
« on: January 10, 2011, 04:29:46 am »
hello everybody, 

I'm a newbie with zentyal, I has enabled the Transparent Proxy mode to block the http traffic, but I had a big problem I can not block the https traffic

For example: http://mail.google.com" was blocked,  but if somebody change to https://mail.google.com, it works.

Can somebody help me?  ??? ???

Thanks for all


fher98

  • Zen Apprentice
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: How to block the https request on zentyal ?
« Reply #1 on: April 01, 2011, 01:08:29 am »
hello everybody, 

I'm a newbie with zentyal, I has enabled the Transparent Proxy mode to block the http traffic, but I had a big problem I can not block the https traffic

For example: http://mail.google.com" was blocked,  but if somebody change to https://mail.google.com, it works.

Can somebody help me?  ??? ???

Thanks for all


Any luck?

Escorpiom

  • Zen Hero
  • *****
  • Posts: 897
  • Karma: +25/-1
    • View Profile
Re: How to block the https request on zentyal ?
« Reply #2 on: April 01, 2011, 07:39:38 am »
This has been answered already elsewhere on the forum. You cannot use the proxy to block secure traffic, use the firewall with network objects for that.

Cheers.
Marcus' Rule:
Blanks & capitals = avoid it and you'll avoid problems...

jcmenguito

  • Zen Apprentice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to block the https request on zentyal ?
« Reply #3 on: April 01, 2011, 09:35:52 am »
hi,

if you want to block all https traffic, you can try this;

1. in Services > Add New, enter a new service with Service Name: https

2. tick the Internal check box.

3. click Add

4. in firewall > packet filter > filtering rules for internal networks > configure rules > add new;

    enter Decision = DENY
             Source = any
             Destination=any
             Service=https

5. Click Add

i hope this helps.

arun

  • Zen Monk
  • **
  • Posts: 86
  • Karma: +0/-0
  • no windows, no gates, all open
    • View Profile
Re: How to block the https request on zentyal ?
« Reply #4 on: April 01, 2011, 09:56:48 am »

fher98

  • Zen Apprentice
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: How to block the https request on zentyal ?
« Reply #5 on: April 01, 2011, 05:51:49 pm »
hi,

if you want to block all https traffic, you can try this;

1. in Services > Add New, enter a new service with Service Name: https

2. tick the Internal check box.

3. click Add

4. in firewall > packet filter > filtering rules for internal networks > configure rules > add new;

    enter Decision = DENY
             Source = any
             Destination=any
             Service=https

5. Click Add

i hope this helps.

thanks for the reply, but i dont need to block al https, only to sites like facebook, youtube, etc.

vinhky20119

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: How to block the https request on zentyal ?
« Reply #6 on: April 17, 2011, 05:25:59 pm »
Thanks jcmenguito ,  that works for me.

I created a new service "https" and set the source port in range from 441 to 445, and create new rule in Firewall,

Thanks for help.