When calling from one service to another service getting SSL certificate error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

When calling from one service to another service getting SSL certificate error

I have installed IIS express development certificate. If I call one web service I'm not facing any certificate issue but if I make a call from one service to another service, getting SSL certificate error. I also tried by changing the SSL security protocols (i.e. ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 in Startup.cs file (tried different version too Tls11, 12 13)) but still facing same issue. Please help me on this

11th Feb 2022, 12:56 PM
Initiator
1 Answer
0
Got the issue, the services which was hosted in IIS was running under different user and installed certification was for different user
26th Feb 2022, 11:20 AM
Initiator