Secure and non secure

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Secure and non secure

    Hi

    I have two sites on my web server, one of them is https and the other http.
    Outside of these two sites/folders I have stored my webservices in cfc's these
    webservices are used to feed information to both sites, now it makes sense to
    me to store these webservices on an application level being called by both
    sites meaning I don't have to update two sites services, but when visiting the
    https site, the notification that I am viewing secure and non-secure content is
    very annoying to my clients. Has anyone any ideas or do I have to bite the
    bullet and double up the webservices to each site.

    Regards
    Mark W

    patord Guest

  2. Similar Questions and Discussions

    1. Secure PDF's merged into 1 document from 2 different Secure Files, possible?
      I have multiple Secured PDF files that I have created. There is a possibility that my end user will need to merge multiple PDF files into 1 main PDF,...
    2. secure intranet site with non secure sites?
      I log into a domain open an secure intranet site and then when I go to yahoo.com it messes up my secure intranet site that I have open. Cant...
    3. "Microsoft must deliver 'secure environments' not tools to write 'secure code'" : draft article
      Hello Please see bellow the final draft of an article soon to be published. I would appreciate your comments and corrections of anything that I...
    4. whats the best way to mix secure and non secure data on a page?
      i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and...
    5. secure form on a non-secure page -> how?
      Perhaps not PHP specific, but: Both http://www.bankofamerica.com/ and http://www.bankone.com/ have account login forms on their non-secure main...
  3. #2

    Default Re: Secure and non secure

    The message "Viewing Secure and Non-Secure data" ...normally... appears because
    you are loading a image from a non secure site. First, check your image paths,
    make sure they don?t contain the Full web address. This is a common mistake.

    Secure / Nonsecure warning's are Client Driven. Meaning the client does not
    know if you are pulling nonsecure data on the server (which is pretty much what
    you are doing).

    Second, Make sure you pulling all pages on the secure site from SECURE
    locations. Meaning you don?t have Any references to the http site.

    Hope this helps.

    Vbprog40 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139