The packages for the Lazarus mac OS x86-64 Lazarus 3.2 on sourceforge are
not correct. There is no compiler package. Instead there are two fpc src
packages. Just a heads-up.
Op do 29 feb 2024 12:00 schreef :
> Send fpc-pascal mailing list submissions to
> fpc-pascal@lists.freepascal.org
Hi,
Out of the info on the wiki I created a simple Webserver with a
server-certificate.
To get this code working you need to create the necessary certificate.
For this I used xca from https://hohnstaedt.de but you can use OpenSSL
to do the same.
[code=pascal]
program webserver;
{$mode objf