[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HttpClient-Class fails on Opensuse if running in an AppImage
[Thread Prev] | [Thread Next]
- Subject: Re: HttpClient-Class fails on Opensuse if running in an AppImage
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Fri, 5 Jul 2024 08:39:32 +0200
- To: Gambas MailingList <user@xxxxxxxxxxxxxxxxxxxxxx>
Am 05.07.24 um 03:49 schrieb Benoît Minisini:
Hi,In last master commit, I added two properties to handle the two libcurl options mentioned in 'https://curl.se/mail/lib-2022-05/0039.html':- HttpClient.SSL.CaPath - HttpClient.SSL.CaInfoThe idea now is to write some Gambas code that dynamically searches the SSL certificates on the system (eventually by detecting the distribution), and assign the result to one or the other or both properties (I don't know their exact meaning). Many paths are listed in the html document. If you can do that, and test within your AppImage, you are welcome! 🙂
According to this https://curl.se/mail/lib-2022-05/0039.html the path might get "hard-coded" at compile time (whatever this is supposed to mean). However, thanks for the new properties, which I will check as soon as the ppa is up-to-date.
Regards Claus
Re: HttpClient-Class fails on Opensuse if running in an AppImage | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |