Tring to use DOStodon, but I get "SSL peer certificate or SSH remote key was not OK"

Anyone run in to this, or have any pointers?

@ActionRetro Are you using the latest build? I noticed the readme on the github page says it disabled SSL verification since it's having trouble w/ mastodon.social's certificate, and that might apply here, too.

Aside from that... it looks like DOjs is based on OpenSSL, so the certificates included might be lacking? Is your time set correctly?

I don't use DOStodon and haven't gotten around to playing w/ DOjs but those are just my thoughts off-top...

@indigoparadox @ActionRetro it actually was a problem with the system time. I had some trouble to dig down to the root cause...

DOjS no longer uses OpenSSL, I switched it over to mbedTLS...

@dec_hl @indigoparadox @ActionRetro If you ever get a chance, could you give a short toot-able opinion on using mbedTLS? I'm working on another DOS app right now and OpenSSL is kind of a beast to wrangle.
@avf @indigoparadox @ActionRetro I switched from OpenSSL to mbedTLS and it is much easier to maintain and compiles much faster.
You need to invest some time into reading and adapting the config file though. And you need to implement some kind of random source…
Feel free to ask for more details either here or on my discord…