<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Check your systems time.<br><br>My 32 bit machine loses date time on loss of power.<br><br>During squeak install preference wizard at step to optionally load git, osprocess, ffi, etc, the yes button is disabled with a warning message.<br><br>Set system date time with nntp calls and it works.<div id="message"></div><br id="br3"><div id="signature"></div><div id="content"><br> ---- On Mon, 11 May 2020 21:48:37 -0400 <b> tim@rowledge.org </b> wrote ----<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); padding-left: 6px; margin-left: 5px;"><div>I'm trying to make an https connection to a site and it isn't a happy thing.<br><br>After digging further into the SSL plugin than I ever wanted  I found the logLevel setting and set it to 1 in SecureSocketStream>>#sslConnectTo: and got some plausibly useful info out of it.<br>The key item seems to be <br>sqConnectSSL: SSL_get_verify_result = 20<br>and if I've interpreted the code in ~opensmalltalk-vm/platforms/unix/plugins/SqueakSSL/sqUnixOpenSSL.inc and opensmalltalk-vm/platforms/Cross/plugins/SqueakSSL/SqueakSSL.h properly then an error code of 20 means SQSSL_INVALID_CN and SQSSL_CERT_EXPIRED. <br><br>Can anyone reassure me or correct me on that?<br><br>The problem is that according to the SSL code in *VW* the certificate I get has this info - <br>Validity<br>    Not Before: Nov 15 00:00:00 2018 GMT<br>    Not After: Nov 14 23:59:59 2020 GMT<br>Subject: OU=Domain Control Validated, OU=PositiveSSL, CN=sagetea.ai<br><br>... which looks in-date to me and a fairly reasonable CN. <br><br>Aaaargh!<br><br>tim<br>--<br>tim Rowledge; <a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" target="_blank">http://www.rowledge.org/tim</a><br>Strange OpCodes: FR: Flip Record<br><br><br><br></div></blockquote></div></div><br></body></html>