- Joined
- Dec 2, 2021
- Messages
- 3
- Reaction score
- 0
I've run into the SSL renewal error i've seen a couple mentions of. None of those fixes seem to work.
Version: 20.0 Update 6 (Build 724 Release)
License: Enterprise Annual / 32 Simultaneous Calls / Expires on Jun 18, 2026
Environment: Dedicated Azure VM setup per the documentation
License refreshes successfully.
I've set
Same error as root with "sudo -i" or as phonesystem with "sudo su phonesystem"
There is no IPv6 address allocated
activate.3cx.com resolves to 172.64.152.237 and can ping successfully <2ms
downloads-global.3cx.com resolved to 172.64.152.237 and can ping successfully <2ms
Running
I've tried restarting the VM and all services with
I've left it 24 hours overnight but still no renewal
I'm out of troubleshooting steps, any other ideas?
Version: 20.0 Update 6 (Build 724 Release)
License: Enterprise Annual / 32 Simultaneous Calls / Expires on Jun 18, 2026
Environment: Dedicated Azure VM setup per the documentation
License refreshes successfully.
I've set
When I run the manual renewal commandTEMPORARY_SELF_SIGNED_CERTIFICATE_GENERATED to 1
I get this errorsudo -u phonesystem /usr/lib/3cxpbx/PbxConfigTool -renew-certificates
3cxpbx.sync is locked
Same error as root with "sudo -i" or as phonesystem with "sudo su phonesystem"
There is no IPv6 address allocated
activate.3cx.com resolves to 172.64.152.237 and can ping successfully <2ms
downloads-global.3cx.com resolved to 172.64.152.237 and can ping successfully <2ms
Running
shows only the ipv4 address, no ipv6 addresses and matches the dashboard correctly.echo -e "\n\n$(for ip in v4 v6; do curl -s https://discover$ip.3cx.com/getip; echo; done)\n\n"
I've tried restarting the VM and all services with
sudo 3CXStopServices && sudo 3CXStartServices
I've left it 24 hours overnight but still no renewal
I'm out of troubleshooting steps, any other ideas?