I’m trying to forward HTTP to HTTPS in the Iptables. By doing this: sudo iptables -t nat -A PREROUTNG -p tcp --dport 80 -j R EDIRECT --to-port 443
and this sudo iptables -t nat -A PREROUTNG -p tcp --sport 80 -j R EDIRECT --to-port 443
I get an error that says No chain/target/match by that name. What am I doing wrong?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello there,
I don’t think you have it formatted correctly, you can try it:
Hope that helps,
Sergio Turpín