Hello All, The robot script /opt/demo.sh init is making a call to A&AI url https://aai.api.simpledemo.openecomp.org:8443/aai/v8/cloud-infrastructure/cloud-regions/cloud-region/Rackspace/RegionOne
Which results in A&AI throwing an internal error 500 and based on the stack trace and wget of the url we need to add the issuer certificate as trusted Based on my understanding this cert can not be obtained from aai.api.simpledemo.openecomp.org. Is the issuer cert available somewhere we can download? Stack trace from A&AI… Getting the resource...: https://aai.api.simpledemo.openecomp.org:8443/aai/v8/cloud-infrastructure/cloud-regions/cloud-region/Rackspace/RegionOne Getting the Resource failed: 500: org.openecomp.aai.exceptions.AAIException: AAI_7402 at org.openecomp.aai.util.GetResource.getNode(GetResource.java:154) at org.openecomp.aai.util.GetResource.main(GetResource.java:89) output of wget… wget https://aai.api.simpledemo.openecomp.org:8443/aai/v8/cloud-infrastructure/cloud-regions/cloud-region/Rackspace/RegionOne --2017-05-02 15:26:38-- https://aai.api.simpledemo.openecomp.org:8443/aai/v8/cloud-infrastructure/cloud-regions/cloud-region/Rackspace/RegionOne Resolving aai.api.simpledemo.openecomp.org (aai.api.simpledemo.openecomp.org)... 10.0.1.1 Connecting to aai.api.simpledemo.openecomp.org (aai.api.simpledemo.openecomp.org)|10.0.1.1|:8443... connected. ERROR: cannot verify aai.api.simpledemo.openecomp.org's certificate, issued by ‘/C=US/ST=NJ/L=Bedminster/O=OpenECOMP/OU=simpledemo/CN=OpenECOMP simpledemo Server CA X1/[email protected]’: Unable to locally verify the issuer's authority. To connect to aai.api.simpledemo.openecomp.org insecurely, use `--no-check-certificate'. _______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
