hi chad
i have the same problem
this is the full results of the --check
bbb-conf --check
BigBlueButton Server 0.9.1 (361)
Kernel version: 3.16.0-49-generic
Distribution: Ubuntu 14.04.3 LTS (64-bit)
Memory: 7781 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): 192.168.2.102
Red5: 192.168.2.102
useWebrtcIfAvailable: true
/opt/freeswitch/conf/sip_profiles/external.xml (FreeSWITCH)
websocket port: 7443
WebRTC enabled: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: 192.168.2.102
port: 443 ssl spdy # support SPDY
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: 192.168.2.102
/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
api url: 192.168.2.102
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
capture video: true
capture desktop: true
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback host: 192.168.2.102
** Potential problems described below **
# Warning: The installed ffmpeg version 'git-2015-09-13-d13a2df' is not supported
# Recording processing may not function correctly
# Warning: The API demos are installed and accessible from:
#
#
https://192.168.2.102/#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
# sudo apt-get purge bbb-demo
and this is the result when calling wget
https://192.168.2.102/bigbluebutton/api--2015-09-22 23:04:05--
https://192.168.2.102/bigbluebutton/apiConnecting to 192.168.2.102:443... connected.
ERROR: cannot verify 192.168.2.102's certificate, issued by ‘/C=XX/ST=XXX/L=XXXXXXX/O=Ronex exopex/OU=raidation murlex/CN=
192.168.2.102/emailAddress=ro...@exopex-baralax.XX’:
Self-signed certificate encountered.
To connect to 192.168.2.102 insecurely, use `--no-check-certificate'.
when calling wget
https://192.168.2.102/bigbluebutton/api -O - --quiet
no result
thank you for your help