<div dir="ltr">No, I don't, and it isn't for a lack of trying. I have spent the past few hours trying to reproduce every bit of relevant code, but I can't seem to get it to recreate in a small testcase. (The basic snippet exhibiting the bug is literally the only time anything remotely involving a Qt socket is done in the program...)<br><div><br></div><div>On a positive note, I had missed one particular line in my programs debug logs that I had originally missed in the messy traceback:</div><div><br></div><div>qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed<br></div><div><br></div><div>Unfortunately, this doesn't tell us anything new: looking at the Qt source code it shows that every mention of that error message is for a failing check against supportsSsl(), and assuming I read all the defines right, that would likely be implemented as 'return <span style="color:rgb(0,0,0);font-size:13.3333px">ensureLibraryLoaded()'... which the wonderful dialog box already confirmed for me.</span></div><div><span style="color:rgb(0,0,0);font-size:13.3333px"><br></span></div><div><span style="color:rgb(0,0,0);font-size:13.3333px">Yet tracing it back further, I'd expect to find it in the implementation of </span><span style="color:rgb(0,0,0);font-size:13.3333px">q_resolveOpenSslSymbols in qsslsocket_openssl_symbols.cpp, but I don't see it trying to access the '</span>OPENSSL_sk_new_reserve' <span style="color:rgb(0,0,0);font-size:13.3333px">entry point at all. Hell, I don't see '</span>OPENSSL_sk_new_reserve' <span style="color:rgb(0,0,0);font-size:13.3333px">mentioned anywhere in the Qt 5.13 source... so I have absolutely no clue why it is trying to load that. Then again, making sense of the #define spaghetti that is supporting all those OpenSSL versions is way beyond my mere capabilities.</span></div><div><span style="color:rgb(0,0,0);font-size:13.3333px"><br></span></div><div><span style="color:rgb(0,0,0);font-size:13.3333px">Maybe I'll have some more luck tracking this down after a good nights rest. Frankly, I am really hoping for it to be some really stupid mistake on my part at this point. :-)</span></div><div><span style="color:rgb(0,0,0);font-size:13.3333px"><br></span></div><div><span style="color:rgb(0,0,0);font-size:13.3333px">Thank you for the assistance thus far. </span></div><div>J. Wester</div></div>