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

Ability to enable communication to http servers by config💡 #2558

Open
4 tasks
eliasbruvik opened this issue Sep 24, 2024 · 0 comments
Open
4 tasks

Ability to enable communication to http servers by config💡 #2558

eliasbruvik opened this issue Sep 24, 2024 · 0 comments

Comments

@eliasbruvik
Copy link
Contributor

We currently have no direct support for http witsml servers as it is not secure. But we do have documentation on how to enable this by altering the code. See enable http.

That documentation is fine for companies that has their own internal setup with their own build process, but changing the code is not as easy for the desktop edition users.

I suggest that http servers should be disabled by default, BUT with the option to alter the config to enable it.

For normal setup, this should include adding a variable 'enableHttp' to for example to appsettings.json or any of the alias files.

For the desktop edition, this should include adding the 'enableHttp' variable to the config file that is available after the desktop edition installation is complete.

Requirements:

  • Ability to enable http from appsettings.json or any alias file.
  • Ability to enable http from the config file available in WEx Desktop.
  • Added documentation on how to enable http with the new configs.
  • Proper warning in the documentation as using http is not secure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant