|
|
|
Ensure charm store SSL is authenticated
Use VerifyingContextFactory to ensure charm store interaction is authenticated
https://code.launchpad.net/~clint-fewbar/juju/fix-ssl-for-charm-store/+merge/118422
(do not edit description out of merge proposal)
Patch Set 1 #
Total comments: 2
Total messages: 2
|
SpamapS
Please take a look.
|
13 years, 5 months ago (2012年08月06日 20:30:05 UTC) #1 | ||||||||||||||||||||||||||||||||||||
Please take a look.
lgtm, with these minors https://codereview.appspot.com/6443090/diff/1/juju/charm/repository.py File juju/charm/repository.py (right): https://codereview.appspot.com/6443090/diff/1/juju/charm/repository.py#newcod... juju/charm/repository.py:130: host = url.split('/')[2] this would be more robust with urlparse.urlparse(url).hostname https://codereview.appspot.com/6443090/diff/1/juju/charm/repository.py#newcod... juju/charm/repository.py:152: host = url.split('/')[2] same with this one.