TeamsACS icon indicating copy to clipboard operation
TeamsACS copied to clipboard

CPE failed to connect to TR069 server

Open 30jayden opened this issue 10 months ago • 1 comments

CPE failed to connect to TR069 server. CPE's certificate is generated based on the root certificate ca.crt of TR069 server. The ACS log prompts: tls: failed to verify client certificate: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "TeamsacsCA") May I ask what the reason is

30jayden avatar Apr 09 '24 08:04 30jayden

Turning off TLS and using http is fine tr069: host: 0.0.0.0 port: 2999 tls: false

koroluo avatar May 21 '24 03:05 koroluo