I need to connect a REST API to my flow, but Power Automate automatically block the connection as the SSL Certificate associated with the endpoint is not recognized as "safe" (as is not able to verify the certificate chain):
I need to connect a REST API to my flow, but Power Automate automatically block the connection as the SSL Certificate associated with the endpoint is not recognized as "safe" (as is not able to verify the certificate chain):
Is there any way i can create a communication channel between postam and power automate ? As i know postman allow to skip ssl verification. Any suggestion would be appreciated, thanks.
I think the only solution will be not to use this API or talk to their tech team to solve that issue.
This is not really an issue on the Microsoft side as they just allow proper configured sites.
Hi, yes this is the endpoint if you want to check it: https://apistg.lavoro.gov.it/InformationDelivery/SmartWorking_Bulk/Rest/1.0/creaComunicazioni
Basically, the certificate seems to be like self-issued
Have you tried to call the API with your normal browser and check which warnings about the certificate you get?