-
Notifications
You must be signed in to change notification settings - Fork 7
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
Existing configuration properties may need to be overwritten. Document or add option. #3
Comments
I'd vote for failing if there's a conflict and using |
We definitely shouldn't fail. There are many reasons to want to change the defaults, for example to use a stricter minimum TLS version, or limiting ciphers by name instead of just |
Yes, but the user should know that something is being overwritten, e.g.:
|
I know this issue is two years old now but in working with @sbesson on #26 and #27 along with ome/omero-py#336 I think we've established that having this plugin set The oldest version of OpenSSL shipping on a platform we still support is
Since one of the fundamental results of running I'd propose we close this issue. On #26 I'll add a set of changes that I think we should make before moving the functionality of this repository up into |
See https://forum.image.sc/t/omero-icessl-unable-to-set-ciphers/30704/33
In this case
omero.glacier2.IceSSL.Ciphers=HIGH:ADH:@SECLEVEL=0
had been previously set but was causing problems. This plugin avoids overwriting existing config withomero.glacier2.IceSSL.Ciphers=HIGH
.We should either document this or add an
--overwrite
optionThe text was updated successfully, but these errors were encountered: