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

SSL config is not properly done in mss-sip-stack.properties #2606

Closed
maria-farooq opened this issue Oct 31, 2017 · 0 comments
Closed

SSL config is not properly done in mss-sip-stack.properties #2606

maria-farooq opened this issue Oct 31, 2017 · 0 comments

Comments

@maria-farooq
Copy link

config-SecureSSL.sh script is responsible for configuring ssl in mss-sip-stack.properties
but sed command matches exact port to append further configuration
in case where port is different (default is different than envoirnment's configured port)
script is unable to configure ssl properly because the strict nature SED command.
we need to changed and math a expression rather than exact port so ssl config is applied regardless.

maria-farooq pushed a commit that referenced this issue Oct 31, 2017
maria-farooq pushed a commit that referenced this issue Nov 3, 2017
* master:
  fixed failing tests compilation
  Comments added.
  Comments added.
  fix
  referred #2606
  added regreg in place of exact https port value
  #issue 2603
  Issue2598 fix rvd retrieval (#2600)
  Minor comment enhancement. Issue #2594, PR #2595
  Addition of http-client configuration parameters for HTTP connection pooling, commented for now as agreed. Issue #2594
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