RTradeLtd / Temporal

☄️ Temporal is an easy-to-use, enterprise-grade interface into distributed and decentralized storage
https://temporal.cloud
MIT License
226 stars 40 forks source link

Should update IPFS documentation about POST https dL endpoint port 6767 returning SSL CERT error #488

Closed chisNaN closed 4 years ago

chisNaN commented 4 years ago

Describe the bug POST IPFS download HTTPS endpoint port 6767 returning SSL CERT error https://api.temporal.cloud:6767/v2/ipfs/utils/download/ ACTUALLY a workaround is to SKIP the port right now To Reproduce Steps to reproduce the behavior:

  1. Go to the official doc https://gateway.temporal.cloud/ipns/docs.api.temporal.cloud/ipfs.html#post-download-file
  2. Try the sample javascript
  3. See error

Expected behavior No ssl cert error

Additional context it used to work on port 6767 as described on the doc here https://gateway.temporal.cloud/ipns/docs.api.temporal.cloud/ipfs.html#post-download-file ACTUALLY a workaround is to SKIP the port right now

xiegeo commented 4 years ago

@bonedaddy it looks like the server is not loading the updated certificate. Maybe a restart?

xiegeo commented 4 years ago

@chisNaN I think you are right, please don't use that port anymore. I'll update the documentation after confirmation form @bonedaddy

chisNaN commented 4 years ago

thanks @xiegeo for your reactivity