Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SSLで動作させるために必要なソケットストリームアプリを書いています。
しばらくグーグルして、リンクを見つけましたが、回答リンクが壊れています
どんな助けもかなりのものです。
グーグルで調べた後、次のようにする必要があることがわかりました
var https = require('https') , options = { key : 'ssl key' , cert : 'ssl cert' } ; var server = https.createServer(options, function (req, res) { }); ss.start(server.listen('8080'));