Is there a way to have the https server return different certificates based on sni data?
So if the client advertises that it is connecting to a specific hostname , the system should respond with the correct cert, not always the same. I cannot create a common certificate with alt names for all hostnames, but I can store a certificate for each hostname the esp can be accessed from.