8000 GitHub - subinamathew/tomcat-ssl: This is used to tomcat on gitpod
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

subinamathew/tomcat-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Java App

This is a simple Java application with tomcat

See the app on http://localhost:8443 or https://localhost:8443

Use the command

bash activate-cert.sh <set/reset> 

set: uses the selfsigned certificate by setting SSLEnabled="true" reset: removes the SSLEnabled="true" and sets SSLEnabled="false" in tomcat server.xml

These files can be found in the settings folder.

Once the set option is used we get the error

Bad Request
This combination of host and port requires TLS.

This url can however be accesed on local desktop or by forwarding the ssh port

ssh -L 8443:loclahost:8443 <ssh URL + UserId + Password>

The URL with userid and password can be got https://gitpod.io/workspaces in the connect via SSH option

About

This is used to tomcat on gitpod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0