panpf / sketch

Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
Apache License 2.0
2.01k stars 307 forks source link

sketchview如何加载证书加密的https图片 #117

Closed luojialun closed 4 years ago

luojialun commented 5 years ago

项目中之前使用gilde加载图片的,也做好了证书校验,但是sketchview没找到相关的加载证书加密图片的方法,请指教

panpf commented 5 years ago

这种特殊的需求,需要自定义 Http 部分实现,请参考链接 https://github.com/panpf/sketch/blob/master/docs/wiki/http_stack.md

luojialun commented 5 years ago

这种特殊的需求,需要自定义 Http 部分实现,请参考链接 https://github.com/panpf/sketch/blob/master/docs/wiki/http_stack.md

该如何设置证书校验呢,提供的方法里没有像SocketFactory这样相关的方法

panpf commented 5 years ago

没有的,你参考 glide 的写一个吧