mysterious cfhttp issue

2011-06-22 Thread Brian FitzGerald
OK, I cannot figure this out for the life of me and it's driving me crazy. For an entire day I was trying to integrate with the Spreedly.com API, and no matter what I did (importing certificates, etc.) I got this mysterious PEER could not authenticate message. I posted a thread here the

Re: mysterious cfhttp issue

2011-06-22 Thread Russ Michaels
Brian, If the work around works consistently on the production server then it seems you have the problem solved. for your development machine perhaps you could add in some error handling. If the workaround breaks, automatically swap to the normal method. Perhaps it may be worth getting a copy

Re: mysterious cfhttp issue

2011-06-22 Thread Brian FitzGerald
Hey Russ, Thank you for the suggestions. Thinking about it again, you're right; as long as it works in production that's what's important. It was just giving me such a hassle in development that I kinda had my heart set on having it work right in both places :) With that said, implementing