UnsupportedOperationException in ProvSSLSession#getRequestedServerNames
Hi,
Could you please let me know if there is plan to support ProvSSLSession#getRequestedServerNames for BCJSSE?
Regards, Truc
~This seems to break the javadoc spec~
~> Implementation Requirements: This method throws UnsupportedOperationException by default. Classes derived from ExtendedSSLSession must implement this method.~
Wrong method, sorry.
We provide support for Bouncy Castle in Jetty, and for a server the support for SNI is important, so this is a gentle push to implement the relevant method, or at least not throw 😃
We will implement a workaround for now by catching and ignoring UnsupportedOperationException, but would be great if this issue could be addressed.
Thanks!