How to Resolve Mixed Active Blocked Contents in Error When Configuring SSL

Posted on by By admin, in Business Intelligence | 0

How to resolve mixed active blocked contents error when configuring SSL

What is Mixed Active Blocked contents ?

When anyone hits a page served over HTTP, their connection is open for eavesdropping and man-in-the-middle attacks. When a user visits a page served over HTTPS, their connection with the web server is authenticated and encrypted with SSL and hence safeguarded from eavesdroppers and MITM attacks. When an HTTPS page includes HTTP content, the HTTP portion can be read or modified by attackers, even though the main page is served over HTTPS. When an HTTPS page has HTTP content, we call that content “mixed”. The webpage that the user is visiting is only partially encrypted, since some of the content is retrieved unencrypted over HTTP.

Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.

Grab The 30 Days Free Trail

The Mixed Content Blocker blocks certain HTTP requests on HTTPS pages.

How to avoid ?
The best strategy to avoid mixed content blocking is to serve all the content as HTTPS instead of HTTP.

So whenever there is a need of enabling SSL in webapplication , it should be properly handshaked with application server. Below is an example of Tomcat Server and steps –

1. Take backup of server.xml present in the below location –
<Tomcat_Home>/conf/

2. Add scheme and proxyPort attributes in the below tag –
<Connector port=”8080″ protocol=”HTTP/1.1″
connectionTimeout=”20000″
redirectPort=”8443″
URIEncoding=”UTF-8″ scheme=”https” proxyPort=”443″/>

3. Restart Tomcat

logo

Best Open Source Business Intelligence Software Helical Insight is Here

logo

A Business Intelligence Framework

Thanks,
Rupam Bhardwaj

0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments