<p></p>
<p dir="auto">The following code worked in the past. Now i get an error -5. Where can i find an explanation about this error? I guess the server side has changed and possibly Squeak SSL does not support that. I can connect to the same server on VisualWorks with the TLS plugin, which uses only an OpenSSL library. I do not know what Squeak does in its primitives.</p>
<p dir="auto">| stream |<br>
stream := SecureSocketStream openConnectionToHostNamed: 'stream.data.alpaca.markets' port: 443.<br>
stream sslConnect.<br>
stream binary.<br>
stream halt.<br>
stream close</p>
<p dir="auto">This example with another server is working</p>
<p dir="auto">| stream |<br>
stream := SecureSocketStream openConnectionToHostNamed: 'quotes-ws.boerse-go.de' port: 443.<br>
stream sslConnect.<br>
stream binary.<br>
stream halt.<br>
stream close</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/652">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW4XUWSSXY4JELGUKMLV3XWH5ANCNFSM6AAAAAAQAJ5MPE">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AIJPEW7XEXTDHHVGQZTROI3V3XWH5A5CNFSM6AAAAAAQAJ5MPGWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFBTIS7A.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><OpenSmalltalk/opensmalltalk-vm/issues/652</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/652",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/652",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>