users@glassfish.java.net

HTTPS and Glassfish V2.1

From: <forums_at_java.net>
Date: Fri, 6 Apr 2012 12:27:19 -0500 (CDT)

Hi, I'm trying to activate SSL with my glassfish V2.1. I got a CA certified
certificate according to this tutorial
(https://blogs.oracle.com/enterprisetechtips/entry/using_ssl_with_glassfish_v2)
and now I'm trying to have: https://www.example.com to work as well as works
my actual website http://www.example.com. So i activated the http-listener-2
on port 8181 and used: sudo iptables -t nat -A PREROUTING -p tcp --dport 443
-i eth0 -j REDIRECT --to-port 8181 My glassfish seems to start OK, it reads:
"Domain listens on at least following ports for connections: [8080 4848
8181]." But when I try https://www.exemple.com, it is searching and finds
nothing and I get a "timeout"... Glassfish logs (server.log) say nothing, as
if no request has been made. Where should I look?

--
[Message sent by forum member 'bzbzh']
View Post: http://forums.java.net/node/884899