Is it possible to serve different public certificates based on the port the client is connecting?
I am aware that using SNI (in conjunction with NameVirtualHost) server will respond with appropriate certificate.
I would like to be able aside from having SNI resolution on 443 port, have different ports (eg 1443, 2443, 3443) for each certificate.
That would support older (SNI unaware) clients, which would connect to specific port.