[squeak-dev] SqueakSSL primitiveSSLCreate >> fails

Levente Uzonyi leves at caesar.elte.hu
Sun Jun 24 23:49:06 UTC 2018


On Sun, 24 Jun 2018, Sean P. DeNigris wrote:

> jrm wrote
>> The link fails in 5.1 in both 32 and 64 bit versions, at different points.
>> HTTPClient httpGet: 'https://www.ssllabs.com/ssltest/viewMyClient.html'
>
> If it helps, Pharo 6.1 64-bit `ZnEasy get:
> 'https://www.ssllabs.com/ssltest/viewMyClient.html'` succeeds

The VM which Squeak 5.1 was released comes with a version of SqueakSSL 
plugin which doesn't support SAN certificates, while ssllabs.com uses a 
star certificate.
That's why the error code is -5, the certificate's domain doesn't match 
the requested domain, because only the SAN extension matches it.
Pharo 6.1 came out a year later, and by that time the plugin was rewritten 
to support SAN certificates.

Btw, it's kinda irrelevant to test Squeak 5.1 now when 5.2 is about to be 
released.

Levente

>
>
>
> -----
> Cheers,
> Sean
> --
> Sent from: http://forum.world.st/Squeak-Dev-f45488.html


More information about the Squeak-dev mailing list