Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

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

Is there a way to launch from command line and auto accept SSL cert warning?

  • 3 replies
  • 1 has this problem
  • 507 views
  • Last reply by cor-el

I connect to internal systems frequently and that have private certs. I just want to auto add an exception and avoid multiple clicks to get to the actual page. I do not see a way to do this but am hoping for a less documented feature.

Thanks!

I connect to internal systems frequently and that have private certs. I just want to auto add an exception and avoid multiple clicks to get to the actual page. I do not see a way to do this but am hoping for a less documented feature. Thanks!

Chosen solution

Thanks, that is a global option which likely works are described (I didn't test it). I am seeking a command line option. Firefox doesn't really have thorough command line options (I don't want to use profiles for this either). So, i switched to chrome to launch a command line instance with --ignore-certificate-errors which works as desired.

Read this answer in context 👍 0

All Replies (3)

If Internet Explorer and Google Chrome work with the certificate, you could try changing this Firefox setting:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste enterp and pause while the list is filtered

(3) Double-click the security.enterprise_roots.enabled preference to switch the value from false to true

With this setting, Firefox should trust certificates signed by authority certificates in the Windows certificate store rather than relying exclusively on its own certificate store. It is slightly less protective because malware is much better at injecting certificates in the system certificate store than in Firefox's. However, this might not be a major concern in your environment.

Chosen Solution

Thanks, that is a global option which likely works are described (I didn't test it). I am seeking a command line option. Firefox doesn't really have thorough command line options (I don't want to use profiles for this either). So, i switched to chrome to launch a command line instance with --ignore-certificate-errors which works as desired.