Bitdefender Box2 keeps blocking the same domain name. This went on for a few weeks and the admins at Microsoft had more than enough time to update that cert by now.
After reading this post I figured it went on long enough as it's now December and I'm getting the same messages.
If you're like me and you don't use apps from the Microsoft store anyway... you could blackhole the website prior to it getting out to the BitDefender box and thus stop the alert from generating.
You can do this a number of ways... modifying your host files, or using a pihole. This blocks the PC lookup for the DNS naming markets.books.microsoft.com and that would make the message go away. Basically what occurs
is:
host makes DNS request to markets.books.microsoft.com -> Pihole/hostfile intercepts the request and drops it prior to sending out to Box2.
This is a useful technique that works in Cybersecurity to stop malicious requests from going out to the web.
If you modify your hosts file on the local PC to block the request... that will have to be done on every PC. Using a Pihole and making the pihole or another DNS server blackhole the DNS request is preferred if you
have more than a couple machines to blacklist this DNS name on.
The other thing is you can do nothing and wait for whoever maintains markets.books.microsoft.com to actually update the cert.
Now this DNS name is no way malicious... so you'd have to be careful because if you ever wanted to go to markets.books.microsoft.com then you'll have to remove this block.
I'm just sick of getting the message so I did something like this. I may eventually unblock it and try it again maybe in a month or two to see if the website admin actually updated the cert... so you can just this as a temporary block until it is fixed.