Browser is not able to display https://localhost:7443/jazz/admin page
I am following the workshop for RTC plugin development while setting the server SDK lab activity 1.6 Test the Jetty based debug server launch
at point 35 after starting the jetty server getting below in console
2025-05-07 12:58:03.505:INFO:oejs.Server:jetty-8.1.16.v20140903
12:58:03,662 [Start Level: Equinox Container: e0ed66c6-142b-0010-13ca-840746b61455] INFO nternal.app.servlet.util.ServletDispatchingHandler - CRJZS0315I Servlet Dispatching Enabled
12:58:03,662 [Start Level: Equinox Container: e0ed66c6-142b-0010-13ca-840746b61455] INFO nternal.app.servlet.util.ServletDispatchingHandler - CRJZS0318I Servlet Loopback Disabled
12:58:03,677 [Start Level: Equinox Container: e0ed66c6-142b-0010-13ca-840746b61455] ERROR com.ibm.team.jfs.app.ConfigUtil - CRJZS0159E For the application context "/jazz", the file "teamserver.properties" could not be found using the search path "C:\Plugin_workspace\workspaces\Dev1\ServerWS.metadata.plugins\org.eclipse.pde.core[RTCExt] Jetty RTC Server\org.eclipse.osgi\385\data\temp_jazz\proxytemp\hc_-627948446;C:\Plugin_workspace\workspaces\Dev1\ServerWS.metadata.plugins\org.eclipse.pde.core[RTCExt] Jetty RTC Server\org.eclipse.osgi\184\data".
12:58:03,677 [Start Level: Equinox Container: e0ed66c6-142b-0010-13ca-840746b61455] INFO com.ibm.team.jfs.app.ConfigUtil - CRJZS0160I For the application context "/jazz", the application data path is "C:\Plugin_workspace\workspaces\Dev1\ServerWS.metadata.plugins\org.eclipse.pde.core[RTCExt] Jetty RTC Server\org.eclipse.osgi\385\data\temp_jazz\proxytemp\hc_-627948446".
12:58:03,677 [Start Level: Equinox Container: e0ed66c6-142b-0010-13ca-840746b61455] INFO com.ibm.team.jfs.app.ConfigUtil - CRJZS0161I For the application context "/jazz", the bundle data path is "C:\Plugin_workspace\workspaces\Dev1\ServerWS.metadata.plugins\org.eclipse.pde.core[RTCExt] Jetty RTC Server\org.eclipse.osgi\184\data".
12:58:03,677 [Start Level: Equinox Container: e0ed66c6-142b-0010-13ca-840746b61455] INFO com.ibm.team.jfs.app.ConfigUtil - CRJZS0163I For the application context "/jazz", the application context configuration path is "<unknown>".
12:58:03,677 [Start Level: Equinox Container: e0ed66c6-142b-0010-13ca-840746b61455] INFO com.ibm.team.jfs.app.ConfigUtil - CRJZS0162I For the application context "/jazz", the application configuration path is "<unknown>".
2025-05-07 12:58:03.724:INFO:oejs.AbstractConnector:Started SocketConnector@0.0.0.0:7080
2025-05-07 12:58:03.740:INFO:oejus.SslContextFactory:Enabled Protocols [TLSv1] of [TLSv1, TLSv1.1, TLSv1.2]
2025-05-07 12:58:03.740:INFO:oejs.AbstractConnector:Started SslSocketConnector@0.0.0.0:7443
Also, I verified port 7443 and 7080 are available and running but when I follow the step 36 and hit below url https://localhost:7443/jazz/admin it is showing below on web browser:
The page cant be displayed error Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings and try connecting to https://localhost:7443 again. If this error persists, it is possible that this site uses an unsupported protocol or cipher suite such as RC4
What can be solution to this problem or any step which i might have performed wrong?