Accessing secure feed from within a mashup fails
------------------------------------------------
Key: MASHUP-762
URL: https://wso2.org/jira/browse/MASHUP-762
Project: WSO2 Mashup Server
Issue Type: Bug
Reporter: Jonathan Marsh
Assignee: Channa Gunawardena
I think this has to do with the lack of a valid certificate for my local
installation. If so, I don't know what we can do about it other than document
it.
function mashupFeed() {
var reader = new FeedReader();
var feed =
reader.get('https://localhost:7743/search.jsp?query=mashups&for=&format=rss');
return feed.XML;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev