Actions
Bug #32762
closedDisable SSLInsecureRenegotiation by default
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1950475
By default SSLInsecureRenegotiation is enabled here:
~~~
[root@iridium ~]# vi /etc/httpd/conf.d/10-pulp.conf
- allow older yum clients to connect, see bz 647828
SSLInsecureRenegotiation on
~~~
It looks like in bz 1174942 we already wanted to have this disabled, but it's still enabled by default even in Satellite 6.8.
If we still have reason to enable this by default then perhaps an installer option to disable it, or changing the value via custom-hiera if it can be edited there.
Actions