[CentOS] Disabling TLS 1.1 in Centos 7 cockpit

Fri Dec 27 22:17:56 UTC 2019
Jonathan Billings <billings at negate.org>

On Dec 27, 2019, at 16:28, Erick Perez - Quadrian Enterprises <eperez at quadrianweb.com> wrote:
> 
> [root at cockpit ~]# cat /etc/systemd/system/cockpit.service.d/ssl.conf
> Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1
> 
> [root at cockpit ~]#
> [root at cockpit ~]# systemctl start cockpit
> [root at cockpit ~]# systemctl status cockpit -l

Did you run:

# systemctl daemon-reload

... before starting cockpit?

--
Jonathan Billings <billings at negate.org>