Github user mithunsasidharan commented on the issue:
https://github.com/apache/tomcat/pull/83
@markt-asf : Can I just call `getSSLProtocol()` from within
`getSslEnabledProtocols()` ?
```
public String getSslEnabledProtocols() {
registerDefaultSSLHostConfig();
getSSLProtocol()
}
```--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
