cancel
Showing results for 
Search instead for 
Did you mean: 

Integration not secure

Integration not secure

Hello, I have the next problem: Magento shows a message in Integrations: "Integration not secure", and the API can't connect with the token.

 

Magento.png

 

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,

2 REPLIES 2

Re: Integration not secure

Hello,

I have the same problem, have you found a fix for this problem?

 

Kind Regards,

Re: Integration not secure

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... :/