1.5.0 just gives me an error message because of the
mismatch and I have been unable to get past it:
JNLPException[category: Download Error : Exception:
java.io.IOException: HTTPS hostname wrong: should be
<MANGUM.eideawdc1.local> : LaunchDesc: null ]Register an implementation of the HostnameVerifier interface that
analyzes the different names and determines whether they're
equivalent, or not, doing this either algorithmically or by popping
up a dialog and asking advise from the user:((HttpsURLConnection)connection).setHostnameVerifier( myHV );
You'd have to do this before you connect() to the host.