Hi All,
Using MS-GraphAPI for integration. While Creating SubscriptionID we are getting -"InvalidRequest-The request was aborted: Could not create SSL/TLS secure channel" error. Can you please help here. Following are the details.
[28741] [DEBUG]{'changeType': 'updated', 'notificationUrl': 'https://XXXXXXXXXXX/onedrive/webhook', 'resource': 'me/drive/root', 'expirationDateTime': '2020-11-14T23:23:45.9356913Z', 'clientState': 'STATE'}
[2020-11-13 16:26:14 +0000]
[28741] [DEBUG] {'SdkVersion': 'sample-python-flask', 'x-client-SKU': 'sample-python-flask', 'client-request-id': 'testing', 'return-client-request-id': 'true', 'Authorization': 'BearereyJ0eXAiOiJKV1QiLCJub25jZSI6ImlVaDRzUUlhU056cFRqaU1VYTJzLV9QanlKd09JU2szRF9PY0V0RVV2VUUiLCJhbGciOiJSUzIzHFN2Um8D0c-F5X0Qnc-FPQ(RemovedPARTOFIT)', 'Content-Type': 'application/json'}
[28743] [DEBUG] Error processing SSL request.
[28743] [DEBUG] Invalid request from ip=52.147.213.181: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:2309)
[28743] [DEBUG] Failed to send error message.
[28741] [DEBUG] Step-1
[28741] [DEBUG] <Response [400]>
[28741] [DEBUG] Step-2
[28741] [DEBUG] b'{\r\n "error": {\r\n "code": "InvalidRequest",\r\n "message": "The request was aborted: Could not create SSL/TLS secure channel.",\r\n "innerError": {\r\n "date": "2020-11-13T16:26:14",\r\n "request-id": "6d388b6c-f475-46b4-9401-712a29c5671b",\r\n "client-request-id": "6d388b6c-f475-46b4-9401-712a29c5671b"\r\n }\r\n }\r\n}'
Thanks
Sakti Mohapatra