HI, i´m triying to create a new proxy and i tried using the radio button WSDL and the URL
https://213.0.121.90:4443/SContratacionWS/consultasSoapHttpPort?wsdl
but i get an error and the WSDL is not loaded .
Fetch WSDL Error: Could not download resource. peer not authenticated.
But if a try this in the browser i can check the WSDL without any problem.
I´m new in apigee maybe is an easy thing but i can´t find the error.
Thanks for the help
Solved! Go to Solution.
After talking to Alex on Apigee, he can up with a way around the issue. Since uploading a new cert to the TrustStore, that can only be apply to connection post creation of the Proxy, the trustStore isn't a solution here. But what he advise was, download the WSDL as a file. Look at the WSDL xml and figure out all the places that has <include> that reference the SSL URL. Download that include manually, merge the WSDL and all those includes, and upload the WSDL as file. It worked for me.