I am beginner to Google compute engine, i have deployed my project to GCE, but I observe that the IP address of my VM instances(google managed) are not static and get changed in 2-3 days due to which i get communication link failure and null pointer exception. After browsing the cloud sql documentation, I found that, my problem can be solved by connecting to cloud sql using SSL, and authorizing the IP address 0.0.0.0/0 in cloud instance. I have successfully retrieved all the certificates (client-cert.pem, client-key.pem, server-ca.pem). my question is: 1. Now what to do with these files (it is not mentioned in documentation)? 2. What do I need to change in my Java application? 3. What i need to configure in my VM instance?
Since, I never connected any app to database using SSL, its getting difficult for me, Please help me. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ad68c0bc-6875-4d67-aec7-3ec7f6ba6049%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
