Forum Discussion
Sharepoint Connection Error
- 4 years ago
Hi Anonymous ,
Try to add the cipher suites i mentioned. then it will work.
As stated in an above link https://docs.microsoft.com/en-us/sharepoint/troubleshoot/administration/authentication-errors-tls12-...
Sharepoint has moved to tls1.2
For TLS 1.2, the following cipher suites are supported by Azure Front Door:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
these cypher suites are probably not in use on your server where the gateway is installed.
at least our server didn't have those.
Added these cypersuites rebooted the gateway server.
And a way to bypass this situation, to build dataflows for Sharepoint sources, then using them to feed our models so that merges don't fails.
Similar question refer:
Did I answer your question? Mark my post as a solution!
Best RegardsLucien
Hi Anonymous ,
Try to add the cipher suites i mentioned. then it will work.
As stated in an above link https://docs.microsoft.com/en-us/sharepoint/troubleshoot/administration/authentication-errors-tls12-...
Sharepoint has moved to tls1.2
For TLS 1.2, the following cipher suites are supported by Azure Front Door:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
these cypher suites are probably not in use on your server where the gateway is installed.
at least our server didn't have those.
Added these cypersuites rebooted the gateway server.
And a way to bypass this situation, to build dataflows for Sharepoint sources, then using them to feed our models so that merges don't fails.
Similar question refer:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien