What config options in glance-api disables sslv3?
glance-api.conf
does not seem to have options to modify ciphers like other apis do.
For example, in nova.conf
you can edit ssl options here:
[ssl]
cert_file = /etc/pki/tls/certs/host.crt
version = TLSv1_2
key_file = /etc/pki/tls/private/host.key
How can I disable unwanted ssl ciphers for glance-api
?