I have tried two browsers (chrome and safari), tried three different devices, and tried two different wifi networks. Always the same error. On my mac I have tried both enabling the "auto detection" setting under wifi settings, and also turned this setting off. Either way, still the same connection error.
Sorry to hear you're having trouble. We aren't experiencing any site-wide outage at the moment, nor do I see any relative drop in traffic to login.posit.cloud that would implicate a widespread inability to visit the site.
It sounds like you've tried quite a few different tactics to help nail down why this is occurring as well! It's entirely possible, but rare, that the internet backbone in your region was having trouble connecting you to the datacenter(s) where this service run -- if that's the case I would imagine waiting a few hours would likely resolving the problem. Assuming you continue to have trouble: are you comfortable in a terminal? On your mac, I'd be curious to see if I or someone else on the forums could help diagnose after seeing the output of:
nslookup login.posit.cloud. this command queries your DNS server and returns the IP addresses it knows can be used to reach login.posit.cloud
traceroute login.posit.cloud. this command attempts to show the route your network traffic will travel to get from your mac to our servers at login.posit.cloud
curl -v https://login.posit.cloud. this command is more-or-less equivalent to your browser fetching the webpage from login.posit.cloud, but displaying as many details about the request and response as possible.
One (or more) of these might help us narrow down the source of your difficulty connecting to this service!
traceroute to login.posit.cloud (192.168.4.1), 64 hops max, 52 byte packets
1 192.168.4.1 (192.168.4.1) 6.111 ms 4.134 ms 4.975 ms
curl -v https://login.posit.cloud:
* Trying 192.168.4.1:443...
* connect to 192.168.4.1 port 443 failed: Connection refused
* Failed to connect to login.posit.cloud port 443 after 10 ms: Couldn't connect to server
* Closing connection 0
curl: (7) Failed to connect to login.posit.cloud port 443 after 10 ms: Couldn't connect to server
192.168.4.1 is returning its own address for login.posit.cloud, which is wrong. this tends to happen with a wifi network that has a captive portal you need to use to login, but in general points to a definite network network problem for you. Perhaps a static dns entry has been incorrectly made somewhere in your network? We're not really able to help diagnose that part further.
for example, here's what that nslookup output looks like for me:
Hello! Just to say I'm suddenly getting the same error after happily using (and teaching with) posit cloud for years. It started less than a week ago, I'm also on a mac and my terminal has the same error. I'm getting this error both at work and at home.
was the big help here. It appears that maybe the router you happen to be using (perhaps, eero?) has erroneously placed our login domain on a block list. I'm looking into that on our side, but I would imagine that setting your DNS to use a trusted public DNS server (1.1.1.1 is offered by cloudflare, or 8.8.8.8 and 8.8.4.4 from google) would solve this if that's what is occurring!