- Joined
- Mar 23, 2018
- Messages
- 18
- Reaction score
- 1
For whatever the reason, the 3cx web server will not render an http page on win2012r2, the server responds with 403-forbidden. Using https... the 3cx web server renders fine:
https://xxxx.ca.3cx.us:5001/provisioning/e23fe4rkay7i/2c86d210ebea.xml
The problem is all the links in the xml document are to the http version so the phone cannot provision; dead links.
Here is the hack: I took the output from the https provisioning xml for the mac, edited the xml updating http://xxxx.ca.3cx.us:5000... to https://xxxx.ca.3cx.us:5001... then had IIS render the new xml doc with the https referenced xml doc and the phone provisions as expected.
Is there a way to get the 3cx webserver to gen the xml doc using https://xxxx.ca.3cx.us:5001 instead of http://xxx.ca.3cx.us:5000 -or- get the 3cx webserver to render http...
Thanks much,
~Dave
https://xxxx.ca.3cx.us:5001/provisioning/e23fe4rkay7i/2c86d210ebea.xml
The problem is all the links in the xml document are to the http version so the phone cannot provision; dead links.
Here is the hack: I took the output from the https provisioning xml for the mac, edited the xml updating http://xxxx.ca.3cx.us:5000... to https://xxxx.ca.3cx.us:5001... then had IIS render the new xml doc with the https referenced xml doc and the phone provisions as expected.
Is there a way to get the 3cx webserver to gen the xml doc using https://xxxx.ca.3cx.us:5001 instead of http://xxx.ca.3cx.us:5000 -or- get the 3cx webserver to render http...
Thanks much,
~Dave