I created Selenium profile in FF, accepted SSL certificate in it. When I launch Selenium tests, it creates customProfileDir in /tmp folder and tries to use CyberVillainCA cert instead of one I need. I can accept this certificate once per test and should re-accept it every time I launch my tests.
I use the following arg line:
-firefoxProfileTemplate ${PATH_TO_FIREFOX_PROFILE} -trustAllSSLCertificates
But it seems to me, that it doesn't work.
How it can be fixed?
Addition info:
OS: Linux
Firefox: 12.0
Selenium IDE: 1.8.0
Selenium server: 2.21.0