Issue trying to update HTTP/HTTPS access config

I’m trying to setup HTTP to HTTPS redirect via RMS Device Configuration. I keep getting the following. I’ve tried this several ways but keep seeing the error. Not sure what the conflict is.

  • Updates WebUI configuration result:

    ‘rfc1918_filter_http’ can not be set together with ‘rfc1918_filter’ (rfc1918_filter_http :0)(103)

    ‘rfc1918_filter_https’ can not be set together with ‘rfc1918_filter’ (rfc1918_filter_https :0)(103)

    Data sent to device:

    HTTPS Port: [ “443” ]

    Enable HTTP access: On

    Enable HTTPS access: On

    Redirect to HTTPS: On

    Enable remote HTTPS access: Off

    Certificate files from device: 1

    Ignore private IPs on public interface: Off

    Ignore private IPs on public interface for HTTP: Off

    HTTP Port: [ “80” ]

    Ignore private IPs on public interface for HTTPS: Off

    Enable remote HTTP access: Off

Thoughts anybody?

Greetings,

These 3 settings:

May be a bit confusing, but basically, the last option “Ignore private IPs on public interface” is responsible for the first two settings. So in essence - you either must use the first two, or only the last one:

By removing these two options, I only left the Ignore private IPs on public interface option:

Now saving the changes works as intended.

Regards,
M.

This topic was automatically closed after 60 days. New replies are no longer allowed.