TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hetzner Oregon region IP's blocked by sites

9 pointsby jollyjerryabout 1 year ago
I was tracking down why my app couldn&#x27;t make http requests after moving to Hetzner. Initially, I suspected openssl handshake issues based on the error messages, but after making sure that all the versions were the same to compare with a working host, I realized that the oregon region IP&#x27;s are just blocked. Support was quick to answer, suggesting creating another instance &#x2F; IP. However, all the IP&#x27;s were 5.78.x.x, and they all appear to be blocked as well.<p>$ curl https:&#x2F;&#x2F;www.google.com -vvv # snip &lt;p&gt;&lt;b&gt;403.&lt;&#x2F;b&gt; &lt;ins&gt;That’s an error.&lt;&#x2F;ins&gt; &lt;p&gt;Your client does not have permission to get URL &lt;code&gt;&#x2F;&lt;&#x2F;code&gt; from this server. &lt;ins&gt;That’s all we know.&lt;&#x2F;ins&gt; * Connection #0 to host www.google.com left intact<p>Creating another VM in Virginia region running the same commands work:<p>$ curl https:&#x2F;&#x2F;www.google.com -vvv &lt;HTML&gt;&lt;HEAD&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text&#x2F;html;charset=utf-8&quot;&gt; &lt;TITLE&gt;302 Moved&lt;&#x2F;TITLE&gt;&lt;&#x2F;HEAD&gt;&lt;BODY&gt; &lt;H1&gt;302 Moved&lt;&#x2F;H1&gt; The document has moved &lt;A HREF=&quot;https:&#x2F;&#x2F;www.google.com&#x2F;sorry&#x2F;index?continue=https:&#x2F;&#x2F;www.google.com&#x2F;&amp;amp;q=EhAqAQT_APCPKwAAAAAAAAABGMaDq68GIjC2bqBnnF_Ayy8Wat70eMWXugq1W1Tmj1nrlx-STddRNpyR4pXlau8FWkxxnUPpK_AyAXJaAUM&quot;&gt;here&lt;&#x2F;A&gt;. &lt;&#x2F;BODY&gt;&lt;&#x2F;HTML&gt;

2 comments

Hetzner_OLabout 1 year ago
In case you haven&#x27;t done so already, please let our support team know about this at the end of your support ticket: &quot;Support was quick to answer, suggesting creating another instance &#x2F; IP. However, all the IP&#x27;s were 5.78.x.x, and they all appear to be blocked as well. [...] Creating another VM in Virginia region running the same commands work.&quot; It can be helpful for our team to know what troubleshooting works. And thank you in advance. --Katie
评论 #39651623 未加载
jmspringabout 1 year ago
A buddy and I have both run into the bad IP range in Oregon. We moved to using VMs in Virginia. It wasn&#x27;t worth chasing down the bad IP range. I always use a blacklist check - <a href="https:&#x2F;&#x2F;mxtoolbox.com&#x2F;blacklists.aspx" rel="nofollow">https:&#x2F;&#x2F;mxtoolbox.com&#x2F;blacklists.aspx</a> - for instance.