discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

new startup errors

GH
gene heskett
Thu, Jan 23, 2025 10:48 PM

Hi all; I updated my OpenSCAD to the weekly AppImage about 3 days back,
and I have some new startup errors although it loads and renders my
latest playthings ok, which is a set of plumbing wrenches to facilitte
changing a leaky faucet in the bathroom vanity. They worked quite well
FWIW.  .scad is available if anyone is interested, just give me a yell.

Anyway the errors logged to an xfce4 terminal screen are:

 gene@coyote:~/AppImages$ OpenSCAD
qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id
qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate
qt.network.ssl: QSslSocket: cannot call unresolved function
SSL_get_peer_certificate
ERROR: SSL handshake failed

So, what am I missing from an otherwise uptodate bookkworm install?

Thanks all.

Cheers, Gene Heskett, CET.

--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.

  • Louis D. Brandeis
Hi all; I updated my OpenSCAD to the weekly AppImage about 3 days back, and I have some new startup errors although it loads and renders my latest playthings ok, which is a set of plumbing wrenches to facilitte changing a leaky faucet in the bathroom vanity. They worked quite well FWIW.  .scad is available if anyone is interested, just give me a yell. Anyway the errors logged to an xfce4 terminal screen are:  gene@coyote:~/AppImages$ OpenSCAD qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate ERROR: SSL handshake failed So, what am I missing from an otherwise uptodate bookkworm install? Thanks all. Cheers, Gene Heskett, CET. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis
JB
Jordan Brown
Fri, Jan 24, 2025 4:42 AM

On 1/23/2025 2:48 PM, gene heskett via Discuss wrote:

Hi all; I updated my OpenSCAD to the weekly AppImage about 3 days
back, and I have some new startup errors although it loads and renders
my latest playthings ok, which is a set of plumbing wrenches to
facilitte changing a leaky faucet in the bathroom vanity. They worked
quite well FWIW.  .scad is available if anyone is interested, just
give me a yell.

Anyway the errors logged to an xfce4 terminal screen are:

 gene@coyote:~/AppImages$ OpenSCAD
qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id
qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate
qt.network.ssl: QSslSocket: cannot call unresolved function
SSL_get_peer_certificate
ERROR: SSL handshake failed

So, what am I missing from an otherwise uptodate bookkworm install?

I believe this means that you have an OpenSCAD built against OpenSSL 1.1
and a system with OpenSSL 3.x.

What that means in terms of what you need to update I don't know.

On 1/23/2025 2:48 PM, gene heskett via Discuss wrote: > Hi all; I updated my OpenSCAD to the weekly AppImage about 3 days > back, and I have some new startup errors although it loads and renders > my latest playthings ok, which is a set of plumbing wrenches to > facilitte changing a leaky faucet in the bathroom vanity. They worked > quite well FWIW.  .scad is available if anyone is interested, just > give me a yell. > > Anyway the errors logged to an xfce4 terminal screen are: > >  gene@coyote:~/AppImages$ OpenSCAD > qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id > qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate > qt.network.ssl: QSslSocket: cannot call unresolved function > SSL_get_peer_certificate > ERROR: SSL handshake failed > > So, what am I missing from an otherwise uptodate bookkworm install? I believe this means that you have an OpenSCAD built against OpenSSL 1.1 and a system with OpenSSL 3.x. What that means in terms of what you need to update I don't know.
MK
Marius Kintel
Fri, Jan 24, 2025 6:26 PM

Should be addressed by https://github.com/openscad/openscad/pull/5600 - still in review

On Jan 23, 2025, at 23:42, Jordan Brown via Discuss discuss@lists.openscad.org wrote:

On 1/23/2025 2:48 PM, gene heskett via Discuss wrote:

Hi all; I updated my OpenSCAD to the weekly AppImage about 3 days back, and I have some new startup errors although it loads and renders my latest playthings ok, which is a set of plumbing wrenches to facilitte changing a leaky faucet in the bathroom vanity. They worked quite well FWIW.  .scad is available if anyone is interested, just give me a yell.

Anyway the errors logged to an xfce4 terminal screen are:

gene@coyote:~/AppImages$ OpenSCAD
qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id
qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate
ERROR: SSL handshake failed

So, what am I missing from an otherwise uptodate bookkworm install?

I believe this means that you have an OpenSCAD built against OpenSSL 1.1 and a system with OpenSSL 3.x.

What that means in terms of what you need to update I don't know.


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Should be addressed by https://github.com/openscad/openscad/pull/5600 - still in review > On Jan 23, 2025, at 23:42, Jordan Brown via Discuss <discuss@lists.openscad.org> wrote: > > On 1/23/2025 2:48 PM, gene heskett via Discuss wrote: >> Hi all; I updated my OpenSCAD to the weekly AppImage about 3 days back, and I have some new startup errors although it loads and renders my latest playthings ok, which is a set of plumbing wrenches to facilitte changing a leaky faucet in the bathroom vanity. They worked quite well FWIW. .scad is available if anyone is interested, just give me a yell. >> >> Anyway the errors logged to an xfce4 terminal screen are: >> >> gene@coyote:~/AppImages$ OpenSCAD >> qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id >> qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate >> qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate >> ERROR: SSL handshake failed >> >> So, what am I missing from an otherwise uptodate bookkworm install? > > I believe this means that you have an OpenSCAD built against OpenSSL 1.1 and a system with OpenSSL 3.x. > > What that means in terms of what you need to update I don't know. > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org