Thanks Joakim for the info, I have looked through that but still a little foggy 
about it all.  You are correct, I meant to say port 443 and not 80.

Vince

From: jetty-users <jetty-users-boun...@eclipse.org> On Behalf Of Joakim Erdfelt
Sent: Thursday, May 12, 2022 4:07 PM
To: JETTY user mailing list <jetty-users@eclipse.org>
Subject: Re: [jetty-users] Jetty 10 SSL configuration

Start here

https://www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html#og-protocols<https://urldefense.com/v3/__https:/www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html*og-protocols__;Iw!!F8lEXw!9qw6isIFnaaD8zP1tG-v5zo-XPDcgkR69non-dUxmSqpUZ1Khbfesp5IGbk76dMZnyaF-cKh9HBrXF8YGg$>

You'll want to know about Connectors, thru to SslContextFactory.
You'll also need to consult RHEL documentation on allowing a program to bind to 
port 80 or 443.

Note: port 80 is not for SSL its for http (plaintext)
Use 443, that's the default for https (TLS / SSL)

Joakim Erdfelt / joa...@webtide.com<mailto:joa...@webtide.com>


On Thu, May 12, 2022 at 3:26 PM Esquivel, Vince 
<esquiv...@uhd.edu<mailto:esquiv...@uhd.edu>> wrote:
I installed jetty 10 on my RHEL 8 server but having a hard time configuring SSL 
on it.  I am a jetty newbie and trying to learn on the fly.  Does anyone have a 
link or document on how to configure SSL on port 80 for Jetty 10?

Thanks in advance.

Vince
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org<mailto:jetty-users@eclipse.org>
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users<https://urldefense.com/v3/__https:/www.eclipse.org/mailman/listinfo/jetty-users__;!!F8lEXw!9qw6isIFnaaD8zP1tG-v5zo-XPDcgkR69non-dUxmSqpUZ1Khbfesp5IGbk76dMZnyaF-cKh9HD8ZdaV3w$>
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to