A note to my future self

Or, why 1Password is broken in Chrome again.

Future Alex: at some point, probably the next time there’s a major OS X update, you’re going to need to set up USB network tethering to your iPhone again because it stopped working for some miserable reason.

And when you do, you’re going to remember that the USB Network settings page is inexplicably missing the Advanced settings button.

Screen Shot 2015-09-14 at 12.09.05 pm

You’ll remember there’s some arcane way you can set a proxy server from the command line, and after some googling you’ll probably find the above Stackexchange link, which gives this answer:

sudo networksetup -setsocksfirewallproxy "iPhone USB" localhost 8080

And you’ll do that, and it’ll work, and you’ll get on with your day.

But then you’ll realize that sometimes 1Password just refuses to start in Chrome for no apparent reason. And you’ll be busy trying to do stuff so you’ll just work around it by copy-pasting logins or by using Safari. And then other times it’ll work fine in Chrome so you’ll roll your eyes and forget about it till the next time it happens.

Eventually you’ll figure Screen Shot 2015-09-14 at 12.27.33 pmout that 1Password only fails to work in Chrome when you’re tethering your phone over USB. So you’ll do some more googling and futzing about, and finally discover that 1Password needs the proxy to bypass localhost and 127.0.0.1. And by now you’ve again forgotten about the missing Advanced button, so when you try to fix it you’ll be about ready to slump wailing on the desk, never mind that the desk is in the middle of a public library.

So before you get to that point, here’s the other command you’re going to need:

sudo networksetup -setproxybypassdomains 'iPhone USB' '*.local' '169.254/16' 'localhost' '127.0.0.1'

And suddenly, as if by magic, everything will work fine.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s