问题描述
大家好,
我有一个这样的网页名称:'https://bus/api/check'当我运行这个web时,它会正常返回数据。但是当我创建web源模块时,它显示如下
URL调用过程中出现错误。
ORA-29024: 证书验证失败
我在GG上搜索那个问题。我试图解决我的问题遵循这个网站:
https://apex.oracle.com/pls/apex/germancommunities/apexcommunity/tipp/6121/index-en.html
非常清晰。我创建了名为http_wallet的新钱包,并成功添加了证书。但是,我通过DB上的select语句进行检查,代码为:
It shows HTTPS request failed and security violation. I don't know why that reason. I tried those steps on Google web, I can get certificate successfully. Now my certificate is from Amazone. I check web via checkssl online, everything it is ok, but I don't understand when I check serial number of the first of certificate, it shows me serial number is 00. Can anyone help me to solve my those problem. I do not have much experience in create web source module. Thank in advance.
询问Web源模块
我有一个这样的网页名称:'https://bus/api/check'当我运行这个web时,它会正常返回数据。但是当我创建web源模块时,它显示如下
URL调用过程中出现错误。
ORA-29024: 证书验证失败
我在GG上搜索那个问题。我试图解决我的问题遵循这个网站:
https://apex.oracle.com/pls/apex/germancommunities/apexcommunity/tipp/6121/index-en.html
非常清晰。我创建了名为http_wallet的新钱包,并成功添加了证书。但是,我通过DB上的select语句进行检查,代码为:
select APEX_WEB_SERVICE.make_rest_request(p_url => ''https://bus/api/check',p_http_method => 'GET',p_wallet_path => 'file:C:/temp/wallet/https_wallet',p_wallet_pwd => 'pass_word') from dual;
It shows HTTPS request failed and security violation. I don't know why that reason. I tried those steps on Google web, I can get certificate successfully. Now my certificate is from Amazone. I check web via checkssl online, everything it is ok, but I don't understand when I check serial number of the first of certificate, it shows me serial number is 00. Can anyone help me to solve my those problem. I do not have much experience in create web source module. Thank in advance.
询问Web源模块
专家解答
文章转载自ASKTOM,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。