Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

migration from http to https in wildfly

I want to migrate from http to https in wildfly 19.1

after setup all configuration from this tutorials https://medium.com/@hasnat.saeed/setup-ssl-https-on-jboss-wildfly-application-server-fde6288a0f40 i have trouble :

when my application server startsup try to load all of pages.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

note: my project is a huge project with heavy queries and this action take a lot of time

>Solution :

i already found the solution.
in the Standalone.xml we should disable the enable-http2="true" in the next line:

<https-listener name="https" socket-binding="https" security-realm="ApplicationRealm" enable-http2="false">

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading