Hi,
My server was working find including Webrtc, after setting up https, then Nginx is not working
Here error output
bbb-conf --debug
-- Errors found in /var/log/nginx/error.log --
2017/02/13 13:13:03 [error] 9177#0: *9 open() "/var/www/bigbluebutton-default/html5client/check" failed (2: No such file or directory), client: 58.65.152.94, server: 216.244.77.170, request: "GET /html5client/check HTTP/1.1", host: "216.244.77.170", referrer: "http://216.244.77.170/client/BigBlueButton.html"
2017/02/13 13:16:14 [error] 11122#0: *18 open() "/var/www/bigbluebutton-default/html5client/check" failed (2: No such file or directory), client: 58.65.152.94, server: class.quranteaching.com, request: "GET /html5client/check HTTP/1.1", host: "class.quranteaching.com", referrer: "http://class.quranteaching.com/client/BigBlueButton.html"
2017/02/13 13:16:31 [error] 11122#0: *4 open() "/var/www/bigbluebutton-default/html5client/check" failed (2: No such file or directory), client: 58.65.152.94, server: class.quranteaching.com, request: "GET /html5client/check HTTP/1.1", host: "class.quranteaching.com", referrer: "http://class.quranteaching.com/client/BigBlueButton.html"
2017/02/13 13:20:53 [error] 11126#0: *54 open() "/var/www/bigbluebutton-default/html5client/check" failed (2: No such file or directory), client: 58.65.152.94, server: class.quranteaching.com, request: "GET /html5client/check HTTP/1.1", host: "class.quranteaching.com", referrer: "http://class.quranteaching.com/client/BigBlueButton.html"
2017/02/13 13:30:36 [emerg] 13140#0: BIO_new_file("/etc/nginx/ssl/bigbluebutton.example.com.crt") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/nginx/ssl/bigbluebutton.example.com.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
2017/02/13 13:34:18 [emerg] 1167#0: BIO_new_file("/etc/nginx/ssl/bigbluebutton.example.com.crt") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/nginx/ssl/bigbluebutton.example.com.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
2017/02/13 14:03:03 [emerg] 2836#0: BIO_new_file("/etc/nginx/ssl/bigbluebutton.example.com.crt") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/nginx/ssl/bigbluebutton.example.com.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
2017/02/13 14:04:19 [emerg] 2870#0: BIO_new_file("/etc/nginx/ssl/bigbluebutton.example.com.crt") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/nginx/ssl/bigbluebutton.example.com.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
bbb-conf --check
# Not Running: Nginx
# Error: Could not connect to the configured hostname/IP address
From Nginx output above, it looks like it's still looking for 'bigbluebutton.example.crt' EVEN I changed file name to my domain name.
Also, I performed all steps required for https.
Regards,
Abdul