Jeroen Janssen

Results 9 comments of Jeroen Janssen

The error you are getting means the IMAP server has a poor TLS configuration. In particular, your installation refuses to connect because the Diffie Hellman parameters are lower than what...

Thank you for this awesome suggestion! I am keen on keeping `WordOps` as tidy as possible, perhaps a good start would be to fork it, adjust it for `WordOps` and...

This seems more like a configuration issue (not necessarily on your side). Can you share the specs of the server/VPS running WordOps?

Are you using Debian or Ubuntu? And which version? Also, are there some more technical details in the WordOps log (`/var/log/wo/wordops.log`)?

**How is your server partitioned?** I am asking this, because error 32 means a broken pipe. In the majority of the cases, this is caused by insufficient diskspace - or...

**Thank you @Slapbox for the elaborate reply!** My suspicion is that you have an incompatible version of `zstd`. The `-T0` argument [doesn't work with all versions](http://manpages.org/zstd). Since I do not...

If you are feeling adventurious, you could take out the `-T` parameter in `wo/core/mysql.py` to temporary resolve the issue. If you are willing to go down this path, make sure...

Just a personal thought, you might want to give a verbose message to the user on how to bypass HSTS warnings if going with a self-signed certificate. Some TLD's -...

No worries - really like the WIP here. Two further things to consider: * ECC might be a better fit than RSA for the certificate and the key; * While...