02-13-2015 12:26 PM - edited 03-17-2019 04:53 PM
Cisco Jabber for MAC Automatic Updates.
Has anyone see an "Update Error" An error occurred while downloading the update. Please try again later" message when Auto Updating Cisco Jabber for MAC? I'm using the following for the DownloadURL file element in my XML file for automatic updates per the Cisco Jabber for MAC 10.5.1 release notes.
Cisco-Jabber-Mac-10.5.1.194255-55700621-MC0CFQCa+vqcaLln78ybNLNODwO2TWi7GAIUbQtIsYj1SCYx9zpCe8_+9rxfIZM!.zip
Solved! Go to Solution.
02-23-2015 01:07 PM
Resolved it. The IIS7 request filtering module was configured to deny a request that contains a double escape sequence. The + sign in the file name/URL was being rejected by IIS.
02-23-2015 01:07 PM
Resolved it. The IIS7 request filtering module was configured to deny a request that contains a double escape sequence. The + sign in the file name/URL was being rejected by IIS.
05-25-2016 07:22 AM
In case this saves someone 10 minutes, here's how you make the change.
For the uninitiated this is necessary because Jabber for Mac requires a specific filename for the automatic update feature to work. That filename contains a DSA signature as an alternative to the inherent signature built into the MSI with Jabber for Windows. A DSA signature isn't common in an HTTP URL, thus the need to reconfigure the web server to allow all possible character combinations that it might contain.
06-14-2016 06:40 AM
Very Helpful, thank-you
05-17-2022 11:03 AM
Thanks for this helpful post. I have a quick question for you related to this.
In my case, I'm storing the auto update installation ZIP in an AWS S3 bucket. It appears that the backend of AWS doesn't support this / serve the file when it contains a '+' sign.
So for example, in the current Jabber 14.1 train, I am able to do autoupdates for 14.1, but not 14.1.1. This is because the DSA signature for 14.1 doesn't include '+' and the DSA signature for 14.1.1 does include '+'.
I have to imagine that I'm not the only one trying to use an S3 bucket for this. Any idea how I might be able to work around this when not using IIS?
Regards,
Dave
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide