• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

chart ssl message

Guest
May 29, 2007 May 29, 2007

Copy link to clipboard

Copied

Hi i have a secure ssl page, with a cfchart on.

when a user views the page they get a alert message, "this page contains both secure and non secue etc."

i know this is caused by the standard chart web links, but how can i get rid of this message?
TOPICS
Advanced techniques

Views

353

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , May 29, 2007 May 29, 2007
Hi John,

What happens if you remove those <cfif> </cfif> blocks?

Votes

Translate

Translate
Advocate ,
May 29, 2007 May 29, 2007

Copy link to clipboard

Copied

Hi,

Try replacing all your image src's with their absolute path's, also all of your ' http://' entries need to be changed to 'https://'

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 29, 2007 May 29, 2007

Copy link to clipboard

Copied

i have no images or links on the page, all i know is that cfchart has hidden links which are http.

so that is what is causing the issue, but how can i change these hidden links to https?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 29, 2007 May 29, 2007

Copy link to clipboard

Copied

Hi John,

Try MikerRoo's solution.. It will work... You can find that here

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 29, 2007 May 29, 2007

Copy link to clipboard

Copied

ok i have tried adding the code below but i get this error

Diagnostics: Variable BUSESSL_FIX is undefined.
The error occurred on line 144.

any ideas what i need to do

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 29, 2007 May 29, 2007

Copy link to clipboard

Copied

LATEST
Hi John,

What happens if you remove those <cfif> </cfif> blocks?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation