-
-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Trying to add the Anisource indexer returns:
Unable to connect to indexer. This is typically caused by DNS/SSL issues. Check DNS settings, ensure IPv6 is working or disabled, consider using different DNS servers, or try a VPN/proxy if needed. See: 'https://wiki.servarr.com/prowlarr/troubleshooting#dns-ssl-connection-issues' No data available (asnet.pw:443)
Going inside the container bash and doing curl -v https://asnet.pw/ resolves correctly the IPv6 address and does the TLS handshake fine and returns HTML. So the container has connectivity just fine. Note that this indexer seems to be IPv6 only. There is no IPv4 address.
Expected Behavior
The indexer should be able to be added if the container has connectivity.
Steps To Reproduce
- Have a docker container for prowlarr. in the network section, make sure
enable_ipv6is set totrueand a subnet is defined for IPv6 that matches the prefix in the docker.config for example:fd00:aaaa:1111:1::/64. - Go to
Indexersand try to add theAnisourceindexer. - Press the
Testbutton.
Environment
- OS: Arch Linux
- Prowlarr: 2.3.0.5236-ls139 by linuxserver.io
- Docker Install: Yes
- Using Reverse Proxy: Yes, NPM
- Browser: FirefoxWhat branch are you running?
Master
Trace Logs? Not Optional
https://privatebin.net/?1847dfdcfdb7adb2#HpSwGxLW5ziDRrK71KRKgjDURo61tpYePBB6iw2e7L3o
Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
- I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain
trace- that are relevant and show this issue.