This is the second time I’ve had this problem, luckily it took me so long to figure it out the first time, this time I was fine. On my mac I use Edge as the browser for all the work applications. But when it had a notification for me like this.
Despite my best efforts, it was not obvious what it was telling me.
Solution: Microsoft Edge Notification
Another clue is the ‘blue’ circle around the download logo, Edge is informing me that there is a download problem, in my case a download has failed, I simply need to delete the partially downloaded file and attempt to download again.
Related Articles, References, Credits, or External Links
I had to update the ‘self-signed‘ certificate on my VMware vCenter today, but when I went to browse to it, I got this.
Net:: ERR_CERT_AUTHORITY_INVALID
Well yes of course I don’t trust the CA that issued this certificate it’s a self-signed certificate! So HOW DO I TRUST IT?
Solution : Bypass Blocked Certificate
The answer I didn’t believe when I read it – because it sounds like an IT Department prank, but it works. Make sure you have clicked into the page somewhere, so it is the window that’s in focus and, type the following on your keyboard.
thisisunsafe
The website will open.
Note: If you are in an inPrivate browsing window, it will only persist in that session, but for normal browsing the site will be added to the “allowed” website list.
Related Articles, References, Credits, or External Links
Not only the built in administrator account, if you try and open Microsoft Edge whilst logged in as the Domain Administrator you will also see the same error message.
To be honest this is a good thing, you shouldn’t be doing something potentially dangerous like going on the Internet as the administrator anyway. However for my test Windows 10 machine on the bench I’m not really bothered, I just want it to work,
Solution
Enable Microsoft Edge for Administrators (one machine)
1. From the Start/Run menu type and execute secpol.msc (local security policy editor).
2. Navigate to;
[box]Security Settings > Local Policies > Security Options > User Account control: Admin Approval Mode for the Built-in Administrator account[/box]
3. Set the policy to ‘Enabled’ >Apply > OK.
4. Reboot.
5. Boom! There it is.
Enable Microsoft Edge for Administrators (Multiple Domain Machines via GPO)
Warning: With great power comes great responsibility, if you have some test machines in one OU and you want to do this for them, thats fine. But REMEMBER this setting is a good thing DO NOT go linking this GPO to the root of your domain!
1. On a DC or a machine with the RSAT tool installed, Launch Group Policy Editor. Create a new GPO or edit and existing one.
2. Navigate to;
[box]Computer Configuration >Policies > Windows Settings > Security Settings > Local Policies > Security Options > User Account control: Admin Approval Mode for the Built-in Administrator account[/box]
3. Set the policy to ‘Enabled’ > Apply > OK.
4. Close the Group Policy Management Editor. If you have a Windows 2012 domain you can force the policy refresh on a particular OU, or simply run ‘gpupdate /force’ on the target machine, (or you could also wait a couple of hours, or simply reboot the target machines).
Enable Microsoft Edge for Administrators (one machines via the registry)
‘Home’ editions of windows have local policy editing options, for those you will have to edit the registry directly.
1. Open regedit.
2. Navigate to;
[box]HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft >Windows > CurrentVersion > Policies > System[/box] Locate and set the value of ‘FilterAdministratorToken’ (Note: You may need to create the 32-bit DWORD,) to 1.
3. Navigate to;
[box]HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > Policies > System > UIPI[/box]
Locate and set the value of ‘(Default)’ to 1.
Related Articles, References, Credits, or External Links