This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ubisoft Uplay Web Exceptions

Hello,

After much troubleshooting, here is what I had to unblock to get the Ubisoft Uplay desktop client to work without any issues:

I had to create a HTTPS decryption exception with the following URLs

local[0-9]*-mtl-[0-9]*\.ubisoft\.qc\.ca/
steamcdn-a\.akamaihd\.net/
lb-upc-dmx\.ubisoft\.com/
wspuplay-ext\.ubi\.com/
msr-api-ubiservices\.ubi\.com/
public-ubiservices\.ubi\.com/
ubistatic[0-9]+-a\.akamaihd\.net/
ubisoft-avatars\.akamaized\.net/
friendsservice\.ubi\.com/
static[0-9]+\.cdn\.ubi\.com/
signupservice\.ubi\.com/
ubisoft-uplay-savegames\.s3\.amazonaws\.com/


This thread was automatically locked due to age.
Parents
  • The exceptions from above did not work anymore for me.

    After some digging in the logs, this are my working https decryption exceptions:

     

    ^(signupservice|friendsservice|msr-api-ubiservices|public-ubiservices|wspuplay-ext)\.ubi\.com/
    ^static[0-9]+\.cdn\.ubi\.com/
    ^uplaypc-s-ubisoft\.cdn\.ubi\.com/
    ^lb-upc-dmx\.ubisoft\.com/
    ^dmx\.upc\.ubisoft\.com/
    ^steamcdn-a\.akamaihd\.net/
    ^(steamcdn-a|(ubistatic[0-9]+-a))\.akamaihd\.net/
    ^ubistatic[0-9]+-a\.akamaihd\.net/
    ^ubisoft-avatars\.akamaized\.net/
    ^ubisoft-uplay-savegames\.s3\.amazonaws\.com/

Reply
  • The exceptions from above did not work anymore for me.

    After some digging in the logs, this are my working https decryption exceptions:

     

    ^(signupservice|friendsservice|msr-api-ubiservices|public-ubiservices|wspuplay-ext)\.ubi\.com/
    ^static[0-9]+\.cdn\.ubi\.com/
    ^uplaypc-s-ubisoft\.cdn\.ubi\.com/
    ^lb-upc-dmx\.ubisoft\.com/
    ^dmx\.upc\.ubisoft\.com/
    ^steamcdn-a\.akamaihd\.net/
    ^(steamcdn-a|(ubistatic[0-9]+-a))\.akamaihd\.net/
    ^ubistatic[0-9]+-a\.akamaihd\.net/
    ^ubisoft-avatars\.akamaized\.net/
    ^ubisoft-uplay-savegames\.s3\.amazonaws\.com/

Children