- Joined
- Jul 20, 2022
- Messages
- 29
- Reaction score
- 3
Hi Folks,
Im busy to setup a demo PBX wich connects through a SIP-Trunk that requires TLS for SIP and SRTP for audio. In 3CX I need to upload the Root Certificate for this SIP-Trunk.
When I enable the trunk i get the message:
Okay, now im diving into the TLS headers to find out what certificate is used by the Trunk:
This tells me this:
According to DigiCert this is the corresponding root certificate: https://cacerts.digicert.com/RapidSSLTLSDVRSAMixedSHA2562020CA-1.crt.pem
When uploading this root certificate the error keeps coming back and the trunk isnt registering. Any idea how to deebug further to get the trunk registered?
im using 3CX 18 update 4 (build 965)
Im busy to setup a demo PBX wich connects through a SIP-Trunk that requires TLS for SIP and SRTP for audio. In 3CX I need to upload the Root Certificate for this SIP-Trunk.
When I enable the trunk i get the message:
Code:
Registration failed for: Lc:10000(@RoutIT[<sip:[email protected]:0/TLS>]); Cause: Cause: 503 Certificate Validation Failure/REGISTER from local
Okay, now im diving into the TLS headers to find out what certificate is used by the Trunk:
Code:
openssl s_client -showcerts -debug -connect sbc.sc.voipit.nl:5081 -bugs
This tells me this:
Code:
issuer=C = US, O = DigiCert Inc, CN = RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1
When uploading this root certificate the error keeps coming back and the trunk isnt registering. Any idea how to deebug further to get the trunk registered?
im using 3CX 18 update 4 (build 965)