- 09 Dec, 2021 1 commit
-
-
Thomas Gambier authored
-
- 08 Dec, 2021 1 commit
-
-
Léo-Paul Géneau authored
Move `_verifySignatureInCertificateList` to a public method
-
- 28 Sep, 2021 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 12 Feb, 2020 2 commits
-
-
Łukasz Nowak authored
Note: Forgotten commit.
-
Łukasz Nowak authored
Append loaded_certificate in the try block, so it does not result with "UnboundLocalError: local variable 'loaded_certificate' referenced before assignment"
-
- 03 Dec, 2019 2 commits
-
-
Łukasz Nowak authored
python 3 compatibility
-
Łukasz Nowak authored
When list of signature certificates is processed any of them can result with not using a cache while download, which is bad situation. Just ignore bad certificates while checking the list, so any other good ones can be used. /reviewed-on !4
-
- 17 Sep, 2019 1 commit
-
-
Thomas Gambier authored
"context.set_ciphers('DEFAULT:@SECLEVEL=1')" was introduced in ab3b2c3b but for very old SSL we can have the follwoing error: Traceback (most recent call last): File "/usr/local/bin/networkcache-upload", line 9, in <module> load_entry_point('slapos.libnetworkcache==0.19', 'console_scripts', 'networkcache-upload')() File "/usr/local/lib/python2.7/dist-packages/slapos/libnetworkcache.py", line 489, in cmd_upload **dict(x.split('=', 1) for x in args.meta)) File "/usr/local/lib/python2.7/dist-packages/slapos/libnetworkcache.py", line 341, in upload 'Content-Type': 'application/octet-stream'}) File "/usr/local/lib/python2.7/dist-packages/slapos/libnetworkcache.py", line 264, in _request context.set_ciphers('DEFAULT:@SECLEVEL=1') # XXX ssl.SSLError: ('No cipher can be selected.',) /reviewed-on !3
-
- 03 Aug, 2019 2 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
-
- 02 Aug, 2019 1 commit
-
-
Yusei Tahara authored
-
- 01 Aug, 2019 1 commit
-
-
Yusei Tahara authored
Add download auto retrying function. This is necessary because downloading binary cache often fails.
-
- 18 Jun, 2019 1 commit
-
-
Julien Muchembled authored
Traceback (most recent call last): ... File "/usr/lib/python3.7/http/client.py", line 1376, in __init__ context.load_cert_chain(cert_file, key_file) ssl.SSLError: [SSL: CA_MD_TOO_WEAK] ca md too weak (_ssl.c:3824)
-
- 07 Jun, 2019 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 07 Jan, 2019 1 commit
-
-
Jérome Perrin authored
As we can see today: AssertionError: ' 2119 ' not found in 'notAfter=Dec 14 00:54:31 2118 GMT\n')
-
- 04 Dec, 2018 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since OpenSSL 1.1 those broken certificates became a problem during testing, so regenerate them with new OpenSSL. /reviewed-on !2
-
- 15 Jun, 2018 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 01 Sep, 2017 1 commit
-
-
Julien Muchembled authored
-
- 22 Jun, 2017 1 commit
-
-
Julien Muchembled authored
-
- 09 Jun, 2017 5 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 06 Jun, 2017 1 commit
-
-
Julien Muchembled authored
The commands remain difficult to use. Maybe we should move some slapos.buildout code here so that the required information can be computed automatically.
-
- 25 Sep, 2015 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 24 Sep, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 23 Sep, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 07 Sep, 2015 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
Ensure that every string key and value of the json response from the network cache server is a str object Please, @kazuhiko and @kirr, review this. See merge request !1
-
Douglas authored
Ensure that every string key and value of the json response from the network cache server is a str object. This method was added mostly because the NetworkcacheClient gets a json response from the server and all textual keys and values after json.loads are unicode objects, which may result in a error later when we try to join the url and the parameters of the package to use the networkcache.
-
- 19 Aug, 2015 1 commit
-
-
Jérome Perrin authored
-