Our shindig server runs under https. It appears that the shindig server
makes a call back to itself for listMethods using
"osapi" : {
"endPoints" : [ "https://%host%/opensocial/rpc" ]
}
from container.js (which I've overridden with https and our webcontext).
1) Why does shindig call back into itself and not just make a
function call? Why doesn't it just use local host? This requires the
certificate to be installed and java made aware of it.
2) Some of these values seem to be used client-side as well as
server-side. If I remember right, when I changed it to
http://localhost/opensocial/rpc , then I had trouble client-side.
Unfortunate that the value is used for dual purposes.
Any feedback is appreciated.
Doug