I would recommend to search the archives (for ex. here https://openmeetings.markmail.org/) The topic was discussed multiple times
obviously some certificates are missing in the chain Most probably SSL debug can help (search ML archives for the exact options) On Tue, 21 Jul 2020 at 23:37, Ajay Simha <[email protected]> wrote: > we have modified the setup as per the document suggested, for HTTPS > > while modifying, we got an error " *Illegal option: -keystorepass* " > while running the below command > keytool -import -alias root -keystore /opt/red5/conf/keystore.jks > -keystorepass changeit -trustcacerts -file ca.crt > We changed the command from *keystorepass* to *storepass*, it got > executed (as shown below). > > keytool -import -alias root -keystore /opt/red5/conf/keystore.jks > -storepass changeit -trustcacerts -file ca.crt > > Now when we try to access the application using https://localhost:5443, > application is not accessible, *page can't be displayed* error in show on > the browser. > > we have made sure the web-server is running by executing sudo > /etc/init.d/red5-ubdeb2 start > > Your help is much appreciated in this. > > Ajay > -- Best regards, Maxim
