@framstag I just discovered #fex #fexsend doesn't want to speak to my server due to "my %SSL = (SSL_version => 'TLSv1');" anymore. I suppose that was meant to disallow using SSLv2/SSLv3, or am I mistaken? Today, however, it disables the possibility to use TLSv1.1-1.3. Also $SSL{SSL_verify_mode} = 0 for Windows feels a little bit odd to me, even #Cygwin should be able to check certs (https://cygwin.com/packages/summary/ca-certificates.html).