I'm working on google app engine. I have deployed code for cloud functions
in firebase. I have tried *URLfetch* for *HTTPS* request
URLFetchService urlFetchService =
URLFetchServiceFactory.getURLFetchService(); URL url = new URL("
https://us-central1-upgraded.cloudfunctions.net/booking");
FetchOptions fetchOptions = FetchOptions.Builder.withDefaults();
fetchOptions.validateCertificate();
But it always *throwing* javax.net.ssl.SSLHandshakeException: *Could not
verify SSL certificate* for URL
https://us-central1-upgraded.cloudfunctions.net/booking
Do I need to configure anything in web.xml, I don't know how to solve this,
please help...
--
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/bbbf6daa-34bf-45a9-9b8d-d9e0ae7b548e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.