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
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van Travis Bell
op 29 mei 2024 om 11:28 AM
Hi @jitenc116,
We don't block IP's on the API. What is the output of a DNS lookup like
dig
?Reactie van jitenc116
op 29 mei 2024 om 11:53 AM
When I run this command
openssl s_client -connect api.themoviedb.org:443
I got this:
Reactie van Travis Bell
op 29 mei 2024 om 12:13 PM
That's just you trying to connect, I need to see the DNS lookup like above.
Reactie van jitenc116
op 29 mei 2024 om 12:23 PM
ok
Reactie van Travis Bell
op 29 mei 2024 om 12:53 PM
Ok, so you are connecting to some valid IPs. That's good.
What happens if you don't use
https
, andhttp
instead?