HTTPS Using External SSL Termination
Answered
I manage my Certificate for HTTPS through an external source, such as a load balancer or other external device.
Yellowfin keeps reverting to HTTP in this case. Is it possible to prevent Yellowfin from reverting to HTTP?
If you are managing your certificate using an external device, you can tell Yellowfin to expect the HTTPS protocol on the standard connector.
Edit your <YellowfinInstall>/appserver/conf/server.xml file and find your connector port. We need to add the following parameters to the port to tell Tomcat to expect HTTPS: scheme="https" secure="true":
This should resolve any failures to redirect to the proper HTTPS protocol.
Thanks,
Ryan
If you are managing your certificate using an external device, you can tell Yellowfin to expect the HTTPS protocol on the standard connector.
Edit your <YellowfinInstall>/appserver/conf/server.xml file and find your connector port. We need to add the following parameters to the port to tell Tomcat to expect HTTPS: scheme="https" secure="true":
This should resolve any failures to redirect to the proper HTTPS protocol.
Thanks,
Ryan
If you are managing your certificate using an external device, you can tell Yellowfin to expect the HTTPS protocol on the standard connector.
Edit your <YellowfinInstall>/appserver/conf/server.xml file and find your connector port. We need to add the following parameters to the port to tell Tomcat to expect HTTPS: scheme="https" secure="true":
This should resolve any failures to redirect to the proper HTTPS protocol.
Thanks,
Ryan
If you are managing your certificate using an external device, you can tell Yellowfin to expect the HTTPS protocol on the standard connector.
Edit your <YellowfinInstall>/appserver/conf/server.xml file and find your connector port. We need to add the following parameters to the port to tell Tomcat to expect HTTPS: scheme="https" secure="true":
This should resolve any failures to redirect to the proper HTTPS protocol.
Thanks,
Ryan
Replies have been locked on this page!