• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat SSL Config per domain

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have a stand-alone tomcat server 4.1.27 running on Linux Red Hat 9.
I have bought a SSL certificate with my domain name as the CN.
I went through all of the SSL set up steps and since this is the only site running on my tomcat server I can view the site through https when I go to https://localhost:8443, but when I try to hit the domain through https it just times out.
I can view the site fine through http but not https.
I have tried every configuration that I could find to do inside the server.xml but with no solutions.
I have been working on this for a week and could really use some expert guidance.
Thanks
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you post a snip of your server.xml (the relevant parts)?
 
reply
    Bookmark Topic Watch Topic
  • New Topic