Recent content by Train Dodger

  1. Train Dodger

    Nice. Yeah, I heard about it and I'm definitely planning on buying that, but I was kinda waiting...

    Nice. Yeah, I heard about it and I'm definitely planning on buying that, but I was kinda waiting until the XF team came out with build 2.1.0 of XF2, first, which is apparently going to have the fix for the problem with Swift Mailer defaulting to TLS 1.0. Otherwise, I'd have to revert the changes...
  2. Train Dodger

    Fixed Swiftmailer uses TLS v1.0 by default in PHP 5.6+

    Indeed, I'm running PHP 7, so that's part of the problem; PHP newer than 5.6.7 recognizes Swift Mailer's STREAM_CRYPTO_METHOD_TLS_CLIENT specifically as STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT. In fact, if I were to disable TLS 1.0 connections on the server level and left StreamBuffer.php file in...
  3. Train Dodger

    Fixed Swiftmailer uses TLS v1.0 by default in PHP 5.6+

    I second this. I use SMTP with SparkPost, too, and this is a real problem. Swift Mailer seems to be defaulting to TLS 1.0, even though my server supports TLS 1.1 and 1.2 as well. SparkPost is refusing anything lower than 1.1. I came up with a tentative fix by altering...
  4. Train Dodger

    My compliments. The features that you've added to XenForo are so essential, they should come...

    My compliments. The features that you've added to XenForo are so essential, they should come standard with XF's install package. That's how good your stuff is. XF without your addons feels almost threadbare. Incomplete.
Top Bottom