Søg i 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

MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING

  • 1 svar
  • 1 har dette problem
  • 277 visninger
  • Seneste svar af TyDraniu

more options

Dear All, I tried to upload a free ssl certificate to make my site sicure. With other browser I don't have any problems, but with Firefox I received this message: MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING Someone have any solution about? Thanks to all.

Digital5

Dear All, I tried to upload a free ssl certificate to make my site sicure. With other browser I don't have any problems, but with Firefox I received this message: MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING Someone have any solution about? Thanks to all. Digital5

Alle svar (1)

more options

I'm not very familiar with certificates, but Firefox enforces OCSP "must-staple", returning the MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING error if such a certificate is presented without a stapled OCSP response.

OCSP must-staple is an extension that can be added to a certificate that tells the browser to expect an OCSP staple whenever it sees the certificate. This acts as an explicit signal to the browser that it’s safe to use the more secure hard-fail strategy.

On the client side you can fix it by setting security.ssl.enable_ocsp_must_staple = false.

See also this blog post.

Ændret af TyDraniu den