3 Replies Latest reply on Jul 16, 2012 12:00 PM by thelinker

    Jboss on HTTPS

    jesseeee

      I think I have ssl running on jboss. I get this in the log after I start it.

      12:10:06,326 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      12:10:06,408 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8443
      12:10:06,465 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009

      I can access the server at http://192.168.1.10:8080 and http://192.168.1.10:8443 but I can't access it at https://192.168.1.10:8443

      Does anyone have a possible solution to this? I'm sorry I am new to Jboss and I was really hoping someone would be willing to point me in the right direction.