Disable HTTPS

151 views
Skip to first unread message

Joyce Babu

unread,
Apr 3, 2022, 8:26:53 AM4/3/22
to pwm-general
I am already using a HTTPS proxy (Traefik) in front on PWM. Is it possible to replace the HTTPs server with HTTP?

Thanks & Regards,
Joyce Babu

Jason Rivard

unread,
Apr 3, 2022, 5:56:41 PM4/3/22
to pwm-general
If your running your own container/tomcat instance, you can configure it as desired.  If your using the OneJAR or docker builds, the configuration is set for HTTPS only.

In most cases there really shouldn't be a reason to disable HTTPS even "inside" your network, unless the IP traffic never leaves the host.  Even then if your using HTTPS/2 (which actually requires HTTPS), the performance difference should be negligible.

Jacky Michael Duong

unread,
Nov 18, 2022, 3:39:30 AM11/18/22
to pwm-general
Hi Joyce,

I have the same problem and i found a solution about this.
I'm using the onejar module in my own docker image.

On onejar build, you can edit the TomcatOnejarRunner.java file and change the following args in the "makeConnector" method.

connector.setScheme( "http" );
connector.setProperty( "SSLEnabled", "false" );


Then your Traefik could communicate  with your pod in HTTP properly
Reply all
Reply to author
Forward
0 new messages