-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Another headsup when using https gadgets shindig currenlty uses
gmodules for rendering user preferences. If a gadget xml is on https,
this breaks as gmodules does not accept https :(

cheers,
Niels

On 03/25/2011 07:12 PM, Doug Ellison wrote:
> I'm running Apache Shindig within a webapp and it seems to work
> fantastic in most respects but I'm having one difficulty that I've
> spent more then a few days on trying to figure out.
>
> When I make a call such as
> http://localhost/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
>
>
>
it renders and works.  Also if I do
> https://localhost/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
>
>
>
it renders and works.  I've written a gadget that has the following
> calls
>
> function request() { DisplayHTML("<h1> Loading...</h1>"); var
> viewerIdSpec = opensocial.newIdSpec({userId: 'VIEWER'}); var req =
> opensocial.newDataRequest();
>
> req.add(req.newFetchPersonRequest('VIEWER'), 'viewer');
> req.add(req.newFetchPersonAppDataRequest(viewerIdSpec, "*"),
> "viewer_data");
>
> req.send(handleRequest); }
>
> Here is where my problem begins. If I put my gadget within
> http:// it works just fine and as expected. When I add https://
> the method for handling the response never gets called. So it
> seems to be a problem within routing between http and https but
> only with certain gadgets. However I can't seem to find a
> configuration option or don't understand enough to know whats
> really happening. Any help would be greatly appreciated.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJNjR5XAAoJECCFeCvee7L1NBsP/iI9cIcuh49cjgUm8hobJrNM
iQt8vl3fvxq/fUae7XX5iloP5e6aRg/RzVGY7yPQoqqcWr4KAAsvJsUGbwdV+YT6
5uelFaTnujtV1MlVYXGSpqZVAT6K1wRbIwkWg5sbAAbqlyN3PoNgcdtyLUwLT+YO
pIe6YOghSLu+6M7tf0hVwQ/UG2s6N4XUcl1Z0jx2HYwPuR9dInYQEQiRRawi16S0
MXRhN8VsRA1fLWYxB+7d5AKgkU79hS7xW3QObP5k17ONOGmf9lGAfr0uR/TFgnWv
X0Gwt5RQahxMZjlSQ5iqX8oatEYpqHRn/31+myGiJV4KXtgxwXWRdq5QWtJLsD2q
b2EMkBow33B1u55rU/ymAOpN5F7i4/rkWRndov/PuEq9G8tPAozKbTjhNTlSxE4V
5sjJ6EhpkionKM35Lymnjw80flbfBCqWM/0xsL4xFxv4PiTwmrqwZ28e405xiORl
pvDHb0OoXBtV4BpzIGEEOMcnSsTdmOEItyF7CWMDMvVCaxAInS567EAAKYdhNYdb
SqqXPdUvZDbBPONZsXgaO7HBzXsLeEML9Fsrw3nFknFJWuRIfl91JpbjyuOzssDr
5qax4Rlvo/9Y5byLnt6kZOLbdAeZ7415OJYoaoA/XE34S3D5KcHrJIuotDEzQeTW
PWFvNGWcmxg74rCcbkGW
=L4ct
-----END PGP SIGNATURE-----

Reply via email to