Yealink Forums

Full Version: Autoprovision on HTTPS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yealink T48G
Firmware 35.73.0.50 (Vonage doesn't support v80 yet)
Autoprovision question.

I've struggled to get autoprovisioning to work such that it saves the <MAC>-local.cfg file to my web server using a PUT command. I'm using IIS 7.5 on Windows Server 2008 R2. I've finally got it working well, but I need a little more.

I had to enable WebDAV. WebDAV on IIS7 and above requires authentication. No anonymous uploads.

I've got it working now with the following line in my y000000000035.cfg file:
Code:
auto_provision.server.url = http://PhonesAccount:c0mpl3xP@$$w0rd@yealink.myurl.com/

If I change it to https (so the password isn't sent in plain text, probably across the internet when people take their phones home), it stops working.

I can only get it to autoprovision on IIS 7.5 and have it save its <MAC>-local.cfg on HTTP.

The SSL cert is a GoDaddy wildcard certificate that is respected on the web.

Anyone have any ideas?
For the Vonage problem, please contact with Vonage for help.
(04-06-2016 08:46 PM)Yealink_Karl Wrote: [ -> ]For the Vonage problem, please contact with Vonage for help.

This is not a Vonage problem.

How can I make HTTPS work while providing a password?
Note that the V73 can't support SHA256, only the V80 support. Please check whether your certificate use the SHA256.
Reference URL's