Closed treksn closed 10 years ago
Is https://webapplication.in.intranet.net/connectViaCustomerSites.do really serving HTTPS?
yes!
Could you create a pcap with the traffic?
I've done a wireshark traffic dump now. To which mail should i send it?
When I look at the dumps, I realized that there are no connections to the host I want. So I think the problem is not w3af. I will try a few things and come back later. Thank you. ;-)
Okay. I checked all routings on our network and everything is alright there. Now i realized that I always get errors when I want to contact a https site, http is working.
Re-sending request... Incrementing global error count. GEC: 2 Failed to HTTP "GET" "https://www.facebook.com/". Reason: "[Errno 8] _ssl.c:517: EOF occurred in violation of protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 906, in connect self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 8] _ssl.c:517: EOF occurred in violation of protocol
Still hanging on this problem. Somebody has got an idea? Thank you very much...
Closing since I'm not able to reproduce, but will re-open if you provide more information on how I could reproduce this issue.
My email address is andres.riancho !at> gmail com
Hi! I'm getting this error, when I try to authenticate to our webapp. Is this a known issue and is there something that I can do, that it will work? Thank you.
some information if it helps:
Starting w3af, running on: Python version: 2.7.3 (default, Apr 14 2012, 08:58:41) [GCC] GTK version: 2.24.14 PyGTK version: 2.24.0 w3af version: w3af - Web Application Attack and Audit Framework Version: 1.6 Revision: unknown Author: Andres Riancho and the w3af team. Called w3afCore.start() Enabling _dns_cache() Observer function at "<bound method _LineScroller._message_observer of <_LineScroller object at 0x5efda00 (GtkTextView at 0x6005610)>>" failed with exception "'_LineScroller' object has no attribute 'messages'". Removing observer from list. Called build_openers DNS response from DNS server for domain: 192.168.211.2 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=1,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=2,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=3,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=4,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=5,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=6,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=7,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=8,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=9,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... GET https://webapplication.in.intranet.net/connectViaCustomerSites.do returned HTTP code "400" (id=10,from_cache=0,grep=1) Resetting global error count. GEC: 0 Incrementing global error count. GEC: 0 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Re-sending request... Incrementing global error count. GEC: 1 Failed to HTTP "GET" "https://webapplication.in.intranet.net/connectViaCustomerSites.do". Reason: "[Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", going to retry. Traceback for this error: Traceback (most recent call last): File "/home/CrspUser/Downloads/w3af-master/core/data/url/extended_urllib.py", line 450, in _send res = self._opener.open(req) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 802, in https_open return self.do_open(req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 627, in do_open self._start_transaction(conn, req) File "/home/CrspUser/Downloads/w3af-master/core/data/url/handlers/keepalive.py", line 763, in _start_transaction conn.endheaders() File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib64/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib64/python2.7/httplib.py", line 1161, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket ciphers=ciphers) File "/usr/lib64/python2.7/ssl.py", line 143, in init self.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:517: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
.....
Re-sending request... Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 Incrementing global error count. GEC: 10 No URLs found during crawl phase. No URLs found during crawl phase.
IMPORTANT The following error was detected by w3af and couldn't be resolved: Failed to initialize the 404 detection, original exception was: "Multiple exceptions found while sending HTTP requests.".
Scan finished in 2 seconds.