Comment 30 for bug 950790

Revision history for this message
Joyjeet Chowdhury (joyjeetchowdhury-a) wrote :

Hi all,

May be the following might help you out. this is how i resolved...

echo "export NSS_SSL_CBC_RANDOM_IV=0" >> /etc/profile # Export the Variable into Profile files
echo "export NSS_SSL_CBC_RANDOM_IV=0" >> /home/$USER/.bashrc # Export the Variable into Current Profile files

so everytime you reboot it will be a global variable for all your programs, and its a temporary fix for the time being...

Hope this might help you...

:)