We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72436c4 commit f9ff9b3Copy full SHA for f9ff9b3
java/src/org/openqa/selenium/grid/security/SecretOptions.java
@@ -41,8 +41,7 @@ public SecretOptions(Config config) {
41
42
public Secret getRegistrationSecret() {
43
String secret = "";
44
- if ((isSecure() || isSelfSigned())
45
- && !config.get(SERVER_SECTION, "registration-secret").isPresent()) {
+ if ((isSecure()) && !config.get(SERVER_SECTION, "registration-secret").isPresent()) {
46
try {
47
secret =
48
getEncoder()
0 commit comments