aboutsummaryrefslogtreecommitdiff
path: root/articles/2021/TLS-handshake-failure.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2021/TLS-handshake-failure.html')
-rwxr-xr-xarticles/2021/TLS-handshake-failure.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/articles/2021/TLS-handshake-failure.html b/articles/2021/TLS-handshake-failure.html
new file mode 100755
index 0000000..77d31ec
--- /dev/null
+++ b/articles/2021/TLS-handshake-failure.html
@@ -0,0 +1,31 @@
+<!doctype html>
+<html lang="EN">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="/style.css">
+ <title>Bloggings</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+
+ </header>
+
+<main>
+<article>
+<h2>TLS handshake failure</h2>
+<h3>2021-04-11</h3>
+<p>J'ai continu&eacute; &agrave; obtenir des erreurs de handshake TLS
+lorsque jai essay&eacute; d'envoy&eacute; des emails
+apr&egrave;s avoir configur&eacute; postfix. Apr&egrave;s m'&ecirc;tre
+frapp&eacute; la t&ecirc;te contre le mur en essayant de trouver une solution,
+j'ai finalement r&eacute;alis&eacute; que j'avais supprim&eacute; le port 465 sur mon serveur,
+mais msmtp avait <code>tls_starttls off</code> dans .msmtprc, qui ne s'applique qu'au port 465.
+Probl&egrave;me r&eacute;solu.</p>
+</article>
+</main>
+<footer>
+<p>&nbsp;</p><p>ยง</p></footer>
+</body></html>