You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Generating Certificates from the dSIPRouter UI does not work. You will get the following error message: "Issue with validating ownership of the domain. Please add a DNS record for this domain and try again". The real issue is that the certbot api is not able to bind to port 80 for the DNS challenge.
To Reproduce
Steps to reproduce the behavior:
Login to the GUI
Click on System Settings-> Certificates
Click Add
Click Generate
Click Add
Expected behavior
A certificate should be created using letsencrypt
Screenshots
If applicable, add screenshots to help explain your problem.
Add any applicable logs as well; such as an dsiprouter.log, or kamailio.log, etc...
Server Info:
OS: output fromuname -a
Distro: output fromcat /etc/os-release
dSIPRouter Version: output fromdsiprouter version If not on a release version include the branch name and last commit id
Kamailio Version: output fromkamailio -v
RTPengine Version: output fromrtpengine -v
Python Package Versions: if applicable, include output frompython3 -m pip freeze
Client Info:
Device: e.g. Polycom VVX 350, Lenovo Thinkpad X1, ..
OS: e.g. Windows 11, Ubuntu 22.04, ..
Client Software: e.g. Mozilla Firefox 103.0, Zoiper 5.5.13, ..
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
mackhendricks
changed the title
[BUG] Generated Certificates Can't Be Generated from the UI if FusionPBX Support is Enabled
[BUG] Generated Certificates Can't Be Created
Sep 25, 2023
Describe the bug
Generating Certificates from the dSIPRouter UI does not work. You will get the following error message: "Issue with validating ownership of the domain. Please add a DNS record for this domain and try again". The real issue is that the certbot api is not able to bind to port 80 for the DNS challenge.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A certificate should be created using letsencrypt
Screenshots
If applicable, add screenshots to help explain your problem.
Add any applicable logs as well; such as an
dsiprouter.log
, orkamailio.log
, etc...Server Info:
uname -a
cat /etc/os-release
dsiprouter version
If not on a release version include the branch name and last commit id
kamailio -v
rtpengine -v
python3 -m pip freeze
Client Info:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: