After upgrading to Delphi XE7 update 1 I am seeing the following error when connecting to a server using TIdHTTP with TIdSSLIOHandlerSocketOpenSSL.
---------------------------
Debugger Exception Notification
---------------------------
Project Test_iOS raised exception class EAccessViolation with message 'Access violation at address 8FE090C9, accessing address C03F1E32'.
---------------------------
Break Continue Help
---------------------------
The exception is thrown at line 3133 in IdSSLOpenSSL.
Tested and works fine on Windows and Android platforms.
Before the upgrade everything worked correctly. I also updated to XCode 6.1 at the same time, so perhaps this is part of the problem.
Anybody else seeing a similar error? Is there a workaround?