Well i mean have you tried swapping them, by reverse i meant that for me:
Encrypt = Decrypt = ClientIV
Decrypt = Encrypt = ServerIV
Yours is:
Encrypt = Decrypt = ServerIV
Decrypt = Encrypt = ClientIV
What they are named isnt all that relevant. But that would definately cause issues (i should know i had it set wrong at one time and was running round in circles for days)
Encrypt = Decrypt = ClientIV
Decrypt = Encrypt = ServerIV
Yours is:
Encrypt = Decrypt = ServerIV
Decrypt = Encrypt = ClientIV
What they are named isnt all that relevant. But that would definately cause issues (i should know i had it set wrong at one time and was running round in circles for days)