13

この質問が何度か寄せられていることに気付きましたが、どの結果も私の問題に対する解決策を提供していません。

クライアント向けのウェブサイトを開発しています。ウェブサイトはhttp://www.entirelyintimate.comです。チェックアウトプロセスにPaypal Proを使用するドロップシッピングWebサイトです.

Godaddy から SSL を購入してインストールしました。SSL チェッカーの Web サイトによると、チェーンとインストールは正しいようです。

保護する必要があるページ上の安全でないコンテンツをすべて削除しました 1 例 - https://www.entirelyintimate.com/checkout-complete

ページをチェックしました - whynopadlock.com で、そこは良さそうです。

しかし...私はまだ恐ろしいエラー コードを受け取ります: どんな助けでも大歓迎です。

ps このコミュニティは本当に素晴らしいです。質問があるときはいつもここに潜んでいます。Google の検索結果にこのウェブサイトが表示されると、自動的にクリックします。

4

2 に答える 2

11

sec_error_revoked_certificate証明書が失効したことを意味します。

Your certificate may be issued by a CA trusted by your browser and valid in time, but the CA may have revoked it, and your client is checking for revocation (which is recommended).

Certificate revocation is a mechanism that makes it possible to invalidate a certificate before its normal expiry time. Checking for revocation can be done via CRL or OCSP by the clients.

Typically, certificates are revoked upon request from the entity corresponding to that cert (i.e. the user or the server admin) if the private key has been compromised, if the CA decides the validating data wasn't sufficient after all, or perhaps automatically if the CA issues another certificate to the same entity.

A possible cause for the problem could be that you might have re-keyed your certificate, thereby making your CA revoke the old one. If you're still using the old one inadvertently (perhaps it's still available to your server in its keystore or equivalent) this error could happen.

Qualys SSL Labs's SSL checker is generally a more complete tool for checking your SSL/TLS configuration. It seems to indicate that your certificate has indeed been revoked.

于 2012-09-11T19:30:40.873 に答える
2

エラーの原因は、記載されているとおりです。セキュリティ証明書が取り消されています。

チェックアウト ページのアドレスを入力すると、ここで確認できます。

恐れ入りますが、GoDaddy に確認していただく必要があります。

0x4F0DB30A63474B: revoked
    This Update: Sep 11 17:52:23 2012 GMT
    Next Update: Sep 11 23:52:23 2012 GMT
    Reason: cessationOfOperation
    Revocation Time: Sep 10 01:39:38 2012 GMT
于 2012-09-11T19:40:18.763 に答える