-
Hi, We have implemented Configuration Key hash generation in our e-assessment application about two years ago. The file our server generates works perfectly with the SEB MacOS client. However now that the Windows client also started supporting the config key we have discovered that the same file that works with MacOS client does not work with any of the Windows clients. I got some logs from the windows client when trying to open the generated file:
Attached is a configuration we use as a base template. As said the OSX client has no problems with it. Any help would be appreciated. Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Accroding to the log, the unecrypted, plain data lacks the XML header and directly starts with https://github.com/SafeExamBrowser/seb-win-refactoring/blob/master/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlTestData.xml |
Beta Was this translation helpful? Give feedback.
Accroding to the log, the unecrypted, plain data lacks the XML header and directly starts with
<plist>...
. The file you linked above should be correct, for guidance you could also have a look at the unit test data in the source code itself:https://github.com/SafeExamBrowser/seb-win-refactoring/blob/master/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlTestData.xml
https://github.com/SafeExamBrowser/seb-win-refactoring/blob/master/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlTestSettings.xml