cd /var/global/wsl/config
allowedlist.properties FileCreate a file named allowedlist.properties in the config directory with the following content:
#Properties file to allow additional valid HOST and X-FORWARDED-HOST header values
#Tue Jan 25 2022
host.headers=backup-server-ip
x.forwarded.host.headers=backup-server-ip
origin.headers=backup-server-ip
Make sure to replace backup-server-ip with the actual IP address of your backup server.
After creating the file, restart the NetBackup Web Management Console service.
NetBackup Web Management Console
/usr/openv/netbackup/bin/nbwmc stop && /usr/openv/netbackup/bin/nbwmc start
For more details, please refer to the official documentation: Veritas Support Article.
Once these steps are completed, the error:
The host name that you have specified to connect to the NetBackup web server is not present in the NetBackup web server certificate.
should no longer occur.