GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2348
[STORM-2757] Fix broken log links when HTTPS is in use
jira: https://issues.apache.org/jira/browse/STORM-2757
We have HTTPS configs for UI and Logviewer. But it's not working properly.
We should expect:
| UI | LogViewer | scheme of log links | port of log links
| ------------- |:-------------:| -----:|-----:|
|HTTP | HTTP | http | logviewer.port
|HTTP | HTTPS| https | logviewer.https.port
|HTTPS | HTTPS| https| logviewer.https.port
|HTTPS | HTTP| should not work | should not work
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2757
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2348.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2348
----
commit ab6abf9512403d809fe3babccb95686d462c614f
Author: Ethan Li <[email protected]>
Date: 2017-09-26T15:17:55Z
[STORM-2757] Fix broken log links when HTTPS is in use
----
---