Closed ori9998 closed 9 months ago
Is anyone experiencing the same issue? My application is down and my customers are suffering. https://status.appcenter.ms/ appcenter status shows that it is operational...
Hi @ori9998 we are experiencing the same issue. We are seeing an SSL error in the AppCenter side.
@lucen-ms @DmitriyKirakosyan @Priskorn Apologies for the abrupt ping, but our whole service is down due to this issue & I had seen that you all are the PR reviewers of this repository. Apologies if this is not due process.
Same is happening to me, if you go to:
That URL is the one that codepush.checkForUpdate() uses to check for updates, if you manually go there you'll see a certificate error:
NET::ERR_CERT_DATE_INVALID
Same here ,IOS and Android on react native are not working.
"react-native-code-push": "^8.1.1"
"react-native": "0.71.8"
Guys, they just didn't renew the TLS/SSL certificate 🫡 It expired 1.5h ago.
Yep. Cert expired:
Same here! Can we get more visibility to this issue?
Same here
After checking I got the same Invalid certificate error. Any updates on this?
press likes on this post then more people should act upon this issue
Same here! Can we get more visibility to this issue?
@kenithts Try to reach the support team on appcenter.ms:
any solution here?
any solution here?
They need to renew the cert.
Has anyone experienced a similar problem before? How long does it take to renew SSL certificates?
Contacting support is a good idea. I just sent them this:
Your SSL certificate at https://codepush.appcenter.ms/ has EXPIRED!
Github issue: https://github.com/microsoft/react-native-code-push/issues/2645
Error:
NET::ERR_CERT_DATE_INVALID
Subject: *.appcenter.ms
Issuer: Microsoft Azure TLS Issuing CA 05
Expires on: Jan 18, 2024
Current date: Jan 18, 2024
Has anyone experienced a similar problem before? How long does it take to renew SSL certificates?
About a minute but they need to know about the problem first. Perhaps they didn't even get any notification on that since https://status.appcenter.ms/ shows that everything is fine...
Has anyone experienced a similar problem before? How long does it take to renew SSL certificates?
About a minute but they need to know about the problem first. Perhaps they didn't even get any notification on that since https://status.appcenter.ms/ shows that everything is fine...
Maybe we should open an issue in a different repo and link this issue to it as well?
I'm experiencing the same issue here, will contact support as well.
I contacted support and they stated that they were having problems with the CodePush services. it will be resolved soon.
Yeah, but they started working on that only 2 minutes ago :/
We have rotated the expired certificate; we are sorry for any inconvenience.
@all should also check the code logic in that part. Because I also use codepush but I don't see this problem happening to me. I just give my opinion
@ALL should also check the code logic in that part. Because I also use codepush but I don't see this problem happening to me. I just give my opinion
are you Friedrich Nietzsche ?
@ALL should also check the code logic in that part. Because I also use codepush but I don't see this problem happening to me. I just give my opinion
Because it was fixed yesterday. That was a matter of an expired certificate and was not related to the code at all.
now, Same is happening to me
Hello @songzuyun thank you for reaching out. Can you please explain what issue are you experiencing, since the issue with certificate was resolved as mentioned above
We have rotated the expired certificate; we are sorry for any inconvenience.
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Expected Behavior
What you expected to happen? It should check for update and start the app This started an hour ago
Actual Behavior
What actually happens?
LOG [CodePush] Checking for update. LOG [CodePush] An unknown error occurred. LOG [CodePush] Network request failed
Reproducible Demo
Examples
folder runnode create-app.js appName react-native@0.61.5 react-native-code-push@6.0.0
command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.js
file content if neededEnvironment
(The more info the faster we will be able to address it!)