Ok, so today i reinstalled Openmeeting with actual Version 3.0.7 on Ubuntu 14.04.03 LTS. After succesfull installation (without https and rtmps) I followed the tutorial for RTMPS and HTTPS with the only difference, i created a keystore File with my exsiting Key:
# Create PKCS12 keystore from private key and public certificate. openssl pkcs12 -export -name myservercert -in mycert.crt -inkey server.key -out keystore.p12 # Convert PKCS12 keystore into a JKS keystore keytool -importkeystore -destkeystore mykeystore.jks -srckeystore keystore.p12 -srcstoretype pkcs12 -alias myservercert and then i imported the Intermediate and Root CA like the tutorial says ( i also reimported mycert.crt to the store with the alias of the tutorial). I Follwed the Tutorial for RTMPS and SSL for Webinterface with all the standard Port stuff. But i cant reach my installation of openmeetings at https://192.168.243.101:5443/openmeetings/ nor on http://192.168.243.101:5080/openmeetings/ I dont know what i did wrong. Checked all Configurations twice..... Any suggestions? Regards Dirk
