CloudFront + Rails5.1 + SSLでsessionが引き継がれない
286 ワード
自分のための備忘録
CloudFront + Rails5.1 + SSL 構成でsessionの値が引き継がれない問題が発生した。
解決方法としてはapacheのhttpd.confに下記の設定を記述すればよい。
SetEnvIf CloudFront-Forwarded-Proto "https" HTTPS
RequestHeader set X-Forwarded-Proto "https" env=HTTPS
Author And Source
この問題について(CloudFront + Rails5.1 + SSLでsessionが引き継がれない), 我々は、より多くの情報をここで見つけました https://qiita.com/akakura/items/e134df730de021843c4e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .