dswe30290 2016-01-28 22:43
浏览 49

我应该在JSON API中的哪里添加TLS / SSL?

So I have a droplet on DigitalOcean, the front-end is a Backbone.js app, and our back-end is a JSON API written in Go. Nginx is in-between proxying requests from port 80 to our front-end JavaScript app's port.

My question, where in this stack does SSL/TLS go? I've seen tutorials that suggest we configure only Nginx to handle SSL/TLS calls (like this one: https://www.digitalocean.com/community/tutorials/how-to-create-an-ssl-certificate-on-nginx-for-ubuntu-14-04) , and I've seen tutorials using Go's ListenAndServeTLS that suggest this is done within the server code (like this one: https://www.kaihag.com/https-and-go/).

A follow-up question, let's say that it ends up that only Nginx needs to be configured for SSL/TLS, wouldn't the incoming requests be encrypted using SSL, and the responses from the Go server be unencrypted? This leads me to believe that both Nginx and the Go server need to be configured for SSL/TLS integration.

Which one is it? Nginx? The Go server? Both?

Thanks everyone

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 vhdl+MODELSIM
    • ¥20 simulink中怎么使用solve函数?
    • ¥30 dspbuilder中使用signalcompiler时报错Error during compilation: Fitter failed,求解决办法
    • ¥15 gwas 分析-数据质控之过滤稀有突变中出现的问题
    • ¥15 没有注册类 (异常来自 HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
    • ¥15 知识蒸馏实战博客问题
    • ¥15 用PLC设计纸袋糊底机送料系统
    • ¥15 simulink仿真中dtc控制永磁同步电机如何控制开关频率
    • ¥15 用C语言输入方程怎么
    • ¥15 网站显示不安全连接问题