This content has been marked as final.
Show 2 replies
-
1. Re: Redirect to full domain name in standalone.xml
cweiler Aug 24, 2019 1:37 PM (in response to brian_parker)Hi
You have 2 options.
1. Add the shortname to your certificate as SAN (subject alternative name).
Make application handle the redirects.
2. Add an vhost in front of wildfly with apache or nginx.
Let vhost handle ssl and redirects.
-
2. Re: Redirect to full domain name in standalone.xml
prithvipatil Nov 24, 2019 10:45 AM (in response to brian_parker)How did you solve this issue?