nginx - Https Images in Glide Library for Android -


i have strange problem while using glide below

i cannot load images nginx server

glide.with(getapplicationcontext()).load("https://www.thehellofood.com/uploads/food_categories_images/tandoori_starters.jpg").into(holder.mimageview);  

but when use images fro other server can load them

glide.with(getapplicationcontext()).load("https://ichef-1.bbci.co.uk/news/660/cpsprodpb/11e4d/production/_92839237_001474558-1.jpg").into(holder.mimageview); 

whats difference between these 2 images sever has effect on loading images

upon inspecting image link in glide, found error because of signing server security self-signed certificate (making https) , server configuration. exact error be:

javax.net.ssl.sslhandshakeexception: java.security.cert.certpathvalidatorexception: trust anchor certification path not found. 

see if helps. https://stackoverflow.com/a/41114813/6720181


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -