Summary
When Logging on to the WEBUI:
"Forbidden, you don’t have permission to access this resource. Reason: Cannot perform Post-Handshake Authentication.”
Possible Resolution:
Disable all TLS versions besides 1.2 as instructed in the Security Addendum
Log into the hub and run:
sudo bash
vi /etc/lwl/httpd/httpd.conf
Change this line:
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
to
SSLProtocol TLSv1.2
You might want to reboot the HUB right after or restart services in the lwl console or "ctrl +F5"
Product: Stratusphere UX
Product Version: 6.6.0-1, 6.6.0-2
Expires on: 365 days from publish date
Updated: July 21, 2022