mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 19:47:49 +01:00
Fixed HTTPSWebServerAuthTest broken in e687462
This commit is contained in:
parent
979425409f
commit
6b73286c8f
@ -106,7 +106,7 @@ public class HTTPSWebServerAuthTest {
|
|||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testHTTPSAuthForPages() throws IOException, WebException, KeyManagementException, NoSuchAlgorithmException {
|
public void testHTTPSAuthForPages() throws IOException, WebException, KeyManagementException, NoSuchAlgorithmException {
|
||||||
String address = "https://localhost:9000";
|
String address = "https://localhost:9005";
|
||||||
URL url = new URL(address);
|
URL url = new URL(address);
|
||||||
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
|
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
|
||||||
if (address.startsWith("https")) {
|
if (address.startsWith("https")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user