Skip to content

Instantly share code, notes, and snippets.

@tyler-smith
Created November 20, 2012 23:57
Show Gist options
  • Save tyler-smith/4122105 to your computer and use it in GitHub Desktop.
Save tyler-smith/4122105 to your computer and use it in GitHub Desktop.
sshell
# my machine
> curl https://secure.braintreepaymentgateway.com/api/query.php
> <?xml version="1.0" encoding="UTF-8"?>...
# web60
> curl https://secure.braintreepaymentgateway.com/api/query.php
> <?xml version="1.0" encoding="UTF-8"?>...
# chrome (requesting url manually)
<?xml version="1.0" encoding="UTF-8"?>...
# admin
> curl https://secure.braintreepaymentgateway.com/api/query.php
> curl: (35) Unknown SSL protocol error in connection to secure.braintreepaymentgateway.com:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment