CentOS 7.9でhttpsサービスの接続許可を追加する

2021年11月15日

OSバージョンの確認
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

1.httpsサービスの接続許可を追加
# firewall-cmd –add-service=https –permanent
success
# firewall-cmd –reload
success

2.HTTPSサービスの追加確認
firewall-cmd –list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: eth0
sources:
services: dhcpv6-client http https mysql ssh
ports: 3306/tcp 80/tcp

CentOS 7

Posted by arkgame