SSL Error while trying to fetch data from nitter.net

Description of the problem (please keep it simple and short): Can not fetch data from nitter.net as rss feed due to SSL Error.

Explain what you were trying to do: I am trying to fetch data as rss feed file from

https://nitter.net/search/rss?q=mykeyword

It seems to not work properly due to potential certifacte issue? I tried with python script and requests library as well as with curl in shell.

Feedback from python script:

Error fetching RSS feed: HTTPSConnectionPool(host='nitter.net', port=443): Max retries exceeded with url: /search/rss?q=mykeyword (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:997)')))

Feedback from curl:

curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to nitter.net:443 

Can someone explain to me what i am missing in replit configuration or why this is happening at all?