解析服务器上的SSL

时间:2019-12-08 14:34:37

标签: node.js ssl parse-server

我有一个在DigitalOcean上托管的Parse Server上运行的生产移动应用程序。这是我的设置:

Droplet no1: Parse Server and Dashboard
Droplet no2: MongoDB

这是客户端连接到解析服务器的方式:

let productionServerConfiguration = ParseClientConfiguration {
    $0.applicationId = "applicationId"
    $0.clientKey = "clientKey"
    $0.server = "http://domain:1337/parse"
}

现在,我想向Parse Server添加SSL证书,但是我担心仍然有http的现有用户将会发生什么。另外,我需要向MongoDB服务器添加SSL证书吗?

0 个答案:

没有答案