自从将内部顶点网站从嵌入式PL / SQL网关移动到weblogic服务器浏览器后抛出证书错误。
如何摆脱这些错误/修复证书?
Internet Explorer:
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.
答案 0 :(得分:1)
开箱即用,嵌入式SQL网关(EPG)不使用SSL。看起来您的Weblogic实例确实甚至需要SSL。它可能使用了一组您要替换的启动键。无论如何,您的浏览器导致此问题,而不是服务器。您应该能够在浏览器中绕过此警告或添加例外。如果您希望此错误在生产中消失,请从证书颁发机构获取一些正确的SSL密钥。
以下是获取后如何配置它们: http://docs.oracle.com/cd/E12840_01/wls/docs103/secmanage/ssl.html