Commit 1748c4ce authored by Denis Bilenko's avatar Denis Bilenko

expect test_ssl.py to fail

This problems seem to have nothing to do with gevent:
SSLError: [Errno 1] _ssl.c:504: error:14094415:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate expired
SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
parent c96e66c2
......@@ -22,4 +22,9 @@ win32 * C:\Python27\python.exe -u -m monkey_test --Event test_subprocess.py
* * /usr/bin/python2.5(-dbg)? -u test__example_portforwarder.py
* * /usr/bin/python2.5(-dbg)? -u test__socket_close.py
# bunch of SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
# seems to be Python/OpenSSL problem, not gevent's
* * * -u -m monkey_test --Event test_ssl.py
* * * -u -m monkey_test test_ssl.py
* * /usr/bin/python2.[567]-dbg -u test__backdoor.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment