We have a production Apache Tomcat server over which some websites are served. The sites have started to request valid SSL certificates. We have some limitations on the number of valid IPs on our server. On the other hand, we have read about Server Name Indication (SNI) in the recent SSL versions which appears to be supported by all major web browsers and enables us to have multiple SSL-enabled sites on a single IP address.
The problem is that neither Apache Tomcat have support for SNI in its stable release, nor a major commercial server like WebLogic.
After all, could SNI be considered as a mature solution for this problem?
Thanks.