CacheManager: Failed to download file from https://gorealestates.com/storage/products/thumb/Property_119989_72753174907.png with error: I/flutter (19986): HandshakeException: Handshake error in client (OS Error: I/flutter (19986): CERTIFICATE_VERIFY_FAILED: Hostname mismatch(handshake.cc:393)) I/flutter (19986): CacheManager: Failed to download file from https://gorealestates.com/storage/products/thumb/1661318454_plots-in-siktaur-gorakhpur.jpg with error: I/flutter (19986): HandshakeException: Handshake error in client (OS Error: I/flutter (19986): CERTIFICATE_VERIFY_FAILED: Hostname mismatch(handshake.cc:393))
Asked
Active
Viewed 182 times
0
-
try with images from any different website and see if same error appears – Sanketh B. K Aug 26 '22 at 05:59
-
You are right sir , it is working fine for other website – Syed Saif Aug 26 '22 at 06:03
1 Answers
0
These are related to image host server not client.

IonicFireBaseApp
- 925
- 3
- 10
-
-
when you access image from chrome from address bar there is no issue, but when you try to access image from diffrent origin like a website with diffrent url or android app some server raises cors issue with that , so it is because of server host CORS settings or security settings, – IonicFireBaseApp Aug 26 '22 at 06:04
-