WgGET to backup the Configuration file of ProxySG
search cancel

WgGET to backup the Configuration file of ProxySG

book

Article ID: 166226

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

 To use WGET utility to take backup for expanded configuration for proxy.

Resolution

To backup the Archive Expanded Configuration on the ProxySG by using a Wget script, use the syntax below.

wget --user=admin --password=admin --no-check-certificate https://proxy-ip:8082/archconf_expanded.txt

 

Note: Due to recent SGOS security changes, one may face issues in connecting as the Web Console is set to allow TLSv1.1 and TLSv1.2. If this issue arises, below switchs in WGET will be helpful. This is only available in WGET version 1.16.1 onwards.

Enforce WGET to use TLSv1.1 or TLSv1.2 when connecting to Management Console: --secure-protocol=TLSv1_1|TLSv1_2