projectnessie / iceberg-catalog-migrator

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

Change port for the dns #219

Open tamarinkeisari opened 1 month ago

tamarinkeisari commented 1 month 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 1 month ago

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

tamarinkeisari commented 1 month ago

I'm getting this error when I'm using the nessie catalog url with https. My Nessie server stands behind an openshift server and the migration is trying to connect to the openshift server with port 80

the IP in the error is the IP of openshift

snazy commented 1 month ago

@tamarinkeisari can you please move this to our Zulip chat? GH issues are for rather for bug reports, we keep questions/discussions in the chat.