简体   繁体   中英

Parse-server SSL IIS

I have tried using serverURL as localhost:1337/parse and publicServerURL as https://mydomaindotcom:1337/parse but I don't know how parse is recognizing the certificate. I don't see a config value to set the cert for parse-server.

Also tried adding cert to IIS 7 to a website on port 443 and using URL Rewrite 2.0 to localhost:1337/parse.

I'm running a self-hosted parse instance using node. parse-server is installed globally. I'm using a config file to start to instance.

Server works fine on http, however I need to utilize https so I can use the rest or js api key without passing headers like so https://myAppID:javascript-key=myJavaScriptKey@mydomaindotcom/classes/GameScore/Ed1nuqPvcm

Any help is much appreciated.

如果要使用的端口,则需要添加一个引用端口1337的https绑定。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM