I currently have a Static Nat Object set to port 443.
If someone tries to access this Object IP address on Port 80, is there a way to automatically redirect them to Port 443? (Only for this particular server)
No. You can do port translation but that is not the same as http redirection.
Redirect requires your device be able to send the client an http response (status 302 most commonly) directing them to change their requesting method and/or URL to https://...
Learn, share, save
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.