Skip to content

Instantly share code, notes, and snippets.

View RicardoBorgesGO's full-sized avatar

Ricardo Borges RicardoBorgesGO

  • Universidade Federal de Goiás - UFG
  • Goiânia - GO, Brazil
View GitHub Profile
@selvait90
selvait90 / Readme
Last active August 9, 2020 00:02
Enable https on Pentaho BA Server using nginx Reverse Proxy
I am trying to enable https for the Pentaho BA Server using nginx reverse proxy.
I have posted the tomcat and nginx configurations in below.
I am able to access the Pentaho BA server login page https://test.mydomain.org/pentaho-test/Login
But when i tried to login with right credentials, I am getting the Mixed content error(http & https) in browser.
Please help to handle this
Browser Error:
Mixed Content: The page at 'https://test.mydomain.org/pentaho-test/Login' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://test.mydomain.org/pentaho-test/Home?locale=en_US'. This request has been blocked; the content must be served over HTTPS.
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 30, 2024 00:35
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@zenorocha
zenorocha / README.md
Last active May 28, 2024 08:23
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage