jetty - Solaris KSSL and a Java web server -
i'm trying setup solaris kssl proxy (http://www.c0t0d0s0.org/archives/5575-less-known-solaris-features-kssl.html) frontend jetty web server.
i'm able create kssl work apache web server kssl redirects incoming ssl traffic port 443 apache web server listening on port 28080.
however same configuration not work when jetty listening on port 28080. verified kssl requests not reach jetty or @ to the lowest degree cannot see them in access log. furthermore if set simple java class listens on server socket, kssl cannot redirect requests it.
my question pre-requisites web server in order able requests kssl ?
best regards, lior
there 2 mutual gotchas when working kssl.
the first apache listening ip has same ksslcfg command. if have hear 123.123.123.123:28080 in httpd.conf file, must utilize ksslcfg command same ip. cannot have listening on (*) , list ip in ksslcfg, or hear on ip , leave out ip on ksslcfg. whatever netstat shows listening on port 28080 must match ip used in ksslcfg (or don't utilize ip listening on *)
the sec must operations in order:
ksslcfg restart apacheit doesn't not work if ksslcfg run without restarting apache afterward.
i've seen many people on web testing localhost in ksslcfg command. won't work unless had localhost hear ip in apache configuration.
java jetty solaris
No comments:
Post a Comment