You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it is a js-ipfs issue, but I'll post here first.
I have these erros on the JS console:
Mixed Content: The page at 'https://ipfs.ptrk.io/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa/#/home' was loaded over HTTPS, but requested an insecure resource 'http://ipfs.ptrk.io:443/api/v0/id?stream-channels=true'. This request has been blocked; the content must be served over HTTPS.
d._onFinish @ ipfs-webui.0.3.0.js:1
Mixed Content: The page at 'https://ipfs.ptrk.io/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa/#/home' was loaded over HTTPS, but requested an insecure resource 'http://ipfs.ptrk.io:443/api/v0/version?stream-channels=true'. This request has been blocked; the content must be served over HTTPS.
d._onFinish @ ipfs-webui.0.3.0.js:1
Mixed Content: The page at 'https://ipfs.ptrk.io/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa/#/home' was loaded over HTTPS, but requested an insecure resource 'http://ipfs.ptrk.io:443/api/v0/config?arg=Addresses.Gateway&stream-channels=true'. This request has been blocked; the content must be served over HTTPS.
d._onFinish @ ipfs-webui.0.3.0.js:1
When I try to load https://ipfs.ptrk.io/api/v0/version?stream-channels=true it is working, but the request does not seem to use HTTPS.
Any ideas where I can change that?
Cheers!
The text was updated successfully, but these errors were encountered:
Hello!
Maybe it is a js-ipfs issue, but I'll post here first.
I have these erros on the JS console:
When I try to load
https://ipfs.ptrk.io/api/v0/version?stream-channels=true
it is working, but the request does not seem to use HTTPS.Any ideas where I can change that?
Cheers!
The text was updated successfully, but these errors were encountered: