A script is included to disable redirection of S3 traffic from port 443 to port 8443.
The script is written in Python and located in the folder install_path/product/bin (for example, /opt/hcpcs/bin).
The script redirects S3 traffic from port 8443 to port 443 using the file iptables.
Syntax
disable_s3_redirect.py
Options and parameters
None
Example
$ disable_s3_redirect.py
This example can produce the following output:
*** PREROUTING chain in NAT table before deleting Redirect Chain PREROUTING (policy ACCEPT 3227 packets, 195K bytes) num pkts bytes target prot opt in out source destination 1 14M 845M DOCKER all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL 2 0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 redir ports 8443 ------------------------------------------------------------------------- *** PREROUTING chain in NAT table after deleting Redirect Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes) num pkts bytes target prot opt in out source destination 1 14M 845M DOCKER all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL