Hi Themoviedb.org,
For some reason i am not able to get on themoviedb.org from home. NginX tells me 104 connection reset to peer. From other locations/ip addresses and my local machine I have no problems accessing your website.
I think my IP has been blocked for some reason.
Can you please let me know why my IP is blocked and how we can unblock it?
Kind regards
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2024 年 05 月 29 日 11:28上午
Hi @jitenc116,
We don't block IP's on the API. What is the output of a DNS lookup like
dig
?jitenc116 的回复
于 2024 年 05 月 29 日 11:53上午
When I run this command
openssl s_client -connect api.themoviedb.org:443
I got this:
Travis Bell 的回复
于 2024 年 05 月 29 日 12:13下午
That's just you trying to connect, I need to see the DNS lookup like above.
jitenc116 的回复
于 2024 年 05 月 29 日 12:23下午
ok
Travis Bell 的回复
于 2024 年 05 月 29 日 12:53下午
Ok, so you are connecting to some valid IPs. That's good.
What happens if you don't use
https
, andhttp
instead?