I have Windows 11 with WSL2 and Docker Desktop. I’m not sure when this happened but all of a sudden I couldn’t access any running docker container through a web browser even though it seems like my docker container is exposing it’s ports properly. I used an nginx image container […]
Daily Archives: July 9, 2025
12 posts
I want to run a driver on windows 10 with a revoked certificate. If I create the driver using sc create driver1 binpath="path" type=kernel and then execute sc start driver1 I get [SC] StartService FAILED 2148204812: A certificate was explicitly revoked by its issuer. This is definitely, because this driver […]