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
Would be useful if a client SSM could check if messages are being encrypted by a cert that's actually used by the central server that'll be eventually receiving the messages.
Might need to be able to fetch a DN from GOCDB.
The text was updated successfully, but these errors were encountered:
To avoid having to fetch anything, we could just add a list of default host DNs that the cert should be for (i.e. the apel prod and pre-prod hosts) and have a config setting that can disable that check if really needed (e.g. regional servers) or override what host the DN can be for.
now checks wether the host cert is the same as server cert for sender
if it is then an error message is given
added sender_failed = True to an exception to properly show it failed
now checks wether the host cert is the same as server cert for sender
if it is then an error message is given
added sender_failed = True to an exception to properly show it failed
now checks wether the host cert is the same as server cert for sender
if it is then an error message is given
added sender_failed = True to an exception to properly show it failed
From GGUS.
Would be useful if a client SSM could check if messages are being encrypted by a cert that's actually used by the central server that'll be eventually receiving the messages.
Might need to be able to fetch a DN from GOCDB.
The text was updated successfully, but these errors were encountered: