- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CM 5.8.1 CDH 5.8.0 Spark History WebUI redirects to SSL but no configuration
Created on ‎08-24-2016 10:16 AM - edited ‎09-16-2022 03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. I guess I haven't visited that URL in a while so I mis-attributed it to the upgrade.
