LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sec_error_bad_signature on firefox 14 (https://www.linuxquestions.org/questions/linux-newbie-8/sec_error_bad_signature-on-firefox-14-a-4175483012/)

venu147 11-01-2013 05:14 AM

sec_error_bad_signature on firefox 14
 
I am currently doing selenium webdriver automation in linux for a device. There are 50 devices of same kind and framework will pickup a device depending on availability. I need to by pass unsigned ssl pages. I am using firefox 14

I have implemented following but it is not consistent.

- everytime a device is chosen
- adds cer of device to the cert file in firefox profile

but I am getting sec_error_bad_signature very frequently.

line = 'certutil -A -d {ProfilePath} -n {IP_Address} -t "CT,," -i {deviceCertificate}'.format(ProfilePath = self.firefoxProfilePath, IP_Address = IP, deviceCertificate = deviceCertificateName)


Please share your suggestions to by pass unsigned ssl.

John VV 11-01-2013 01:15 PM

firefox 14 is your first problem

the current is firefox 25
14 VS 25 -- see the difference
or
the "Long term Support " version
FireFox 17.0.9

please upgrade FIRST


All times are GMT -5. The time now is 11:16 PM.