Please fix HTTPS browser warnings for https://www.haproxy.org/

2017-09-20 Thread Paul Menzel
Dear HAProxy administrators,


The browser currently shows four mixed-content warnings when accessing
the HAProxy Web site over HTTPS [1].

   1. http://whos.amung.us/cwidget/62nl1k3va5id/069ed8fff200.png
   2. http://haproxy.ipv6.1wt.eu/img/ipv6ok.gif
   3. http://ipv6.haproxy.org/img/ipv6ready.png
   4. http://widgets.amung.us/draw/?w=colored=11=069ed8fff200=

Could you please include those over HTTPS? It seems to be available for
all four domains.


Thanks,

Paul


[1] https://www.haproxy.org/

signature.asc
Description: This is a digitally signed message part


Experiences with Docker and linking containers for zero downtime deployments

2015-11-14 Thread Paul Menzel
Dear HAProxy folks,


I am using a Docker setup to serve Web application using a database.

HAProxy, the Web app and the database each run in a separate Docker
container.

The HAProxy container is than started with the command below.

docker run --detach --name haproxy --link webapp:webapp myimages/haproxy

The goal is to have zero downtime deployments.

Now the problem is, that each time the Web app container is replaced by
a container run from a newer version, the HAProxy container has to be
stopped an started again so that the link works. This is certainly not
desired.

I search the Web for documentation and how-tos but couldn’t find
anything directly related to my issue. Do you know of such write-ups,
which I might have missed due to the generic key words.

Do you have any experiences with serving Web apps with HAProxy using
Docker links?

Should I stop using that “technology” and do things differently?


Thanks,

Paul


[1] 
http://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/

signature.asc
Description: This is a digitally signed message part