Issue:
How do you set up the WithSecure Policy Manager Server to communicate via HTTP proxy?
Resolution:
Steps for Policy manager 16.00 and below :
How to enable:
- Navigate to folder C:\ProgramData\WithSecure\NS\Policy Manager\Policy Manager Server\data\ on the Policy Manager server
- Open the fspms.proxy.config file
- Remove the # before the http_proxy line and add your password and proxy address
- Save the config file
- Restart the Policy Manager Server -service
Steps for Policy Manager 16.01 and WithSecure Policy Manager Proxy 16.01
If the Policy Manager or Policy Manager Proxy host does not have a direct internet connection, specify the HTTP proxy configuration as 'PROXY_SERVER' MSI argument for example by running an MSI file from the command line and passing the arguments to it:
msiexec /i policy-manager.msi PROXY_SERVER=http://proxy.example.com:8080
Use percent encoding for any reserved URI characters in the user name or password. For example, if the password is ab%cd, you need to enter it as follows:http://user:ab%cd@proxy.example.com:8080
May refer more details from this changelog article : Business Suite Policy Manager Changelog — WithSecure Community
How to disable:
- Navigate to folder C:\ProgramData\WithSecure\NS\Policy Manager\Policy Manager Server\data\ on the Policy Manager server
- Open the fspms.proxy.config file
- Add a # before the http_proxy line. The # means that the line is a comment and the setting will not be taken into use
Article no: 000004324