Asked by:
Error: The request was aborted: Could not create SSL/TLS secure channel.

Question
-
Hi All,
I am getting the " The request was aborted: Could not create SSL/TLS secure channel" error randomly. Not always. It is working fine in sometime but not in some other times. I have created a SharePoint web Application which is with SSL. I have enabled FBA authentication. I have written method which will call SharePoint wss "GetListItem()" method. Just I am authenticating and calling the GetListItem(). I could not find the root cause of this issue. Any help would be appreciate.
Thanks & Regards
Poomani Sankaran
All replies
-
Hi,
It seems the issue was you had to give permission for the web service to use the certificate.
The link below for your reference: https://serverfault.com/questions/131046/how-to-grant-iis-7-5-access-to-a-certificate-in-certificate-store/132791#132791
And you can check the articles below:
https://forums.asp.net/post/1695893.aspx#1695893
Best Regards,
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams. -
Hi Dennis,
Thank you for the reply.
I should highlight one thing that I am not getting this error all the times. I am keep on watching it. It is working fine after around 01:00 PM IST. I used to check, it is working fine after my lunch time. I can easily narrow down if i would get this error all the time but It is working on time basis it seems. Please advice me to over come it.
Thanks & Regards
Poomani Sankaran
-
Hi,
Please check if some timer jobs or windows tasks run or stop around 01:00 PM.
Best Regards,
Dennis
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams. -