Custom certificate bundle is for the full version of cURL (e.g. cURL using sockets), not curl lite.
On Sunday, 14 June 2015 04:57:20 UTC+10, Alex Kerr wrote: > > > Users can supply a customer CA certificate bundle with their application. > > How does one do that - are there any docs? I'd like to use the Curllite > feature in PHP Appengine to connect to Facebook's API and it wasn't working > because of just this issue! (according to something I read by Stuart > Langley of Google) > > Thanks > > > On Thursday, June 11, 2015 at 2:04:58 AM UTC+1, Sarah Murphy wrote: >> >> Heya heya! >> >> With fanfare we announce the latest version of the Google App Engine SDK. >> <https://cloud.google.com/appengine/downloads> >> >> In addition to a number of infrastructure improvements, >> >> PHP >> >> - Users can supply a customer CA certificate bundle with their >> application. >> - Added intl as a dynamically loadable extension. >> >> Java >> >> - >> - Following a recent update to the JDK version used to run Java apps, >> the method javax.activation.MimetypesFileTypeMap.setDefaultFileTypeMap >> is no longer allowed. This method is almost never needed: if you want to >> update the default file type map, simply modify the map returned by >> FileMap.getDefaultFileTypeMap, like this: >> MimetypesFileTypeMap map = (MimetypesFileTypeMap) >> MimetypesFileTypeMap.getDefaultFileTypeMap(); >> map.addMimeTypes("image/webp webp"); >> >> -- 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/b52a8360-b24c-4e1a-bf7f-fbdf45674692%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
