httpclient 2.5.3.2 → 2.5.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -5
- data/bin/jsonclient +131 -0
- data/lib/httpclient/cacert.p7s +235 -263
- data/lib/httpclient/session.rb +6 -2
- data/lib/httpclient/version.rb +1 -1
- data/test/test_httpclient.rb +6 -0
- metadata +9 -15
- data/test/reports/TEST-HTTPAccess2-TestClient.xml +0 -221
- data/test/reports/TEST-TestCookie.xml +0 -21
- data/test/reports/TEST-TestCookieManager.xml +0 -35
- data/test/reports/TEST-TestHTTPClient.xml +0 -147
- data/test/reports/TEST-TestSSL.0.xml +0 -0
- data/test/reports/TEST-TestSSL.1.xml +0 -81
- data/test/reports/TEST-TestSSL.xml +0 -0
File without changes
|
@@ -1,81 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="TestSSL" tests="6" time="1.364721588" failures="0" errors="0" skipped="0" assertions="31">
|
3
|
-
<testcase name="test_ciphers" time="0.314971752" assertions="4">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="test_debug_dev" time="0.180549809" assertions="2">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="test_options" time="0.109182463" assertions="9">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="test_set_default_paths" time="0.197267769" assertions="1">
|
10
|
-
</testcase>
|
11
|
-
<testcase name="test_sync" time="0.24674528" assertions="2">
|
12
|
-
</testcase>
|
13
|
-
<testcase name="test_verification" time="0.312765839" assertions="13">
|
14
|
-
</testcase>
|
15
|
-
<system-out>
|
16
|
-
["client", false, #<OpenSSL::X509::StoreContext:0x007fda64c64030>]
|
17
|
-
["client", false, #<OpenSSL::X509::StoreContext:0x007fda64b474b8>]
|
18
|
-
["client", false, #<OpenSSL::X509::StoreContext:0x007fda64c4ede8>]
|
19
|
-
["client", true, #<OpenSSL::X509::StoreContext:0x007fda64c254e8>]
|
20
|
-
["client", true, #<OpenSSL::X509::StoreContext:0x007fda64c25038>]
|
21
|
-
["client", true, #<OpenSSL::X509::StoreContext:0x007fda64c24c28>]
|
22
|
-
["client", false, #<OpenSSL::X509::StoreContext:0x007fda64bb0260>]
|
23
|
-
["client", true, #<OpenSSL::X509::StoreContext:0x007fda64ba7ae8>]
|
24
|
-
["client", true, #<OpenSSL::X509::StoreContext:0x007fda64ba7638>]
|
25
|
-
["client", true, #<OpenSSL::X509::StoreContext:0x007fda64ba7278>]
|
26
|
-
["client", false, #<OpenSSL::X509::StoreContext:0x007fda64b7d0b8>]
|
27
|
-
["client", false, #<OpenSSL::X509::StoreContext:0x007fda64b715b0>]
|
28
|
-
</system-out>
|
29
|
-
<system-err>
|
30
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
31
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
32
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/ssl_config.rb:285 - SSL_CTX_set_cipher_list: no cipher match
|
33
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:194 - SSL_accept SYSCALL returned=5 errno=0 state=unknown state
|
34
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:198 - SSL_accept SYSCALL returned=5 errno=0 state=unknown state
|
35
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:167 - SSL_CTX_set_cipher_list: no cipher match
|
36
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
37
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
38
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
39
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
40
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
41
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
42
|
-
Exception `IOError' at /usr/local/lib/ruby/2.1.0/webrick/server.rb:170 - closed stream
|
43
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:303 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
44
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:194 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
45
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:198 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
46
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:167 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
47
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
48
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
49
|
-
Exception `IOError' at /usr/local/lib/ruby/2.1.0/webrick/server.rb:170 - closed stream
|
50
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
51
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
52
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
53
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
54
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:303 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
55
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:194 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
56
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:198 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
57
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:167 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
58
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:303 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
59
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:194 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
60
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:167 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
61
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:198 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
62
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:303 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
63
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:194 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
64
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:198 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
65
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:167 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
66
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
67
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
68
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:303 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
69
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:194 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
70
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:198 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
71
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:167 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
72
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
73
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
74
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:303 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
75
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:194 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
76
|
-
Exception `OpenSSL::SSL::SSLError' at /usr/local/lib/ruby/2.1.0/openssl/ssl.rb:198 - SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: sslv3 alert bad certificate
|
77
|
-
Exception `OpenSSL::SSL::SSLError' at /mnt/home/nahi/git/httpclient/lib/httpclient/session.rb:167 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
|
78
|
-
Exception `EOFError' at /usr/local/lib/ruby/2.1.0/openssl/buffering.rb:61 - end of file reached
|
79
|
-
Exception `WEBrick::HTTPStatus::EOFError' at /usr/local/lib/ruby/2.1.0/webrick/httpserver.rb:80 - WEBrick::HTTPStatus::EOFError
|
80
|
-
</system-err>
|
81
|
-
</testsuite>
|
File without changes
|