Deny Access via HTTP (using the IP:Port)

OS Name/Version: Ubuntu LTS 22.04

Product Name/Version: AMP Prof

Problem Description:

I want to deny insecure access via http://IP:Port
I use https via my own nginx with a subdomain (HSTS enabled and working). Everything works but the page is still accessible insecure via the IP.

Thanks! :slight_smile:

There’s a full HTTPS guide here, make sure everything’s configured correctly.
https://discourse.cubecoders.com/t/setting-up-secure-http-https-with-amp/2305

After that’s all good, you’ll want to run:
ampinstmgr rebind ADS01 127.0.0.1 8080
Then ignore the prompt about repairing auth, since if you have the auth URL left as the default it’ll still point to the right place.

Yeah. i did all. Like i said, everything works fine with https and my subdomain.
I just want to forbid the access via INSECURE http.

That’s up to your reverse proxy config, not related to AMP’s setup

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.