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 5b4276e commit df64fc7Copy full SHA for df64fc7
1 file changed
extensions/cli-ext-insight-journal/stream.js
@@ -33,7 +33,7 @@ export default new Command({
33
const log = logResp.bodyJson;
34
const token = await opts.auth.getToken(log.fqdn);
35
36
- const stream = await opts.http.get(`http://${log.fqdn}/log`, {
+ const stream = await opts.http.get(`https://${log.fqdn}/log`, {
37
headers: { authorization: `Bearer ${token}` },
38
});
39
let lines = 0;
0 commit comments