覚え書き
2014年10月1日水曜日
Sinatra + Thin + SSL
Finally found a way to enable SSL in
Sinatra
+
Thin
.
# [2014/12/16]
# Found a better way.
# See "
Sinatra + SSL
".
Start this script (
sinatra+thin+ssl.rb
) then type:
curl -k https://localhost/
and you will see "Hello, SSL."
次の投稿
前の投稿
ホーム