php – PHPMailer – Warning: stream_socket_enable_crypto (): SSL operation failed with code 1

  Problém: SERVER -> CLIENT: 220 smtp.xxxxxx.yyy ESMTP PostfixCLIENT -> SERVER: EHLO localhostSERVER -> CLIENT: 250-smtp.xxxxxx.yyy250-PIPELINING250-SIZE 52428800250-ETRN250-STARTTLS250-AUTH PLAIN LOGIN250-AUTH=PLAIN LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250 DSNCLIENT -> SERVER: STARTTLSSERVER -> CLIENT: 220 2.0.0 Ready to start TLS   Warning: stream_socket_enable_crypto():…

git config – Vypnout konverzi LF na CRLF

  $ git add *warning: LF will be replaced by CRLF in composer.lock.The file will have its original line endings in your working directory.   $ git config core.autocrlf false   $ git config –global core.autocrlf…