| Steps to Reproduce: | Since the event is intermitent, it is hard to reproduce it, but it seems related to GET actions on https://graph.facebook.com/me/permissions (at least that's where all my logs point to, although it is possible it is a coincidense as this is the most common url I'm requesting) I'm including here the timestamps for the last 4 attempts (matching access tokens in confidential report section) in my logs so you can trace them down (hopefully): Event message: The request was aborted: Could not create SSL/TLS secure channel. Problem opening request to https://graph.facebook.com/me/permissions?return_ssl_resources=true&access_token################## Event time: 6/28/2012 5:35:24 PM Event time (UTC): 6/28/2012 9:35:24 PM Event ID: bc1c5c83497f497b87c2f1f0172837ad Event sequence: 14668 Event occurrence: 10 Event detail code: 0 Event message: The request was aborted: Could not create SSL/TLS secure channel. Problem opening request to https://graph.facebook.com/me/permissions?access_token####################### Event time: 6/28/2012 6:05:51 PM Event time (UTC): 6/28/2012 10:05:51 PM Event ID: e37ab6f3b7ed43cfa4fc973920a16729 Event sequence: 16173 Event occurrence: 11 Event detail code: 0 Event message: The request was aborted: Could not create SSL/TLS secure channel. Problem opening request to https://graph.facebook.com/me/permissions?access_token############################# Event time: 6/28/2012 6:15:16 PM Event time (UTC): 6/28/2012 10:15:16 PM Event ID: 0111cadc58c148eda9a830d4afc98645 Event sequence: 17047 Event occurrence: 12 Event detail code: 0 Event message: The request was aborted: Could not create SSL/TLS secure channel. Problem opening request to https://graph.facebook.com/me/permissions?return_ssl_resources=true&access_token#################### Event time: 6/28/2012 7:06:20 PM Event time (UTC): 6/28/2012 11:06:20 PM Event ID: 3c8948a0c72d45b5a57d18c509806a2e Event sequence: 20593 Event occurrence: 14 Event detail code: 0 |
|---|---|
| Expected Behavior: | I expected to receive the list of permissions those users have granted my application |
| Actual Behavior: | The server fails to establish an SSL connection to the facebook server because there seems to be a problem with the certificate |
| API/SDK: | Graph API |