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
Hi, I'm using coil-3 alpha06 on Compose Multiplatform project with OkHttpClientand I need to load images from urls with a SSL certificate self-signed, the question is how I can validare those certificates with coil-3?Because with coil-2 I've figured out how to solve this, changing the default ImageLoader, but the property okHttpClientof the ImageLoaderBuilder there isn't in the 3.x version.
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
-
Hi, I'm using
coil-3 alpha06
on Compose Multiplatform project withOkHttpClient
and I need to load images from urls with a SSL certificate self-signed, the question is how I can validare those certificates withcoil-3
?Because withcoil-2
I've figured out how to solve this, changing the defaultImageLoader
, but the propertyokHttpClient
of theImageLoaderBuilder
there isn't in the3.x
version.Beta Was this translation helpful? Give feedback.
All reactions