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