<div dir="auto"><div>Tobias,<div dir="auto"><br></div><div dir="auto">I did as you suggested and here's the console output for the danluu link:</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">qConnectSSL: 0x9c6cb50</div><div dir="auto">sqConnectSSL: Setting up SSL</div><div dir="auto">sqSetupSSL: setting method</div><div dir="auto">sqSetupSSL: Creating context</div><div dir="auto">sqSetupSSL: Disabling SSLv2 and SSLv3</div><div dir="auto">sqSetupSSL: setting cipher list</div><div dir="auto">sqSetupSSL: No root CA given; using default verify paths</div><div dir="auto">sqSetupSSL: Creating SSL</div><div dir="auto">sqSetupSSL: setting bios</div><div dir="auto">sqConnectSSL: Setting connect state</div><div dir="auto">sqConnectSSL: BIO_write 0 bytes</div><div dir="auto">sqConnectSSL: SSL_connect</div><div dir="auto">sqConnectSSL: sqCopyBioSSL</div><div dir="auto">sqCopyBioSSL: 297 bytes pending; buffer size 4096</div><div dir="auto">sqConnectSSL: 0x9c6cb50</div><div dir="auto">sqConnectSSL: BIO_write 7 bytes</div><div dir="auto">sqConnectSSL: SSL_connect</div><div dir="auto">sqConnectSSL: SSL_connect failed</div><div dir="auto">3075761856:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:757:</div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Phil</div></div><br><div class="gmail_extra"><br><div class="gmail_quote">On Jan 3, 2018 8:37 AM, "Tobias Pape" <<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi Phil<br>
<div class="quoted-text"><br>
> On 22.12.2017, at 21:29, Phil B <<a href="mailto:pbpublist@gmail.com">pbpublist@gmail.com</a>> wrote:<br>
><br>
> Tobias,<br>
><br>
> I saw there was a recent change to the VM related to this issue so I downloaded a recent build from bintray (specifically the cogspurlinuxht 32- and 64-bit builds dated 201712142058) and tried them out on Debian 9. Unfortunately, this didn't seem to change very much for me (the majority of pages I was getting -5 on, I still do)<br>
><br>
> Here are a few sample urls I was having problems with:<br>
> <a href="https://blog.jessfraz.com/post/containers-zones-jails-vms" rel="noreferrer" target="_blank">https://blog.jessfraz.com/<wbr>post/containers-zones-jails-<wbr>vms</a><br>
> <a href="https://blog.keras.io/the-future-of-deep-learning.html" rel="noreferrer" target="_blank">https://blog.keras.io/the-<wbr>future-of-deep-learning.html</a><br>
> <a href="https://danluu.com/cpu-bugs" rel="noreferrer" target="_blank">https://danluu.com/cpu-bugs</a><br>
><br>
<br>
</div>Thanks for the List, I'll have a look.<br>
<br>
In the meantime, could you please:<br>
<br>
 - run squeak from the terminal<br>
 - change SqueakSSL>>initialize to the following:<br>
<br>
initialize<br>
        "Initialize the receiver"<br>
<br>
        handle := self primitiveSSLCreate.<br>
        self logLevel: 1.<br>
<br>
 - use webclient to GET one of the URLs.<br>
<br>
The stderr will show some information which may be helpful here.<br>
<br>
Best regards<br>
<font color="#888888">        -Tobias<br>
</font><div class="elided-text"><br>
<br>
</div></blockquote></div><br></div></div></div>