Clone via HTTPS Clone with Git or checkout with SVN using the repository’s web address. NginxでのSSL設定(もうちょっと詳しく) listen 443 ssl ssl on; nginxの確認 nginxをmakeするときに「–with-openssl=」オプションを使わずにsslに対応してあることを確認しておく。 $ `which nginx` -V 2>&1 | grep openssl $ (何も表示されないことを確認) 次にopensslのバージョン確認。 $ rpm -qa openssl $ openssl-1.0.1i-1.78.xxxxxxxx.x86_64 ※ 「xxxxxxx」はPlatform名。 バージョンが1.0.1i以上であることを確認しておく。 もしopensslのバ

