Tuesday, July 10, 2012

You. Will. Be. Ex.TeRRminated. (BugHunting)

Open Source Week Project = Requests: HTTP for Humans 

Requests Issue #567 (SSL Documentation Bug)
Document use cases of Requests 'get' function with and without SSL certification verification.

What is SSL?
Secure Socket Layer.
https://
.pem
.crt + .key
client-side certification no longer used.
    ( confirmed by speaker via gsterns HOPE speaker-searchchrome )
Submitted patch


Resources
    Diffie Hellman Key Exchange
    SSL - all you wanna know (search for "Well, we really need to talk about TLS.")


Testing - tgebru configured her Apache server + SSL certification

Requests Issue #699 (Differentiate between Timeout Errors)
Connection Pool Error or Socket Timeout Error? We fixed this by "bubbling" the error message sent by urllib3 through Requests to the user.
Submitted patch

Requests Issue #695 (Document Logging)

GIT Random Scratchy Notes...

make changes on separate branch from master
(already forked and made changes)
check what branch
git branch
(sugg = develop branch, if one)
Fork
git checkout master
THEN
git checkout -b name-of-your-branch
(which will branch from master, since you did that before)
git commit (message relevant to checkin only. details in pull request)
git push origin Branch-Name_you_created
submit pull request on github, include details here.
git diff - see changes
Git Help http://gitref.org/creating/


RANDOM
http://www.fivefeetoffury.com/2012/06/25/get-pregnant-by-25-if-you-want-a-high-powered-career/

No comments:

Post a Comment