Getting "Context Root Not Found" while launching RTC dev server
Hello All,
I was following the "RTC extension workshop" to setup RTC in my local machine.
Server started successfully, but when I try to open the "https://localhost:9443/jts/setup" in the browser, i get "Context Root Not Found" error message.
in Console.log file, i could observer below error
[ERROR ] CWWKO0801E: Unable to initialize SSL connection. Unauthorized access was denied or security settings have expired. Exception is javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
at com.ibm.jsse2.k.a(k.java:12)
at com.ibm.jsse2.ar.a(ar.java:547)
at com.ibm.jsse2.ar.a(ar.java:170)
at com.ibm.jsse2.ar.j(ar.java:271)
at com.ibm.jsse2.ar.b(ar.java:39)
at com.ibm.jsse2.ar.a(ar.java:488)
at com.ibm.jsse2.ar.unwrap(ar.java:552)
at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:11)
at com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:906)
at [internal classes]
One answer
Comments
Hi Ralph,
In Chrome, I can able to get the ADVANCED option to launch the URL to continue connection to the site.
Once the page loads, it says "Context Root Not Found" error message.
Thanks
Deepan
Then the install of the development server failed. No idea what reason. There is no step you do or any other information I could work with. I have not seen this issue with any version yet.