# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 15
# self = https://watcher.sour.is/conv/pzoh4ha
@movq @prologic I got this on an old box, too. curl --cacert chain.pem --capath /tmp/nonexistent
still doesn't want to accept the exact same CA chain on that machine. Works fine on others.
@lyse Maybe that web server delivers an intermediate cert that still points to the old expired CA? π€ No idea. Sounds like your call should work. π€
@lyse Maybe that web server delivers an intermediate cert that still points to the old expired CA? π€ No idea. Sounds like your call should work. π€
@lyse Maybe that web server delivers an intermediate cert that still points to the old expired CA? π€ No idea. Sounds like your call should work. π€
@movq Your inital link was really helpful, thank you very much! I now just removed the expired DST_Root_CA_X3.pem and everything is working fine. I accidentally included said expired CA in my chain, too. It's quite weird, that an expired CA fails the validation, but omitting it entirely is okay. :-?
Oh dear, I realized I even put that expired CA additionally at /usr/local/share/ca-certificates, so the Python certificate validation picked it up and rejected requests. Working now. Let's see, what else I will come across the next days.
@lyse Hehe. In my experience, itβs usually best to not touch CA files β at all. βThe distro knows best!β π
@lyse Hehe. In my experience, itβs usually best to not touch CA files β at all. βThe distro knows best!β π
@lyse Hehe. In my experience, itβs usually best to not touch CA files β at all. βThe distro knows best!β π
@movq I fully agree on that.