Secure Connect Gateway - Changing HTTP proxy credentials is not effective on gateways upgraded from SRS 3.52
摘要: This article explains why changing HTTP proxy credentials is not effective on gateways upgraded from SRS 3.52.
本文适用于
本文不适用于
本文并非针对某种特定的产品。
本文并非包含所有产品版本。
症状
Attempting to change the proxy credentials after migrating from SRS 3.52 to SCG 5.20 (which is the only migration path supported), causes loss of connectivity between the gateway and Dell.
原因
The issue happens only in the case when the proxy credentials are updated following a SRS 3.x to SCG 5.20 migration. The Mosquitto.service was seen to be taking the password configured in the mosquito.conf file rather than the credentials stored in the LockBox. It was observed that the updated credentials are being stored in the Lockbox, but mosquitto.conf is not updated. Since precedence for the password is the mosquito.conf file, the old credentials were being used.
解决方案
Upgrade the SCG gateway from 5.20 to a later version, which will remove the old credentials from mosquitto.conf.
Alternatively, if the gateway needs to remain on v5.20, use the following steps:
Alternatively, if the gateway needs to remain on v5.20, use the following steps:
- Apply new credentials from the SCG WebUI once again, while it is connected.
- SSH to the SCG-VE and login as root.
- Enter the SRS container using
docker exec -it esrsde-app bash
- Comment out password from mosquitto.conf by using below command
-
sed -i 's/proxy_password/#proxy_password/g' /etc/mosquitto/conf.d/mosquitto.conf
- Restart the Mosquitto service:
wd stop esrsmosquitto wd start esrsmosquitto
- Logout of the container, and SSH session:
exit exit
- Once the above steps are applied, the credentials will be taken from the Lockbox.
产品
Secure Connect Gateway, Secure Connect Gateway, Secure Connect Gateway - Virtual Edition文章属性
文章编号: 000227392
文章类型: Solution
上次修改时间: 02 8月 2024
版本: 1
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。