2014-03-06 3 views
0

현재 내 웹 앱을 모니터링하는 데 새로운 유물을 사용하고 있습니다. 내 배포 스크립트에서 나는 다음을 가지고있다.새 유물 + gunicorn + https 문제

sudo NEW_RELIC_CONFIG_FILE=/<path to app>/app/config/newrelic.ini newrelic-admin run-program gunicorn 'run:run_app' -b 0.0.0.0:8000 -w3 --certfile=/<path to app>/app/config/server.crt --keyfile=/<path to app>/app/config/server.key --access-logfile log/gunicorn.log 

여기에 https가 허용된다. 로컬에서 테스트 할 때 나는 HTTPS가

sudo gunicorn 'run:run_app' -b 0.0.0.0:5000 -w3 --certfile=app/config/server.crt --keyfile=app/config/server.key --access-logfile gunicorn.log 

작업을 얻을 수 있습니다 그리고 디버거는 서버에

[INFO] Listening at: https://0.0.0.0:5000 (4691) 
지방의 경우

[INFO] Listening at: http://0.0.0.0:8000 (9094) 

을 보여줍니다.

내가 생각할 수있는 모든 것을 시도했으며 이것이 새로운 유물이 무언가를 무시할 때 문제가되어야한다고 생각하니?

답변

0

이 정보는 아직 충분하지 않습니다. 새로운 유물이 이것을 충분히 조사 할 수 있도록 https://support.newrelic.com에서 티켓을 열길 원할 것입니다.