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

[Bug] Proxy configuration is not correctly parsed #1392

Closed
To-om opened this issue Jun 12, 2020 · 0 comments
Closed

[Bug] Proxy configuration is not correctly parsed #1392

To-om opened this issue Jun 12, 2020 · 0 comments
Assignees
Labels
bug TheHive4 TheHive4 related issues
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Jun 12, 2020

Request Type

Bug

Work Environment

TheHive 4.0.0-RC3

Problem Description

In WS configuration, proxy and ssl settings should be stored in proxy and ssl key.
In 4.0.0-RC3:

  "wsConfig": {
    "wsClientConfig": {
      "ssl": {
        // [...]
      }
    }
  }
  "proxyConfig": {
    "host": "127.0.0.1"
    "port": 3128
    "protocol": "http"
  }

It should be:

  "wsConfig": {
    "ssl": {
      // [...]
    }
    "proxy": {
      "host": "127.0.0.1"
      "port": 3128
      "protocol": "http"
    }
  }
@To-om To-om added bug TheHive4 TheHive4 related issues labels Jun 12, 2020
@To-om To-om added this to the 4.0.0-RC4 milestone Jun 12, 2020
@To-om To-om self-assigned this Jun 12, 2020
To-om added a commit that referenced this issue Jun 15, 2020
@To-om To-om closed this as completed Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug TheHive4 TheHive4 related issues
Projects
None yet
Development

No branches or pull requests

1 participant