Created on 08-24-2016 10:16 AM - edited 09-16-2022 03:36 AM
Using CM 5.8.1 and CDH 5.8.0
The Spark History WebUI link automatically goes to https://HOSTNAME:18088 and chrome immediately reports ERR_SSL_PROTOCOL_ERROR
Attempting to manually hit http://HOSTNAME:18088 automatically pushes the connection to https and reports the same error.
There is still no configuration for spark history server SSL.
Tried the configuration here: http://spark.apache.org/docs/latest/configuration.html#encryption and placing it in the advanced configuration snippet, but that just leads to a set of new errors.
Anyone else encounter this? It was working fine on CM/CDH 5.7.1
Created 08-24-2016 10:23 AM
If you are getting directed to an https address even though you do not have TLS configured, it is likely Chrome's HSTS support that is forcing you to an HTTPS address based on the hostname.
In chrome, go to:
chrome://net-internals/#hsts
In Query domain, enter in your hostname or your domain.
If something is returned, enter it in the Delete domain text box and Delete.
Regards,
Ben
Created 08-24-2016 10:23 AM
If you are getting directed to an https address even though you do not have TLS configured, it is likely Chrome's HSTS support that is forcing you to an HTTPS address based on the hostname.
In chrome, go to:
chrome://net-internals/#hsts
In Query domain, enter in your hostname or your domain.
If something is returned, enter it in the Delete domain text box and Delete.
Regards,
Ben
Created 08-24-2016 10:33 AM
Thank you. I guess I haven't visited that URL in a while so I mis-attributed it to the upgrade.