oracle ssl_error_rx_record_too_long
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1441525/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
ssl_error_rx_record_too_long
提问by ant
I've googled this error but came up with no solution, this happened when I installed oracle database 11g, I tried to reach https://localhost:1158/emand this error pops up in firefox
我用谷歌搜索了这个错误,但没有找到解决方案,这发生在我安装 oracle 数据库 11g 时,我试图访问https://localhost:1158/em并且这个错误在 firefox 中弹出
Secure Connection Failed
An error occurred during a connection to localhost:1158.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
* The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
* Please contact the web site owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
Anyone had similar problem before, I'd be thrilled if someone could help. thank you
以前有人遇到过类似的问题,如果有人能提供帮助,我会很高兴。谢谢你
采纳答案by DCookie
Are you sure that the dbconsole was secured and is actually an SSL service? Try to connect to http://localhost:1158/emand see what happens...
您确定 dbconsole 是安全的并且实际上是 SSL 服务吗?尝试连接到http://localhost:1158/em看看会发生什么......