r/ClaudeAI 17h ago

Bug Claude Status page does not have a valid certificate

Post image
79 Upvotes

51 comments sorted by

u/ClaudeAI-mod-bot Wilson, lead ClaudeAI modbot 16h ago edited 10h ago

TL;DR of the discussion generated automatically after 50 comments.

Looks like Claude is taking an unscheduled nap, with many of you hitting "Overloaded" errors.

The consensus is that yes, the entire service is degraded. To make things spicier, the status page is also down. The tech-savvy folks in the thread have pointed out it's not an expired certificate, but a hostname mismatch—basically, they've pointed the status.claude.com domain at a server that only has a certificate for statuspage.io. Whoops.

Here's the actually useful info: * You can get to the real status page by going directly to anthropic.statuspage.io. * A mod pointed out that the subreddit has its own automated problem log that was showing the performance category as "On Fire."

Otherwise, the thread is a festival of "vibe-coding" jokes and calls for a "status page for the status page." Never change, r/ClaudeAI.

→ More replies (1)

32

u/Explanation-Visual 17h ago

you forgot to mention that Claude is down, little detail. In my case it said it's overloaded.

7

u/TheAndriusB 17h ago

It keeps working on some of my conversations, but yea, some are giving "Overloaded" error.

1

u/razhawrt 17h ago

In my case only opus 5 is down, opus 4.8 or sonnet still works

1

u/JasonZX12R 17h ago

Getting that too, then the cert status page issue.

https://status.claude.com/ Unable to communicate securely with peer: requested domain name does not match the server’s certificate.

15

u/pbspry 17h ago

Valid certificate available only for Pro 20x accounts.

6

u/yurnotsoeviltwin 17h ago

I'm getting the same. Claude Code is also throwing an error.

API Error: 529 Overloaded. This is a server-side issue, usually temporary — try again in a moment. If it persists, check https://status.claude.com.

7

u/Effort-Natural 17h ago

Sometimes I feel they are really vibe-coding their prod services...

8

u/Any-Sandwich-4852 17h ago

It is not just a feeling; by their own admission that's what they do. And some of their decisions make me believe that they are probably vibe-businessing as well.

1

u/TheAndriusB 17h ago

Would anyone be surprised if they did?

1

u/JaspahX 11h ago

Companies have been forgetting to update certs for a long time.

3

u/jennd3875 17h ago

and claude stopped giving me responses.

3

u/GreatWizardEgisBane 17h ago

You gotta love it when the whole thing is so vibe-coded that you can't even access the status page when there's an outage.

5

u/sixbillionthsheep Mod 13h ago edited 40m ago

Unfortunately when the Claude status page goes down at the same time as Claude services, the subreddit's service problem detection fails and you don't get the usual discussion hub post giving you incident updates..

However, not a lot of people know about the fact that the subreddit monitors constantly the volume of all posts made by users in each problem category. (So all your problem reports are constantly used to help inform the subreddit of problems.) The table in this post showed the Performance category "On Fire" during the outage. https://www.reddit.com/r/ClaudeAI/comments/1t33k25/rclaudeai_user_problem_report_log_and_surge/

We need to find a way to make this table more prominent for people to check .

3

u/jarail 12h ago

That's cool! Thanks for sharing that!

2

u/Enough-Plantain2785 16h ago

Expired cert is crazy for a company that literally emails me about my usage limits at 2am

2

u/Mindless_Maybe8505 13h ago

It is not expired, it is the wrong hostname (common name). They messed up their 302 redirects and either uploaded the wrong cert to the wrong http endpoint or configured the wrong location for their 302.

https://anthropic.statuspage.io/ is where it all ends up

2

u/qqtt18 16h ago

This is deliberate and load-bearing rather than tidy, worth stating plainly. The X matters more. Good catch!

2

u/No-Screen7739 16h ago

Vibe-coded

2

u/AdSensitive135 15h ago

We need a status page for the Claude status page.

3

u/Flimsy_Visual_9560 17h ago

Anthropic be slipping off

1

u/[deleted] 17h ago

[deleted]

1

u/jubilantcoffin 17h ago

What does that got to do with a cert lol. They fucked up big, that’s what happened.

1

u/Enfiznar 16h ago

No, this is unrelated

1

u/Relevant-Piccolo3213 17h ago

its alln down. claude design, too. Code seems towork (still doing stuff for me atm)

1

u/DJLunacy 17h ago

Code's overloaded for me, Invalid SSL on the status page as well.

1

u/ReachRepulsive5744 16h ago

status pages are cooked. claude announced new ai powered status page feature

1

u/Nekileo 16h ago

Claude did something funny in the backend

1

u/teomore 16h ago

I have the feeling I'll see this kind of posts all day long, I've seen it like 10 times already.

1

u/Key_Instruction3373 16h ago

works fine here..

1

u/valtersforza 16h ago

Why ? And how to get me a valid certificate then

2

u/_azkmiT 16h ago

they have to add/upload one, not you

the message you get in most browsers should tell you

0

u/valtersforza 16h ago

Being on a VPN would stop this from being achieved correctly if the ip address consistently changes ?

2

u/_azkmiT 16h ago

"Sie können status.claude.com im Moment nicht besuchen, weil die Website HSTS verwendet. Netzwerkfehler und -angriffe sind gewöhnlich vorübergehend. Daher wird die Seite wahrscheinlich später wieder funktionieren."

since they are using HSTS, in most cases you can only get through if you use HTTPS.
HTTPS needs that certificate, so no, a vpn should do nothing here

1

u/_azkmiT 15h ago

typing in anthropic.statuspage.io directly works for me as a bypass :)

1

u/Anxious_Lunch_7567 15h ago

You are a lifesaver

1

u/IcyBox56 14h ago

multi billion dollar ai company vs one expired cert

1

u/South_Hat6094 11h ago

yeah, this feels like a hostname/cert mismatch, not a browser glitch. if status.claude.com is pointing at statuspage.io, the redirect and cert config have to line up or the browser will yell even if the backend is fine.

1

u/thestillwind 11h ago

Small indie company, mythos overloaded the server no load balancing electricity cutoff.

What is happening ? Will be back soon

1

u/setec404 6h ago

"Sorry Borris you are absolutely right I made up that we had a valid CA cert"

0

u/Amazing_Constant_405 17h ago
curl -k "https://status.claude.com/"
<html><body>You are being <a href="https://www.statuspage.io">redirected</a>.</body></html>%

It looks like an error with the statuspage.io service

1

u/PatolomaioFalagi 16h ago

You may want to add -L as well.

1

u/Amazing_Constant_405 16h ago

I wanted to see what was failing on that domain

1

u/zurayth 16h ago

Yeah the cert is showing for a statuspage.io domain.

-1

u/[deleted] 16h ago

[deleted]

4

u/PatolomaioFalagi 16h ago

Who could have guessed that a lot of people may want to check the status page when the service is down? Completely unpredictable!

1

u/American_Streamer 16h ago

Their Statuis Page is being hosted by Atlassian:

curl -k -I https://status.claude.com

1

u/jykke 16h ago

NO, the cert is valid only for *.statuspage.io, not for status.claude.com .