Advertisement
BaSs_HaXoR

How to fix XBOX One Devkit Remote Access HSTS Certificate Error

Feb 9th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. #####################################
  2. NET::ERR_CERT_AUTHORITY_INVALID
  3. Subject: 192.168.3.21
  4.  
  5. Issuer: Microsoft Windows Web Management (Test) (XBOX)
  6.  
  7. xbox has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox can only connect to it securely. You can’t add an exception to visit this site...
  8.  
  9. #####################################
  10. https://stackoverflow.com/questions/67707027/how-to-get-through-security-error-pages-in-firefox-browser
  11.  
  12. Credits:
  13. Asked and Answered by: Neha Chaudhary | https://stackoverflow.com/users/11973720/neha-chaudhary
  14. Answered 1 by: Pingolin | https://stackoverflow.com/users/7810468/pingolin
  15.  
  16.  
  17.  
  18. As of April 5th, 2022, this is how I bypass the You can’t add an exception to visit this site. with Firefox 98.
  19. If you see this without the [Add Exception button]: https://i.stack.imgur.com/EhA6F.png
  20.  
  21. "xbox normally uses encryption to protect your information. When Chrome tried to connect to xbox this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be xbox, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Chrome stopped the connection before any data was exchanged.
  22.  
  23. You cannot visit xbox right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later."
  24. #####################################
  25.  
  26. STEP #1):
  27. Open the Preferences of Firefox: https://i.stack.imgur.com/sbbDs.png
  28. Open the Privacy & Security tab: https://i.stack.imgur.com/D2v9F.png
  29. Scroll down to Certificates and click on View Certificates: https://i.stack.imgur.com/q8ceh.png
  30. Open the Servers tab and click on Add Exception: https://i.stack.imgur.com/ftG6D.png
  31. Fill in the Location field and click on Get Certificate: https://i.stack.imgur.com/wuqu9.png
  32. ( https://xbox:11443 )
  33. Click on Confirm Security Exception: https://i.stack.imgur.com/Qqlhj.png
  34. You should now see your exception, click on Ok: https://i.stack.imgur.com/UCnot.png
  35.  
  36. STEP #2):
  37. In the Mozilla Firefox address bar, type about:config
  38. Look for network.stricttransportsecurity.preloadlist
  39. And set the last field Value to false (and restart the browser as needed).
  40.  
  41. #####################################
  42. Viola. Make sure you setup username:password for xbox one devkit Remote Access.
  43.  
  44. #xboxone #xbox1 #xboxdevkit #xboxonedevkit #remoteaccess #securityexception #sslcertificate #HSTSfix #HSTS #fix #solve #solution #2024
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement