Hi, On Sep 9, 11:11 am, Josh <[EMAIL PROTECTED]> wrote: > I am trying to make the move from secure=0 to secure=1 with my PHP > site, and I am having some problems. I created .jks and .pem files > using Java and uploaded the .pem file to Google. What do I do with > the .jks file though? Where do I put it or how do I invoke it?
If you're using PHP you don't do anything with the .jks file. If you're not using Java, using openssl to create a .pem is the way to go: http://code.google.com/apis/gdata/authsub.html#Registered > > Everything works with h9 and secure=0, just trying to get secure=1 > working before I test with "health." I have read a number of forum > posts but cannot quite figure out how to get this working. Have you registered your domain with health? This is a separate registration from https://www.google.com/accounts/ManageDomains. Here's the API ToS where you can do that: http://services.google.com/events/googhealthdevelopers p.s. you won't be able to use /health until final approval. It's important to get secure=1 tokens working with /h9 first. Eric > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Health Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/googlehealthdevelopers?hl=en -~----------~----~----~----~------~----~------~--~---
