Re: [fpc-pascal] fpc-pascal Digest, Vol 236, Issue 35

2024-02-29 Thread Jos Wegman via fpc-pascal
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

[fpc-pascal] client certificate mandatory and verification

2024-03-23 Thread Jos Wegman via fpc-pascal
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