perfsonar-user - [perfsonar-user] Perfsonar 4.1 docker nginx Problem
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: Viral Patel <>
- To: "" <>
- Subject: [perfsonar-user] Perfsonar 4.1 docker nginx Problem
- Date: Mon, 30 Jul 2018 16:15:18 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:D1FdJhM6E9TRJ0ROM78l6mtUPXoX/o7sNwtQ0KIMzox0I/n7rarrMEGX3/hxlliBBdydt6oazbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlJiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkHKTA37X3XhMJzgqJavB2uqAdyw5TIbI2JLvdyYr/Rcc0cSGFcXshRTStBAoakYoQADuoBJ/xXr43grFUUtxS+GRejBOfywTJPmH/2xbc10/g/HgHCxwEgBMgBsGrOo9XzKKcSVfy1w7TSwTrfaPNW3C7w5Y7VeR4vpvGMWKh/ccvXyUQ3DwPKkE+QqYL+PzOS0OQCqXKb4/BmVe2xl24rsxpxrSKxxsg2jInJmoYVykzZ+ilj3Ik1Iti4RUhmatCnCJtdry6XO5dsTs8/X21lujw2x7wFtJKhfCUG1YwryhzDZ/CdboSF4xLuWPyTLDtlnn5pZqyziheq/Uiu1OLxVdW43VNPoyZYj9bBtW0B2hnT58WFS/Zy4kKs1SiM2g/P9+5JJE85mrbUJpMlxLM7i4Advl7ZHiDsnUX7lK+WeVsg+uiv8+npeqnrqJiAO4J7kw3zL7wgl8KmDeQ/KQcBQXKX+eOh1L3/5kL5R6hKjvsrnaXDqJDaP8MbprKnDABJzoYj6hG/DzG83NQfgHkHMFZFeBWAj4jqIV3BPPf4DfKnj1Stljdk2ezGM6XuD5nRNHTPjavtcLRn50Ndywc/19BS649MBrEEOv3zW0vxtNLCDh8+Ngy52/jnCM1n2YMCR22PBrSUMLjIvl+W/O0vJfWMZIsJuDngMfQq+/nujXohlV8HYaapxYcXaGy/Hvl+O0WWf2DsgtkaEWcNuAoxVvbqhESfUT5IeXmyRbkx5jU6CIK9EYfDXZ6hjKaA3Ce9Ap1ZeHpGClaSHnf0aYmIQekDZz+PIpwprjtRH6CsUYE60henrkrn0Ld9BuvS5iACs5//jp546/CZ3UUq+CZ6FMOb2nvIUnp5hEsJQSM7xqZyvRY7x1ueh/tWmftdQOJS/fpNGj8zKZPYh7hkE9nuVwbpZd6XQVC6RsmqRzo2S4RikJc1f09hFoD63Vj41C2wDupNzebZDYEo8q/aw3n6Ltp8zHCDzqQ6kl06WZUUZ3a+iPt58A7eT87SnkOVmrziVJxU3TWFtQLhhXGLoFkeVQdxVavfWnVKeFPfsdn9zljLUbaoFbA7Pk1KzsvRYqY=
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Hi I am running PWA alongside a toolkit & followed the document : http://docs.perfsonar.net/release_candidates/4.1b1/pwa_running_alongside\ but my nginx container keep restarting , looking at the container log points toward cert error but I do not know how to fix this . [root@perfsonar41 ~]# docker container list –a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2e5c749da84e nginx "nginx -g 'daemon ..." 2 days ago Restarting (1) 1 second ago nginx 6b9af1cb53fb perfsonar/pwa-pub "node /app/api/pwa..." 2 days ago Up 29 seconds 8080/tcp pwa-pub1 cdbe6e467d4f perfsonar/pwa-admin "/start.sh" 2 days ago Up 29 seconds 80/tcp, 8080/tcp pwa-admin1 2242c69ca3e2 perfsonar/sca-auth "/app/docker/start.sh" 2 days ago Up 29 seconds 80/tcp, 8080/tcp sca-auth c040264d8a6a mongo "docker-entrypoint..." 2 days ago Up 29 seconds 27017/tcp mongo [root@perfsonar41 ~]# docker logs -f --tail 20 nginx 2018/07/30 16:05:58 [emerg] 1#1: BIO_new_file("/certs/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/certs/cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) nginx: [emerg] BIO_new_file("/certs/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/certs/cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) 2018/07/30 16:06:03 [warn] 1#1: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:22 nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:22 2018/07/30 16:06:03 [warn] 1#1: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:63 nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:63 2018/07/30 16:06:03 [emerg] 1#1: BIO_new_file("/certs/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/certs/cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) nginx: [emerg] BIO_new_file("/certs/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/certs/cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) 2018/07/30 16:06:09 [warn] 1#1: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:22 nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:22 2018/07/30 16:06:09 [warn] 1#1: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:63 nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:63 2018/07/30 16:06:09 [emerg] 1#1: BIO_new_file("/certs/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/certs/cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) nginx: [emerg] BIO_new_file("/certs/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/certs/cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) 2018/07/30 16:06:17 [warn] 1#1: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:22 nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:22 2018/07/30 16:06:17 [warn] 1#1: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:63 nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/pwa.conf:63 2018/07/30 16:06:17 [emerg] 1#1: BIO_new_file("/certs/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/certs/cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) nginx: [emerg] BIO_new_file("/certs/cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/certs/cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) Sincerely Viral Patel 230 Clearfield Avenue, Suite 113 757-463-9120 phone 757-463-9158 fax |
www.savantltd.com |
- [perfsonar-user] Perfsonar 4.1 docker nginx Problem, Viral Patel, 07/30/2018
- Re: [perfsonar-user] Perfsonar 4.1 docker nginx Problem, Michael Johnson, 07/30/2018
- RE: [perfsonar-user] Perfsonar 4.1 docker nginx Problem, Viral Patel, 07/30/2018
- Re: [perfsonar-user] Perfsonar 4.1 docker nginx Problem, Michael Johnson, 07/31/2018
- RE: [perfsonar-user] Perfsonar 4.1 docker nginx Problem, Viral Patel, 07/30/2018
- Re: [perfsonar-user] Perfsonar 4.1 docker nginx Problem, Michael Johnson, 07/30/2018
Archive powered by MHonArc 2.6.19.