Skip to content

Conversation

@jonbartels
Copy link
Contributor

Issue #156 - Change SSL help text to a Constant, remove NextGen branding and ads from the message

… remove NextGen branding and ads from the message

Signed-off-by: Jon Bartels <jon.bartels@teladochealth.com>
@jonbartels jonbartels force-pushed the issue-156-remove-ads branch from e443ee5 to b75e606 Compare August 15, 2025 13:48
@jonbartels jonbartels marked this pull request as ready for review August 15, 2025 13:56
@jonbartels jonbartels requested review from a team, gibson9583, kayyagari, kpalang, pacmano1, ssrowe and tonygermano and removed request for a team August 15, 2025 13:57
Copy link
Member

@tonygermano tonygermano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand the desire to not want to duplicate code, but I don't know if UIConstants is the right place to put connector specific data.

@kayyagari
Copy link

I understand the desire to not want to duplicate code, but I don't know if UIConstants is the right place to put connector specific data.

IMO, It is all on the client UI and never gets into anything connector specific on the server, so this is acceptable.

pacmano1
pacmano1 previously approved these changes Aug 15, 2025
@jonbartels
Copy link
Contributor Author

I put it in UI Constants because multiple places showed this help text.

There isn't any other common class to both WS and HTTP connectors that I could find.

It is help text shown in the UI, so UIConstants seemed like the best choice.

This isn't just duplicated code, its a whole block of HTML. Duplicating small strings maybe but an HTML block should never have been copy-pasted like the original.

mgaffigan
mgaffigan previously approved these changes Sep 3, 2025
tonygermano
tonygermano previously approved these changes Sep 4, 2025
@ssrowe
Copy link

ssrowe commented Sep 4, 2025

I’m late to the party here, but I think we should completely remove this warning and the scary icon/s that goes with it. There is no warning for http traffic (nor am I advocating for one here) which is arguably higher risk.

When using https, we have reasonable defaults and the connection is reasonably secure. Further, the prior or the proposed warning does not give the user any beneficial or actionable information. There is no reason to believe that anything but the default cert store would be used and there is nothing inherently harmful by doing so.

Also, mTLS is supported, it just needs to be configured with the client cert/key. We don’t currently provide a way to do that, but it can be done at the JVM level and the connection will pick it up and use it just fine.

If we feel we need a message, then perhaps a link to the documentation for advanced configurations.

@pacmano1
Copy link
Contributor

pacmano1 commented Sep 4, 2025

I’m late to the party here, but I think we should completely remove this warning and the scary icon/s that goes with it. There is no warning for http traffic (nor am I advocating for one here) which is arguably higher risk.

When using https, we have reasonable defaults and the connection is reasonably secure. Further, the prior or the proposed warning does not give the user any beneficial or actionable information. There is no reason to believe that anything but the default cert store would be used and there is nothing inherently harmful by doing so.

Also, mTLS is supported, it just needs to be configured with the client cert/key. We don’t currently provide a way to do that, but it can be done at the JVM level and the connection will pick it up and use it just fine.

If we feel we need a message, then perhaps a link to the documentation for advanced configurations.

Perhaps. I think we need to be sensitive to conditioned behavior for many users using this engine for many years.

I would not remove it for this reason - it is perhaps a gentle reminder.

@mgaffigan
Copy link
Contributor

image

Here's a screenshot just to document.

@tonygermano tonygermano dismissed stale reviews from mgaffigan, pacmano1, and themself via b75e606 November 6, 2025 16:20
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

Successfully merging this pull request may close these issues.

[BUG] NextGen SSL Advertisement Hidden in HTTP Connector and SOAP Connector

7 participants