-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OneDrive Node SSL Error #8668
Comments
Hey @pcxnet Thanks for reporting this, it looks like an issue on Microsoft's side with their SSL certificate but I will do some testing to make sure shortly. When did you upgrade? |
Hey @pcxnet, I have just given this a go and I have not been able to reproce this, Can you connect again and see if you have the same issue it could have just been a temporary thing. |
Hi @Joffcom , GetFiles works, but DownloadFiles does not Working: {
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "7286cb7af5e69b909e9502fd59ea92cbd7d4a06c840dc2904f09626675230c35"
},
"nodes": [
{
"parameters": {
"resource": "folder",
"folderId": "01NJX73DBETSWOE4GPBNF2KAJSOG52ICJX"
},
"id": "f5564de5-7e02-4269-925f-2e65808e771e",
"name": "getFiles",
"type": "n8n-nodes-base.microsoftOneDrive",
"typeVersion": 1,
"position": [
-340,
700
],
"credentials": {
"microsoftOneDriveOAuth2Api": {
"id": "Z38d1oum45Nx5FdN",
"name": "Services"
}
}
}
],
"connections": {},
"pinData": {}
} Not Working: {
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "7286cb7af5e69b909e9502fd59ea92cbd7d4a06c840dc2904f09626675230c35"
},
"nodes": [
{
"parameters": {
"operation": "download",
"fileId": "={{ $json.id }}"
},
"id": "b6a61eb3-0754-4313-84d1-2ccaf2bef378",
"name": "downloadPayroll",
"type": "n8n-nodes-base.microsoftOneDrive",
"typeVersion": 1,
"position": [
120,
560
],
"credentials": {
"microsoftOneDriveOAuth2Api": {
"id": "Z38d1oum45Nx5FdN",
"name": "Services"
}
}
}
],
"connections": {},
"pinData": {}
} |
Hey @pcxnet, That breaks it thanks for providing a way to reproduce the message, The error itself seems to explain itself the graph.microsoft.com URL is not in the certifcate that Microsoft is returning so that is not something we can control. However as the file should be downloaded from a redirect I wonder if we still have a header set that isn't needed. I will get a dev ticket created shortly to look into this. |
Also not sure what changed in the version's but it was working on the older version I listed. |
While I'm waiting for the fix, is there a way I can go back to the old version or edit the files to ignore the ssl? |
@pcxnet Can you please check if this issue exists on |
Thanks for letting us know. I believe this narrows down the issue to #8562. |
Fix got released with |
For any Stripe user who might run into this issue: I got the same error for the Stripe node after updating to
Updating to 1.30.1 beta fixed it for me. |
Bug Description
Updated to V1.27.3 and I get this error using OneDrive now, was working in V1.18.0 but now can't revert back :(
ERROR: SSL Issue: consider using the 'Ignore SSL issues' option
Hostname/IP does not match certificate's altnames: Host: graph.microsoft.com. is not in the cert's altnames: DNS:.media.microsoftstream.com, DNS:.azureedge.net, DNS:.origin.mediaservices.windows.net, DNS:.streaming.mediaservices.windows.net
To Reproduce
Use OneDrive Node
Expected behavior
Works and connects
Operating System
Docker
n8n Version
1.27.3
Node.js Version
?
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: