<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="202824" data-post-id="202824">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="CharlesO" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/CharlesO/120/34571_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  CharlesO
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>God bless &amp; thanks sooooo much! <img src="https://forum.elixirforum.com/images/emoji/apple/pray.png?v=15" title=":pray:" class="emoji" alt=":pray:" loading="lazy" width="20" height="20"> <img src="https://forum.elixirforum.com/images/emoji/apple/pray.png?v=15" title=":pray:" class="emoji" alt=":pray:" loading="lazy" width="20" height="20"> <img src="https://forum.elixirforum.com/images/emoji/apple/pray.png?v=15" title=":pray:" class="emoji" alt=":pray:" loading="lazy" width="20" height="20"></p>
<p></p><div class="lightbox-wrapper"><a class="lightbox" href="https://forum.elixirforum.com/uploads/default/original/3X/6/3/63eeed22a10ca7efc81fd8d9fe3411c0f72b0a17.jpeg" data-download-href="https://forum.elixirforum.com/uploads/default/63eeed22a10ca7efc81fd8d9fe3411c0f72b0a17" title="image" rel="nofollow"><img src="https://forum.elixirforum.com/uploads/default/optimized/3X/6/3/63eeed22a10ca7efc81fd8d9fe3411c0f72b0a17_2_690x499.jpeg" alt="image" data-base62-sha1="eg3aliKaq5QIAWHBTOb16AEore7" width="690" height="499" srcset="https://forum.elixirforum.com/uploads/default/optimized/3X/6/3/63eeed22a10ca7efc81fd8d9fe3411c0f72b0a17_2_690x499.jpeg, https://forum.elixirforum.com/uploads/default/original/3X/6/3/63eeed22a10ca7efc81fd8d9fe3411c0f72b0a17.jpeg 1.5x, https://forum.elixirforum.com/uploads/default/original/3X/6/3/63eeed22a10ca7efc81fd8d9fe3411c0f72b0a17.jpeg 2x" data-dominant-color="F2F5F5"><div class="meta"><svg class="fa d-icon d-icon-far-image svg-icon" aria-hidden="true"><use href="#far-image"></use></svg><span class="filename">image</span><span class="informations">967×700 62.3 KB</span><svg class="fa d-icon d-icon-discourse-expand svg-icon" aria-hidden="true"><use href="#discourse-expand"></use></svg></div></a></div><p></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="202824" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/making-ssl-tests-all-pass-for-phoenix-lets-encrypt/3507/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-202824" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="202824"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #31"></div>
  </section>
</div>
    <div class="postbit" id="202840" data-post-id="202840">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dom" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dom/120/9313_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dom
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’ve been bitten by this before too… there was some discussion last year: <a href="http://erlang.org/pipermail/erlang-questions/2020-May/099521.html" class="inline-onebox" rel="nofollow">ssl server doesn't send complete chain?</a></p>
<p>I think this is the commit that fixed it in 23.2: <a href="https://github.com/erlang/otp/commit/8d97c09d7309fa6664305874a6ea568eec4d2415" class="inline-onebox" rel="noopener nofollow ugc">ssl: Extend cert and certfile option to be able to include a cert chain · erlang/otp@8d97c09 · GitHub</a></p>
<pre><code class="lang-plaintext">  OTP-16277    Application(s): ssl

               Handle extraneous certs in certificate chains as well
               as chains that are incomplete but can be reconstructed
               or unordered chains. The cert and certfile options will
               now accept a list of certificates so that the user may
               specify the chain explicitly.

               Also, the default value of the depth option has been
               increased to allow longer chains by default.
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="202840" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/making-ssl-tests-all-pass-for-phoenix-lets-encrypt/3507/33">Post #32</a>
	                </div>
	            </div>
              <div id="likers-container-202840" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="202840"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #32"></div>
  </section>
</div>
    <div class="postbit" id="202843" data-post-id="202843">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="voltone" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/voltone/120/24672_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  voltone
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<blockquote>
<p>I’ve been bitten by this before too… there was some discussion last year: <a href="http://erlang.org/pipermail/erlang-questions/2020-May/099521.html" rel="nofollow">ssl server doesn’t send complete chain?</a></p>
</blockquote>
<p>The author of that post wants to separate the intermediate CAs for their server certificate from the list of trusted root CAs used to verify client certificates. Right now this is not possible, as Ingela pointed out in her response. If the <code>:cacertfile</code> option is set, the server does not look for (intermediate) CAs in the file referenced by <code>:certfile</code>. Only if <code>:cacertfile</code> is not specified does it look in that file instead.</p>
<blockquote>
<p>I think this is the commit that fixed it in 23.2: <a href="https://github.com/erlang/otp/commit/8d97c09d7309fa6664305874a6ea568eec4d2415" rel="noopener nofollow ugc">ssl: Extend cert and certfile option to be able to include a cert chain · erlang/otp@8d97c09 · GitHub</a></p>
</blockquote>
<p>That change affects the way a chain is built for a peer certificate (e.g. a client checking a server’s certificate during a TLS handshake). In particular, it is supposed to handle multiple possible paths, as in the case of cross-signed certificates. It should not affect the sources used to locate issuers of the local end certificate.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="202843" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/making-ssl-tests-all-pass-for-phoenix-lets-encrypt/3507/34">Post #33</a>
	                </div>
	            </div>
              <div id="likers-container-202843" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="202843"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #33"></div>
  </section>
</div>
    <div class="postbit" id="202857" data-post-id="202857">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dom" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dom/120/9313_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dom
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Ah yes, indeed. I just happened to hit both problems at the same time because I was trying to configure RabbitMQ for mTLS.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="202857" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/making-ssl-tests-all-pass-for-phoenix-lets-encrypt/3507/35">Post #34</a>
	                </div>
	            </div>
              <div id="likers-container-202857" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="202857"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>