You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In other parts of Gateway it will pop up with something that lets you accept the cert and add it to the trust store. Can we do that for our client too instead of making the user do it manually?
We also have a setting for adding a path to a CA, but seems reasonable to add this if the rest of Gateway is doing it.
Edit: CertificateManager.getInstance().sslContext. Should this replace the settings we have? Maybe this stuff should be managed by Gateway itself.
The text was updated successfully, but these errors were encountered:
In other parts of Gateway it will pop up with something that lets you accept the cert and add it to the trust store. Can we do that for our client too instead of making the user do it manually?
We also have a setting for adding a path to a CA, but seems reasonable to add this if the rest of Gateway is doing it.
Edit:
CertificateManager.getInstance().sslContext
. Should this replace the settings we have? Maybe this stuff should be managed by Gateway itself.The text was updated successfully, but these errors were encountered: