Product
Search Results

I received an invalid certification using HTTPS. What should I do?

When using HTTPS, the ACS configuration on the CPE may need to use the domain name of the ACS rather than the IP address in order to validate the ACS server certificate. The default server certificate for the ACS included with CDRouter is registered to the domain name acs.cdroutertest.com. CDRouter will automatically create a DNS entry for this domain name in its internal DNS servers. This domain name maps to the testvar acsIp .

The ACS URL configured on the CPE should use the domain name.

For example:

https://acs.cdroutertest.com

The CDRouter configuration file would be as follows.

testvar acsIp 6.0.0.1
testvar acsPort 443
testvar acsTransport https

Note that CDRouter will automatically map the testvar acsIp (6.0.0.1 in the example above) to the domain name acs.cdroutertest.com.

Please see this Knowledge Base article for more information on common issues with TR-069 and SSL.