Edge SWG: Unable to install new system image: Deprecation warnings were found in Policy
search cancel

Edge SWG: Unable to install new system image: Deprecation warnings were found in Policy

book

Article ID: 277593

calendar_today

Updated On:

Products

SG-VA

Issue/Introduction

When installing 7.3.X system image, Edge SWG displays the following error:

Deprecation warning: 'client.effective_address'; client.effective_address() is deprecated.
Use client.effective_address.connection() or client.effective_address.request()

"Unable to install new system image: Deprecation warnings were found in Policy. These must be fixed prior to upgrade"  0 950000:96  log_exception.cpp:30

Environment

  • Upgrade from 6.7.X to 7.3.X

Cause

Deprecated CPL construct is present in policy config file

Resolution

Replace all instances of client.effective_address("$(request.header.x-forwarded-for)") construct with client.effective_address.request("$(request.header.x-forwarded-for)")