Why does Red Hat Enterprise Linux 7.2 kickstart NOT support firewall with https statement?
Issue
- Red Hat Enterprise Linux 7.2 Kickstart's firewall directive does not support
https. - This works (albeit without
HTTPS):
firewall --enabled --http --ssh
- This is invalid syntax:
firewall --enabled --http --https --ssh
- Kickstart installation halts with the following error.
The following problem occurred on line 10 of the kickstart file:
no such option: --https
Exception AttributeError: "'NoneType' object has no attribute 'udev_unref'" in <bount method Context.__del__ of <pyudev.core.Context object at 0x7fe2d6da4c10>> ignored
Environment
- Red Hat Enterprise Linux 7.2
- Kickstart
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
