<div dir="ltr">Hi!<br><div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-01 19:23 GMT+02:00 Ryan Stewart <span dir="ltr"><<a href="mailto:zzantozz@gmail.com" target="_blank">zzantozz@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I've been getting handshake_failure alerts when trying to connect to a particular server, and I think I've traced it to the fact that the TLS records aren't being handled correctly with respect to fragments. In particular, this server is sending a rather large "certificate request" to allow for client cert auth, and the list is too long to fit in one TLS record. That's breaking the TLS handshake in at least Erlang 18 and 19, I believe. It's basically a mirror image of the problem described in <a href="https://bugs.erlang.org/browse/ERL-83" target="_blank">https://bugs.erlang.org/<wbr>browse/ERL-83</a>. That issue is with Erlang as the TLS server. I'm seeing the same thing with it being the client. Is this addressed somewhere?<br></div>
<br></blockquote><div><br></div><div>Can you give me a possibility to recreate the issue?  That issue you described was fixed in 18 and both the client and the server uses the same code to encode handshakes. The issue was in the encoding and not in the<br></div><div>decoding. Can you tell us more details of how you reached your conclusion?<br><br></div><div>Regards Ingela Erlang/OTP Team - Ericsson AB<br></div><div><br><br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div></div></div>