projectnessie / iceberg-catalog-migrator

CLI tool to bulk migrate the tables from one catalog another without a data copy
Apache License 2.0
59 stars 13 forks source link

Change port for the dns #219

Open tamarinkeisari opened 2 hours ago

tamarinkeisari commented 2 hours ago

Hey guys, I'm trying to migrate from rest to nessie and my nessie server is not approachable by port 80 but it is approachable with port 443, how can I change the migrator to address the nessie server through port 443?

The error I get: Unable to register the table Forbidden: Connecting to nessie.dns:80 connecting to XXX.XX.XX.XX:80 dial tcp XXX.XX.XX.XX:80: connextex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

**My connected host is only approachable at port 443 hence the error, can someone please help me fix the problem so I also can use the migrator with my host?

Thank you so much

dimas-b commented 2 hours ago

Does using httpS://... in the Nessie Catalog URL work?