FĂ©v 172019
Lets install Indy 10 in Lazarus.
Lazarus has this cool feature called Online Package Manager (OPM).
If you cannot find it under Package menu, go to package\install/uninstall package and move it from right column (availabe) to left column (install).
Save and rebuild ide, and restart.
Now, go to OPM and install Indy and you are done : never been so easy 🙂
[…] Step 1 : we will install Indy 10 in Lazarus Step 2 : we will code a lightweight http server Step 3 : we will generate a root certificate authority / use it to sign a certificate and turn our http server in https step 4 : we will see the difference between CN field (normally matching your web server) and SAN field (nowadays required by modern browsers) […]