Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Help: Session contains no certificates - Untrusted

Flavio Tiezzi
Kilo Sage

Hello everyone,

 

I am running an action from the Flow Designer that basically makes REST calls. However, when executing without the Mid Server, I am encountering the following error:

 

FlavioTiezzi_0-1725411129100.png

 

This URL allows me to execute without the Mid Server. When testing with Postman, I am able to execute it normally. I obtained the certificate and registered it in the System Definition > Certificates module, but I am still encountering the error.

FlavioTiezzi_1-1725411456894.png

 

 

Does anyone know if it is necessary to link the certificate to the action or if any other steps are required?

 

Thanks in advance.

3 REPLIES 3

surajmesinane1
Tera Contributor

I am having the same issue going on. Please let me know if you get any response.

 

Christoffer M
Tera Guru

Did you ever figure this one out? I'm currently facing the same issue.

Hi @Christoffer M,

In my case, although I was able to execute the request through Postman, I noticed it was showing an insecure connection warning within Postman itself, similar to the message that appeared in ServiceNow

 

I ran many tests, but I couldn't resolve the issue. Since the client couldn't provide a new certificate, we had to look into using the MID Server to achieve our objective