_ [Rails] script/serverã§HTTPSã使ãssl_requirementã使ã£ã¦ããRailsã¢ããªãWindowsä¸ã§åãããã¨æã£ããApacheãè¨å®ããã®ãé¢åãªã®ã§ãscript/serverãããã£ã¦HTTPã¨HTTPSãåãä»ããããã«ãã¦ã¿ãããã£ãããªã®ã§è²¼ã£ã¨ãã #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' require "webrick" require "webrick/https" class WEBrick::HTTPServer def initialize_with_ssl(options) options[:Port] = 443 options[:SSLEnable] = true pem = DATA.read options[:S
{{#tags}}- {{label}}
{{/tags}}