Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] https

hello right now we have a java app inside a jetty container serving in localhost:port and an apache server acting as reverse proxy for the internet.

however we would like to enable https inside our whole site. what would be the best practice?

- enabling it inside jetty and just proxying with apache?

- enabling just with apache?

- or other?


thanks

Back to the top