You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My University wi-fi does not allow working with firebase storage, mostly it raises certificate error.
This was the error that I was getting when I was trying to upload a file to storage: Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My University wi-fi does not allow working with firebase storage, mostly it raises certificate error.
This was the error that I was getting when I was trying to upload a file to storage:
Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
The code was like this:
starting
is print but notuploaded
.The error is not getting catched in the try catch block for me to show to the user and it just keeps re-trying.
Beta Was this translation helpful? Give feedback.
All reactions