1. 03 Dec, 2019 1 commit
    • Łukasz Nowak's avatar
      Ignore bad signature certificates with message · 0578762b
      Ł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
      0578762b
  2. 17 Sep, 2019 1 commit
    • Thomas Gambier's avatar
      fix for old version of SSL · f47b10af
      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
      f47b10af
  3. 03 Aug, 2019 2 commits
  4. 02 Aug, 2019 1 commit
  5. 01 Aug, 2019 1 commit
  6. 18 Jun, 2019 1 commit
  7. 07 Jun, 2019 2 commits
  8. 07 Jan, 2019 1 commit
  9. 04 Dec, 2018 2 commits
  10. 15 Jun, 2018 2 commits
  11. 01 Sep, 2017 1 commit
  12. 22 Jun, 2017 1 commit
  13. 09 Jun, 2017 5 commits
  14. 06 Jun, 2017 1 commit
  15. 25 Sep, 2015 3 commits
  16. 24 Sep, 2015 2 commits
  17. 23 Sep, 2015 1 commit
  18. 07 Sep, 2015 4 commits
  19. 19 Aug, 2015 1 commit
  20. 09 Oct, 2014 1 commit
  21. 21 Aug, 2014 1 commit
  22. 20 Mar, 2014 1 commit
  23. 17 Mar, 2014 2 commits
  24. 12 Jul, 2013 2 commits