Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox SSL_ERROR_HANDSHAKE_FAILURE_ALERT with

  • No replies
  • 1 has this problem
  • 9 views
more options

Hello,

In our organisation we share the same certificates. We always have one person (me) who extends the certificate and when i do i make a new firefox file to copy to other users. We use a startup script to import it to the users.

We use: SET @FIREFOX_FOLDER=%userprofile%\AppData\Roaming\Mozilla\Firefox\Profiles

IF EXIST %@FIREFOX_FOLDER% (

   CD %userprofile%\AppData\Roaming\Mozilla\Firefox\Profiles\*default*\
   COPY \\someserver\somefolder\otherfolder\Firefox\cert9.db cert8.db /Y
   COPY \\someserver\somefolder\otherfolder\Firefox\cert9.db cert9.db /Y

)

To import the certificates.

One problem i now have with the latest copy is that the certificates are not installed correctly on other users machines, they are categorized onder "People" and not under "My certificates". Because of that me or the other users cannot select a certificate when accessing a website where we need to log in with certificates.

Does anyone have the same problem or had the same problem and has a resolution?

Thanks in advance,

Roy

Hello, In our organisation we share the same certificates. We always have one person (me) who extends the certificate and when i do i make a new firefox file to copy to other users. We use a startup script to import it to the users. We use: SET @FIREFOX_FOLDER=%userprofile%\AppData\Roaming\Mozilla\Firefox\Profiles IF EXIST %@FIREFOX_FOLDER% ( CD %userprofile%\AppData\Roaming\Mozilla\Firefox\Profiles\*default*\ COPY \\someserver\somefolder\otherfolder\Firefox\cert9.db cert8.db /Y COPY \\someserver\somefolder\otherfolder\Firefox\cert9.db cert9.db /Y ) To import the certificates. One problem i now have with the latest copy is that the certificates are not installed correctly on other users machines, they are categorized onder "People" and not under "My certificates". Because of that me or the other users cannot select a certificate when accessing a website where we need to log in with certificates. Does anyone have the same problem or had the same problem and has a resolution? Thanks in advance, Roy

Modified by rdejonge