From @shayzlufsynereo on Wed Mar 29 2017 09:11:37 GMT+0000 (UTC)
Can I run ipfs api on https?
How do I configure it?
Copied from original issue: Running ipfs api on https · Issue #54 · ipfs-inactive/support · GitHub
From @lidel on Wed Mar 29 2017 15:59:10 GMT+0000 (UTC)
AFAIK HTTPS is not supported by go-ipfs
.
You need to use TLS termination proxy (eg. Nginx, HAProxy, etc).