This project demonstrates an HTTPS server that runs MIMXRT1170-EVK evaluation board.

Instructions to run the demo:

- 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 debugger 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)
- Pick up the IP addresses in the logs
- Open your favorite Web browser
- Import the resources\certs\ca_cert.pem as a trusted root CA (Certification Authority) for authenticating Web sites
- Enter the server name or IP address in the address bar:
	https://https-server-demo
	https://https-server-demo.local
	https://192.168.0.150 (where 192.168.0.150 is the IPv4 address of the server)
	https://[fe80::2ab:cdff:feef:1064] (where fe80::2ab:cdff:feef:1064 is the link-local IPv6 address of the server)
- If you try to access the server without loading the root CA, your browser will report a warning (connection not certified)
- If you try to access the server using its IP address, your browser will report a warning (invalid common name)
