Settings

Theme

How to fix “SuccessSuccess” Wi-Fi issue on MacOS X Mavericks temporally

2 points by javierprovecho 11 years ago · 0 comments · 1 min read


This issue is caused because Apple's autologin url polling is failing. That url is returning plain html characters, so the OS thinks it didn't connect properly to the Wi-Fi network.

To solve it until Apple fix that polling website, you can change it to this one (it is also official from Apple):

1- Open Terminal

2- Type:

    sudo nano /Library/Preferences/SystemConfiguration/CaptiveNetworkSupport/Settings.plist
3- Edit the line 8 by changing the url:

    OLD: http://www.apple.com/library/test/success.html
    NEW: http://captive.apple.com
4- Press `CONTROL` + `X`, then type `Y`, then `ENTER`. 5- Reboot

This method was originally published by `masklinn` on Reddit.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection