0

HTTPS サイトの記録中に奇妙な問題が発生しました。エラーコードは次のとおりです:- javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificate s(Unknown Source) at Google のさまざまな投稿を参照した後、次のことを試しました:-

  1. JDKをJDK7に更新
  2. ウェブサイトの証明書を crt、der、および p7c にエクスポートしました
  3. 証明書を jre7/lib/security の cacerts にインポートしました

記録用に HTTP 4 クライアントを選択しています。JAVA を使用する場合、エラー コードは次のとおりです。

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints at sun.security.ssl.Alerts.getSSLException(Unknown Source) at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) at sun.security.ssl.Handshaker.fatalSE(Unknown Source) at sun.security.ssl.Handshaker.fatalSE(Unknown Source) at sun.security.ssl.ClientHandshaker.serverCertificat e(Unknown Source) at sun.security.ssl.ClientHandshaker.processMessage(U nknown Source) at sun.security.ssl.Handshaker.processLoop(Unknown Source) at sun.security.ssl.Handshaker.process_record(Unknown Source) at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) at sun.security.ssl.SSLSocketImpl.performInitialHands hake(Unknown Source) at sun.security.ssl.SSLSocketImpl.startHandshake(Unkn own Source) at sun.security.ssl.SSLSocketImpl.startHandshake(Unkn own Source) at I reinstalled JDK7.
The error code has now changed to :-
Secure Connection Failed
Cannot communicate securely with peer: no common encryption algorithm(s).
(Error code: ssl_error_no_cypher_overlap) 
4

1 に答える 1

1

あなたの質問には明確な質問自体はありませんでした (HTTPS サイトの記録中に奇妙な問題が発生したと述べただけです)。

サイトが Chrome で動作する場合は、JMeter Chrome 拡張機能を使用して、JMeter の HTTP プロキシを完全にバイパスしてみて ください。

BlazeMeter は有料サービスですが、無料アカウントで必要なだけクロム拡張機能を使用できます。

于 2013-09-17T20:17:10.513 に答える