Because of https://github.com/cakephp/cakephp/issues/10445 MISP cannot sync to MISP servers only accepting TLS 1.2 connections.
CakePHP just merged a fix for this with https://github.com/cakephp/cakephp/commit/0a378021a0f2141c999fdc807e265729c4eff55c
So if we update MISP to use this CakePHP version or newer it should fix this issue.
Great! Thank you very much for the follow-up with CakePHP. @iglocska for the next release, we should do the update and mentions it in the release blog post.
Is there any news on this issue? We strangely have the situation where we need to do TLS1.2 and this effectively breaks the syncronisation :-/
Thnx
I've just pushed a new commit that updates cakephp to the current version including @RichieB2B fixes, this should resolve it. Let us know if it still persists!
Great, thanks a lot!
I just applied the update and confirm that it fixes my TLS1.2 issue!
Perfect, thanks for the heads-up and thanks to @RichieB2B for fixing it!
Great news. Thanks @sim0nx for the reminder and @RichieB2B for the patch with CakePHP.