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
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
5월 29, 2024 at 11:28 오전
Hi @jitenc116,
We don't block IP's on the API. What is the output of a DNS lookup like
dig
?jitenc116님의 댓글
5월 29, 2024 at 11:53 오전
When I run this command
openssl s_client -connect api.themoviedb.org:443
I got this:
Travis Bell님의 댓글
5월 29, 2024 at 12:13 오후
That's just you trying to connect, I need to see the DNS lookup like above.
jitenc116님의 댓글
5월 29, 2024 at 12:23 오후
ok
Travis Bell님의 댓글
5월 29, 2024 at 12:53 오후
Ok, so you are connecting to some valid IPs. That's good.
What happens if you don't use
https
, andhttp
instead?