Since the traffic passing through your port 443 is presumably encrypted, by design, the proxy can't do anything with the contents including read it.
-Bryan On Wed, Apr 24, 2013 at 7:57 AM, Matthieu Boret <[email protected]> wrote: > Hi, > > I try to block a URL(public.mydomain.com) in https but this doesn't > works. If it's possible I would redirect to a 503 error page. > > frontend unsecured > bind *:80 > mode http > redirect scheme https > > frontend secure_tcp > mode tcp > bind *:443 name https > reqideny ^public** > default_backend bck_tcp > > > Thanks > > > Matthieu >

