[1.x] OC update from backend

I can’t check (plugin) updates for OC1 sites from backend settings page with error Invalid response from the server. (Bad signature).

Has anyone else the same problem?

Hey @jan-vince

Not sure why this wouldn’t be working, but you could bypass the check by modifying this function to return true.

Hi @daftspunk and thanks.

These old sites are still on OC 476.

I checked UpdateManager.php and I see the problem - there is Rest-Sign header missing in server’s response (this line).

Maybe you have removed this recently from OC update server?

Yes, perhaps something isn’t working here. I have made a note to take a look at it during the next release cycle.

Hey @jan-vince

It should be fixed now. Can you try it again?

1 Like

It works! Thank you.