Skip to content

Firebase Hosting web.app SSL failure – CRYPT_E_NO_REVOCATION_CHECK after deploy #9669

@kanchanyadav-boop

Description

@kanchanyadav-boop

Environment

Issue

Firebase Hosting deploy succeeds, but the site is not served due to SSL failure.

Running:
curl.exe -I https://talvera-hire-uat-9f8a7.web.app

Returns:
curl: (35) schannel: InitializeSecurityContext failed:
CRYPT_E_NO_REVOCATION_CHECK

Context

  • DEV environment works with same code
  • This started after deleting and recreating the Firebase project
  • Hosting deploy completes successfully
  • Files are uploaded and release completes

Suspected cause

Firebase Hosting CDN / SSL certificate issue or stuck edge cache after project recreation.

Expected behavior

web.app URL should return HTTP 200 with valid TLS certificate.

Logs

Run npm install -g firebase-tools
npm warn deprecated [email protected]: Use your platform's native DOMException instead

added 749 packages in 38s

92 packages are looking for funding
run npm fund for details
frontend/dist:
assets
google.svg
googledcea837d87adbe77.html
index.html
logo.png
logo_header.png
vite.svg

frontend/dist/assets:
firebase-Dxwx9qyT.js
index-0dwDp1lU.css
index-ZnVJ2hDY.js
react-N--QU9DW.js
Created alias production for talvera-hire-uat-9f8a7.
Now using project talvera-hire-uat-9f8a7

=== Deploying to 'talvera-hire-uat-9f8a7'...

i deploying firestore, hosting
i firestore: ensuring required API firestore.googleapis.com is enabled...
✔ firestore: required API firestore.googleapis.com is enabled
i firestore: ensuring required API firestore.googleapis.com is enabled...
i cloud.firestore: checking firestore.rules for compilation errors...
✔ cloud.firestore: rules file firestore.rules compiled successfully
i firestore: latest version of firestore.rules already up to date, skipping upload...
i firestore: deploying indexes...
i hosting[talvera-hire-uat-9f8a7]: beginning deploy...
i hosting[talvera-hire-uat-9f8a7]: found 10 files in frontend/dist
i hosting: upload complete
✔ hosting[talvera-hire-uat-9f8a7]: file upload complete
✔ firestore: released rules firestore.rules to cloud.firestore
i hosting[talvera-hire-uat-9f8a7]: finalizing version...
✔ hosting[talvera-hire-uat-9f8a7]: version finalized
i hosting[talvera-hire-uat-9f8a7]: releasing new version...
✔ hosting[talvera-hire-uat-9f8a7]: release complete

✔ Deploy complete!

Project Console: https://console.firebase.google.com/project/talvera-hire-uat-9f8a7/overview
Hosting URL: https://talvera-hire-uat-9f8a7.web.app/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions