URL Fetch server not found - DNS updates post DDOS attack?
68 views
Skip to first unread message
Will Reiher
unread,
Oct 21, 2016, 3:52:46 PM10/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I'm able to contact a remote API server just fine from my local testing server... but the live server is not able to find/route to the server. Is there a way to update the DNS cache for my project?
Will Reiher
unread,
Oct 21, 2016, 4:03:36 PM10/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
All my urlfetch calls are failing since they cant get to the host... DNS is not updated.
Will Reiher
unread,
Oct 21, 2016, 4:46:20 PM10/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I WAS ABLE TO FIX IN THE SHORT TERM.
It seems to be related to a cached ssl certificate on google cloud but I was able to skip the validation with url fetch and everything works.