Hello, I have the next problem: Magento shows a message in Integrations: "Integration not secure", and the API can't connect with the token.
I already enabled SSL and HTTP 2, however, the problem still occurs.
I use Lets Encrypt for SSL certificate, I redirect traffic with and without www, with HTTP to HTTPS.
Magento Versión 2.4.5
TY,
Hello,
I have the same problem, have you found a fix for this problem?
Kind Regards,
This worked for me:
https://magento.stackexchange.com/questions/355621/integration-not-secure
UPDATE `integration` set `endpoint` = '' where `endpoint` IS NULL; UPDATE `integration` set `identity_link_url` = '' where `identity_link_url` IS NULL;
But i have a problem with unauthorized consumer in addition... :/