Hi, I have trouble with latest Fedora 33, plain installation and Pharo 8.0 stable, 64 bit.
When I try a ZnClient new url: 'https://something..'; get. The image segfaults. Last lines from log are: primitiveSSL:setStringProperty:toValue: atAllPut: atAllPut: primitiveSSL:connect:startingAt:count:into: stack page bytes 8192 available headroom 5576 minimum unused headroom 5952 --- It seems libssl and libcrypto is bundled togheter with Pharo, looks like version 1.0.0. I then try to compile openssl with 1.0.0-stable which I build myself, but when replacing the Pharo-libs with my own I get the message that I am using a too old tls-version error. I am a little confused on what is happening here. Do anyone have a clue? (git checkouts over ssh works fine, strange enough) Petter -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html