IPv6 Network is unreachable Follow
Upsource 2.5 started on server that only has ipv6-address. Manually i can clone project git-repository here.
Project repository located on the machine with only ipv6-address.
When i try to create upsource project with this repository and push 'Test connection', i get the error:
Test VCS connection failed. List remote refs failed: com.jcraft.jsch.JSchException: java.net.SocketException: Network is unreachable |
This is the same for authentication methods ssh key and password.
This does not help:
$bin/upsource.sh configure -J-Djava.net.preferIPv6Addresses=true
How can i fix this?
Thank you.
Please sign in to leave a comment.
Hi Sergey,
Only IPv6 hosts are not supported, could you make 127.0.0.1 available and run Upsource on it?
Of course some proxy will be required in that case.
Ok, thank you. I'll try it.