Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Proxy with Authentication #1085

Open
dbssbu opened this issue Dec 20, 2024 · 1 comment
Open

Support Proxy with Authentication #1085

dbssbu opened this issue Dec 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dbssbu
Copy link

dbssbu commented Dec 20, 2024

Is your feature request related to a problem? Please describe.

If you are behind a proxy, which causes authentication wi-import exists with an HTTP Proxy Authentication Required error:

Unexpected migration error.
[System.AggregateException] System.AggregateException: One or more errors occurred. (The proxy tunnel request to proxy 'http://proxy.domain.com:8080/' failed with status code '407'.")
 ---> System.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://proxy.domain.com:8080/' failed with status code '407'."

Describe the solution you'd like

Option 1:
Use the authentication which is provided by the os

Option 2:
Add a commandline option "--proxyHost", allowing to specify a network proxy which to be abe to use a local proxy solution like genotrance/px

Example:

wi-import.exe --proxyHost http://localhost:3186

Describe alternatives you've considered

Migrate Data to a machine which is not behind a proxy

Additional context

@Alexander-Hjelm Alexander-Hjelm added the enhancement New feature or request label Dec 20, 2024
@Alexander-Hjelm
Copy link
Collaborator

Marked as feature request. This will probably not be prioritized in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants