0

自从将内部顶点网站从嵌入式 PL/SQL 网关移动到 weblogic 服务器浏览器后,就会引发证书错误。

我怎样才能摆脱这些错误/修复证书?

IE浏览器:

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 回答