This project demonstrates an HTTPS client that runs Nucleo-F429ZI evaluation board.

Instructions to run the demo:

- Open main.c and customize the hostname of the HTTP server
- Set the relevant login and password
- Compile the project and run a debug session
- Connect a terminal (115200 bauds, no parity, no flow control) to the virtual COM port of the ST-Link to output log messages
- Plug Ethernet cable
- The board acquires an IPv4 address (using DHCP), a link-local IPv6 address and a global IPv6 address (using SLAAC)
- The IP addresses are available in the logs
- Press the User button to start the HTTPS test sequence
- Check the logs in the console

