Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING

  • 1 risposta
  • 1 ha questo problema
  • 277 visualizzazioni
  • Ultima risposta di 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

Tutte le risposte (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.

Modificato da TyDraniu il