In order to run HTTPS in my node.js application, I upload certificates to my application. It works great on my laptop. I am now pushing my work to OpenShift, but the application no longer works (ligatures.net).
node.js
Openshift [documentation] [1] says that certificates can be downloaded through the web console. So do I need to download my SSL certificates in my application or should I rely on the web console instead?
You need to download ssl certificates in the OpenShift web console, since ssl terminates on the proxy server, which is part of the node on which your device is installed.
Source: https://habr.com/ru/post/974787/More articles:Scala - how to create an anonymous class and not hide argument names - scalaN-gram, which is the most frequent among all words - cHow to terminate or stop an individual thread in C ++? - c ++ng-click stops working when using ng-if - javascriptInno Setup with three destination folders - inno-setupGetting a reference to an external function parameter with a conflicting name - scopeIs it possible to kill a spinning thread? - c ++Use two / more selected directories from the user page in the Files section - inno-setupHow to get the Inno Setup / DIR command line switch to work with a custom path page - inno-setupInno Setup Request user for folder and save value - parameter-passingAll Articles