return 443;
return new HttpsURLConnection(url, getDefaultPort());
if ((url == null) || (proxy == null)) { // K034b=url and proxy can not be null throw new IllegalArgumentException(Msg.getString("K034b")); //$NON-NLS-1$ } return new HttpsURLConnection(url, getDefaultPort(), proxy);