[ceph-users] Re: RGW Service SSL HAProxy.cfg

2023-02-17 Thread Jimmy Spets
The config file for HAProxy is generated by Ceph and I think it should include "ssl verify none" on each backed line as the config use plain ip:port notation. What I wonder is if my yaml config for the RGW and Ingress miss something or if it is a bug in the HAProxy config file generator.

[ceph-users] Re: RGW Service SSL HAProxy.cfg

2023-02-16 Thread Jimmy Spets
I forget to add that the Ceph version is 17.2.5 managed with cephadm. /Jimmy ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: RGW Service SSL HAProxy.cfg

2023-02-16 Thread Marc
> > # This file is generated by cephadm. > global > log127.0.0.1 local2 > chroot/var/lib/haproxy > pidfile/var/lib/haproxy/haproxy.pid > maxconn8000 > daemon > stats socket /var/lib/haproxy/stats > > defaults > modehttp > logglobal > optionhttplog > optiondontlognull > option http-server-close >