Disable non secure items alert in apex

Hi
every time when a page in apex loads i see an alret
This page contiains both secure and non secure items !! do yiu wnt to display non secure items ?
Button Options ( Yes <> No <> Cancel )
i dont wnt this to be happen , imean i would like to disable this alert
pls advice
thanks in advance
Raj

user13316561 wrote:
Hi
every time when a page in apex loads i see an alret
This page contiains both secure and non secure items !! do yiu wnt to display non secure items ?
Button Options ( Yes <> No <> Cancel )
i dont wnt this to be happen , imean i would like to disable this alert
pls advice
thanks in advance
Raj This is definitely a browser alert not an APEX one, essentially you have some component urls using HTTP and some using HTTPS, I've seen this with the standard Flash chart substitution strings, you will need to edit these to ensure they are consistent to your HTTPS domain.

Similar Messages

  • Display non-secure items browser alert

    Hi All,
    I am working on Portal version 7.0 and I get an annoying browser security alert asking whether to display non-secure items whenever I navigate to another workset. If I click 'NO' it displays a Action Canceled screen.
    Is there any way to avoid this alert from appearing? Thanks in advance.
    Kiran

    if it IE do like this
    tools-internet options-advanced-security-uncheck warn if changing between secure and nonsecure mode
    if it firefox
    tools-options-security-settings-deselect the appropriate security warning
    reward points if helpful

  • Avoid bar to display or not non secure items

    When I insert to
    http://paphoscarhire.com/
    pickup date bigger than drop off date, to get error (in ie7 only) ,
    appears a window to display or not non secure items, and to
    document window a bar, well why this ? what to do to avoid this
    ?

    please clarify what it is you are asking?
    there are two possibles i see-
    One, you have a flash .swf file that will need to be
    double-clicked to work
    and will probably bring up an activeX warning.
    The fix for that is to edit the page in dw8.02 or CS3 or to
    use different
    code to display it. Google .swf eolas lawsuit
    the other possible is that the form's action is to an https
    url.
    I don't know why that is used, unless in the next step or so
    of the form
    process you are asking for credit card or other sensitive
    info.
    If i load the script page itself without submitting, i see
    there the css
    file has a path to Your hard drive.
    <link
    href="file:///C|/Documents%20and%20Settings/User/My%20Documents/My%20Webs/pc
    h/styles.css"
    that could cause the page to display a warning that there is
    a mix of secure
    and insecure data on the page.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Secure and Non-secure Items

    Is anyone else getting a "secure"/"non-secure" items warning when iTunes is being launched from a webpage?
    The page with the problem lives on "https://deimos.apple.com". I don't think that I can fix the problem locally, but the warning stops iTunes from launching and some of my users are getting upset.
    It looks like the solution could be a quick fix, the address to the .css file, and some of the images is "http://deimos.apple.com" (NO "S" in the httpS://deimos...).
    How can I report this type of problem? Who do I send the issue to?

    I think this is your web browser warning you that the web page you are view has https and http URLs. Its not directly an iTunes U issue.

  • Dsee 6.3.1 - disable non-secure port

    I disabled access to the non-secure port on my ldapserver as I only want clients to talk to my server using ssl (tls:simple)
    root@ldapserver#/> dsconf set-server-prop ldap-port:disabled
    After the compulsory restart, I was no longer able to bind a client (even if I tell it to connect on port 636) :
    root@ldapclient #/> ldapclient init -v -a profileName=SB -a domainName=unix.mydomain.com -a proxyDN=cn=proxyagent,ou=profile,dc=unix,dc=mydomain
    ,dc=com ldapserver.mydomain.com:636
    Parsing profileName=SB
    Parsing proxyDN=cn=proxyagent,ou=profile,dc=unix,dc=mydomain,dc=com
    Arguments parsed:
    proxyDN: cn=proxyagent,ou=profile,dc=unix,dc=mydomain,dc=com
    profileName: SB
    defaultServerList: ldapserver.mydomain.com:636
    Handling init option
    About to configure machine by downloading a profile
    findBaseDN: begins
    findBaseDN: ldap not running
    findBaseDN: calling __ns_ldap_default_config()
    __ns_ldap_list return NULL resultp
    findBaseDN: Err exit
    LDAP ERROR (85): Error occurred during receiving results. Timed out.
    Failed to find defaultSearchBase for domain unix.mydomain.com
    I know my certs are good as ldapsearch returns data as I would expect...
    root@ldapclient #/> ldapsearch -Z -p 636 -h ldapserver.mydomain.com -P /var/ldap -b dc=unix,dc=mydomain,dc=com uid=myuser
    returns my userid.
    There is an anonymous read only ACI in place:
    root@ldapclient #/> ldapsearch -Z -p 636 -h ldapserver.mydomain.com -P /var/ldap -b dc=unix,dc=mydomain,dc=com -s base "(objectclass=*)" aci
    aci: (target ="ldap:///dc=unix,dc=mydomain,dc=com")(targetattr!="userPassword")(
    version 3.0;acl "Anonymous read-search access";allow (read, search, compare)
    (userdn = "ldap:///anyone");)
    As soon as I re-enable standard 389 access the client init works fine again....
    Am I missing something here?
    Does the `ldapclient init` command need to make a 389 connection first before it downloads the profile which tells it to use tls:simple and therefore port 636 from then onwards?

    quote:
    SSL enables support for the Start TLS extended operation that provides security on a regular LDAP connection. Clients can bind to the non-SSL port and then use the Transport Layer Security protocol to initiate an SSL connection. The Start TLS operation allows more flexibility for clients, and can help simplify port allocation.
    [http://docs.sun.com/app/docs/doc/820-2765/gdzdc?l=en&a=view]

  • How to disable non secure port on Sun Java System Directory Server 5.2

    Hi, can someone tell me how to disable the non secure port 389 on the SJS Directory Server 5.2? I only see two options for the directory server to listen on the non secure port or both secure and non secure ports. I see that someone mentioned to change the port the loopback ip address but the gui doesn't allow that.
    Any help is appreciated.
    Thanks,
    Mike

    Yep! You can add the loopback address to the listen host attr, directly to the dse.ldif (insntace stopped of course) or ldapmodify the config entry

  • Disabling directory non-secure port

    Hi all.
    Is there in Sun Directory Server 5.1 any way to disable non-secure port in order to bind all the connections through the secure port?
    Thanks in advance.
    Jaime Ferragut
    University of the Balearic Islands

    You could try setting the regular port number to "0". I don't think clients can connect on port 0. Be aware that this may disable your ability to manage the DS through the GUI console.

  • How to Supress secured server alert

    I am having problem in suppressing the alert "you will be displayed both secured and non secured items" which comes up when a page is submitted to a secured server. Does someone has the code for the same?

    It seems to be a browser issue, not a Java issue...

  • Dear , please help me to solve my problem in activating my iPhone Where I lost it since 3 months and when found it cannot activating my ID Where give me (Your Apple ID has been disabled for security reasons. To enable your account, reset your password at

    Dear , please help me to solve my problem in activating my iPhone
    Where I lost it since 3 months and when found it cannot activating my ID
    Where give me (Your Apple ID has been disabled for security reasons. To enable your account, reset your password at applied.apple.com)
    And try to reset my password but cannot please help me where am a poor man and cannot pay another money to solving this problem to any one
    My iPhone data
    Ime:  ****
    Model: A1332
    FCC  ID : BCG-E2380A
    IC: 579C-E2380A
    MY id at cloud   ****
    Password    ( ****)
    My country : Egypt
    MY EMAIL : ****
    Tell no: ****
    <Personal Information Edited By Host>

    The following may help:
    Apple ID: 'This Apple ID has been disabled for security reasons' alert appears - Apple Support
    If you didn't receive your Apple ID verification or reset email - Apple Support

  • I forgot my iCloud password and now i can't change it , because my Apple ID has been disabled for security reasons .. so what could i do now ??

    Today i tried to download one application ande when i typed my apple id pasword somthig was wrong "Your account is disabled. This Apple ID has been disabled for security reasons . Tap reset to reset our account. "  When i tried to reset my accout there was this messege that my password wasn't correcr . But there was no way .. i'm sure that this was my password . So i made a new Apple id but now there is another problem  i can't change my iCloud id because i forgot my old password and there is this application "Find my iphone " which i can't delete .. so what could i do ??

    Hi 25091996,
    Thanks for visiting Apple Support Communities.
    If your Apple ID is disabled for security reasons, try resetting your password via the web using the steps in this article:
    Apple ID: 'This Apple ID has been disabled for security reasons' alert appears
    http://support.apple.com/kb/ts2446
    You may not be able to change your iCloud email address, but once your password is reset you can remove your iPhone from Find My iPhone using the steps in this article:
    iCloud: Remove your device from Find My iPhone
    http://support.apple.com/kb/ph2702
    If you're not sure why your Apple ID was disabled, you may want to contact Apple support for more information:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Best Regards,
    Jeremy

  • My ipod i saying this when i try to log into my game center account, the apple id you entered has been disabled for security reasons.

    My ipod is displaying this message when i try to play games on the game center, the apple ID you entered has been disabled for security reasons, what does that meen

    See here: Apple ID: "This Apple ID has been disabled for security reasons" alert appears
    You may need to contact Apple directly.
    http://www.apple.com/contact/
    B-rock

  • I can't download update 5.0.1 and have disabled all security measures and the download still times out shortly after beginning the download.  All other downloads are successful so I know the problem is not in the computer.  Can anyone help?

    Can't download update 5.0.1 to my iPad2.  I disabled all security items in fact have deleted them from computer, but the download still times out advising check settings but all is set right?  Can any one help with this matter?

    I'm still experiencing this problem.  I went to settings, general, software and it says Install now.  But when I try, I get an error message. 

  • SSL problems with "non-secure elements"

    hello all
    We have made a WEB application based on Tomcat and Apache Struts. We have setup with SSL.
    SSL goes to Apache HTTP server, which speaks with Tomcat via apj13.
    The problem is that IE sometimes shows error message "This page contains both secure and non-secure elements. Do you want to
    display non-sescure elements ?". I think it has to something with javascript, because after that error massage
    javascript doesnt work anymore. If I click javascript error icon, it says "access is denied".
    That erorr happens randomly, I cant repeat it at the same place.
    Can anyone help me somehow ?
    At what circumstances IE displays that error ? We use version 6.0
    Maris Orbidans

    It turned out to be a Micro$oft bug
    http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b269682
    It seems that IE 6.0 has the same bug as 5.5.
    SYMPTOMS
    When you are using Secure Sockets Layer (SSL) and you click a link, you may receive the following warning message:
    This page contains both secure and non secure items. Do you want to display the non secure items?

  • HT201487 iCloud password has been Disable for security reason..

    Please help me... I did try to go Apple ID reset.. I forgot security question and birthday to change new password... Right now my iPad say iCloud password is Disable for security reason.. Please help me to find my old password and security question

    Apple ID- "This Apple ID has been disabled for security reasons" alert appears
    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a rescue email address or a Security Questions issue, then see:
             If you forgot the answers to your Apple ID security questions - Apple Support.
             Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • Flash causes "page contains secure and non-secure..."

    Hi All,
    I have a flash menu on my web store .php pages and am getting
    a "this page contains secure and non-secure items..." in IE7 in
    Vista. I think this is because of the Flash menus, but thought I
    had taken care of this by making the codebase embedding to
    "https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    Any suggestions on how to deal with this?
    Thanks, Scott

    Thanks so much ShadowKnyte for the reply. Turns out it wasn't
    the Flash menu, after all, as it did have the embedding links set
    to https. In fact, it was my Google analytics call at the end of
    the page. It needed to be changed to:
    <script src="https://ssl.google-analytics.com/urchin.js"
    type="text/javascript"></script>
    In case that helps anyone else out.
    Cheers, Scott

Maybe you are looking for