0

内部apexWebサイトを組み込みPL/SQLゲートウェイからweblogicサーバーに移動して以来、ブラウザは証明書エラーをスローします。

これらのエラーを取り除く/証明書を修正するにはどうすればよいですか?

インターネットエクスプローラ:

The security certificate presented by this website was not issued by 
a trusted certificate authority. Security certificate problems may 
indicate an attempt to fool you or intercept any data you send to the server

クロム:

You attempted to reach sy02131.adt.com, but the server presented a 
certificate issued by an entity that is not trusted by your computer's
operating system. This may mean that the server has generated its own 
security credentials, which Google Chrome cannot rely on for identity 
information, or an attacker may be trying to intercept your communications.
4

1 に答える 1

1

すぐに使用できる組み込みSQLゲートウェイ(EPG)はSSLを使用しません。WeblogicインスタンスがSSLを実行したか、SSLを必要としているようです。おそらく、置き換える予定のスターターキーのセットを使用しています。いずれにせよ、サーバーではなく、ブラウザがこの問題を引き起こしています。ブラウザで警告としてこれをバイパスするか、例外を追加できるはずです。このエラーを本番環境で解消したい場合は、認証局から適切なSSLキーを入手してください。

取得した後の構成方法は次のとおりです。http: //docs.oracle.com/cd/E12840_01/wls/docs103/secmanage/ssl.html

于 2012-08-01T18:55:56.663 に答える