-
Notifications
You must be signed in to change notification settings - Fork 32
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
Configuration option to skip certificate validation for connection to ServiceControl #717
Comments
@Particular/servicecontrol-maintainers Had a spike on this, there is a problem with the proposed way of doing it. The way the by-pass works is that once you set it, it will be there for the session and there's no way to roll it back. Also, the workaround is controlled via a static variable ( How do you propose we introduce the UI bit for it so that:
I propose doing that via an option in the Settings screen.
|
How common is this? Would it be problematic to simply make it an app.config setting with no UI? |
@mikeminutello i raised the original issue (#604), IMHO its very uncommon, i was not sure if it was worth supporting |
@mikeminutillo App.config could be an option, but we're not storing anything else in there (with the exception of binding redirects). |
@Particular/serviceinsight-maintainers discussed this today and we decided to add it as an app config setting (description updated). This is a low cost, low impact way for us to support this use case. |
FYI I changed the title and description, and unchecked "Make changes" in the POA, since that's only done when #756 is merged. |
This is a spin-off of the discussion in #604.
This allows, for example, connections to ServiceControl running with a self-signed certificate.
We will allow this via an app config setting, which address the problem whether ServiceInsight is launched by the user directly, or via ServicePulse.
Plan of attack
The text was updated successfully, but these errors were encountered: