Seafile client DST Root CA expiry

it surly will. I found relevant source code from seafile client repo.
https://github.com/haiwen/seafile/blob/master/daemon/http-tx-mgr.c, from line 430

this loads ca list from local certificate store, load it into curl. it won't able to lazyload new root from online store in runtime.

4 Likes