From 6752546ef529e5ce93c71340d3cc02ca53c61252 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 18 Sep 2015 03:54:59 +0000 Subject: [PATCH] Fixes #212 http.get_url with https --- nselib/http.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nselib/http.lua b/nselib/http.lua index 5ae2be2f7..67ed8431a 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1666,6 +1666,7 @@ function get_url( u, options ) port.service = parsed.scheme port.number = parsed.port + port.state = "open" if not port.number then if parsed.scheme == 'https' then