浏览代码

fixed port in https

mip-it 11 年之前
父节点
当前提交
29b4009c5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/de/tudarmstadt/informatik/hostage/protocol/HTTPS.java

+ 1 - 1
src/de/tudarmstadt/informatik/hostage/protocol/HTTPS.java

@@ -18,7 +18,7 @@ public class HTTPS implements Protocol<String> {
 
 	@Override
 	public int getPort() {
-		return 80;
+		return 443;
 	}
 
 	@Override