Created
November 20, 2012 23:57
-
-
Save tyler-smith/4122105 to your computer and use it in GitHub Desktop.
sshell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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