Avoiding the HttpsConnection security prompt

Hey guys,.

I am writing an application that will run in the context and the needs to connect to a web server to download recently entered data in order to keep the server up-to-date. It seems that if I use HttpsConnection (and probably of HttpConnection too), the user should click Yes to allow the connection.

This application is intended for very inexperienced users technically, so it's very important hide this message. What are my options? Will sign the application to get rid of this message?

It would be acceptable for the user to perform this authorization during the installation of the software (using OTA), but ideally, this should be a single click (or less).

Thank you very much

Pav

a request for applicationpermissions could probably get rid of the popup "allow connection". You must take care of the certificate in addition to this.

on a bes users have options ask your bes admin on the permissions of the application and how to manage https certificates.

personally, I would opt for good documentation. even you can say very "technically-inexperienced users" to follow a few pictures.

Apart from that, you will have to live with the concept of security of the blackberry.

Tags: BlackBerry Developers

Similar Questions

  • Remove the KeyStore security prompt

    Hi all

    Can someone tell me please how to eliminate security prompt whenever my application tries to access a symmetric key.

    For example in this method I am delete all the keys present in the keystore:

    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    Enumeration my_keys = keyStore.elements (false);
    KeyStoreData gives = null;
           
    While (my_keys.hasMoreElements ())
    {
    gives = (KeyStoreData) my_keys.nextElement ();
    VR;
    {
    keyStore.removeKey (gives, keyStore.getTicket ());
    }
    {} catch (KeyStoreCancelException e)
    Dialog.Inform ("Error While deleting keys");
    e.printStackTrace ();
    }

    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    After you type the keystore password, every time the nextElemnt() called the user is prompted with a message asking him to grant the application permission to access the key file. When you browse the documentation of the RIM, I fell on the attribute (SECURITY_LEVEL_MEDIUM) security level that should prevent the popup to appear until the user password is cashed. For now, it seems that the security level is set to high by default. Can someone tell me how to change the security setting or any other attribute in order to prevent the display of the command prompt.

    Thank you in advance,

    Audrey

    You should get the KeyStore ticket only once at the beginning of the loop and use the ticket 'cached '. Because you always ask a new ticket, you will always have the security prompt.

  • Cannot depend on a Virus program in the Windows security system

    I tried all the available info to turn on the Virus program in the Windows security system, but nothing works. Firewall is enabled and all updates were made.  What else can I do to ensure the security of my PC?

    Hi bluecats,.

    · What is the security software installed on your computer?

    · What is the service pack installed?

    · Do you have other security software on your computer?

    Try the steps and check them out below:

    a. click on start

    b. Select command prompt

    c. at the command prompt, type the following commands. Pressing ENTER after each command line:

    WinMgmt /verifyrepository

    WinMgmt /salvagerepository

    d. restart the computer.

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • cant get anti virus program to turn it on in the windows Security Center

    I have windows vista and an alert pops up, saying: my antivirus program is disabled. I opened Security Center says AVG anti virus reports that it is turned off. I clicked on the button, and it didn't turn it on. another box pops up asking if I trust this program click Yes, I have confidence in it. Yet once, nothing happens.  any suggestions on something that I could try.

    Antivirus software can help protect your computer against viruses and other security threats. Windows regularly checks if an antivirus program is installed on your computer, that they are running, and that it is up-to-date. The status of your antivirus program is displayed in Windows Security Center. However, Windows doesn't detect all antivirus programs, and some antivirus programs report their status to Windows.

    If you receive notifications related to security on your virus protection software, but you know that your antivirus software is installed and updated, you can follow the steps below to stop receiving these notifications. You should do this only if you are unsure that you have a full, the up-to-date antivirus program installed on your computer and that real-time scanning, which checks every file before it is opened or used, is turned on.

    To specify that you are using an antivirus program that Windows does not find

    1. Open Security Center.

    2. Click on protection against malware, and then, under virus protection, click on show me my available options.

    3. In the Windows Security Center dialog box, click on I have an antivirus program that I will control myself.  If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

      Security Center displays your antivirus settings as not monitored, and you will not receive more notifications about your virus protection software.

    Note

    • The show me my link options is not available when the Virus protection setting is marked on.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How do you avoid the port scan?

    How do you avoid the port scan, or how you define system to block the port scan?

    The Windows Firewall and a router allows to hide all current ports of the analysis. You can test it by using the Shields Up link here - http://www.grc.com/default.htm

    Jim

    Microsoft MVP - moderator of the Forum - consumer security live a care - Live Mesh - Microsoft Security Essentials

  • Unable to paste the password at prompt (run as administrator) UAC of notebook

    Hi all

    I can't copy and paste text from Notepad into the password field to the UAC prompt when we try to run or install any application by using the run as option administrator, on some machines in the domain. The strange thing is that the other machines in the domain do not have this problem. I checked the setting of the UAC on both machines and they are the same. I also made sure that GPO settings under "computer configuration > windows settings > security settings > local policies > options' security are the same."

    Pourrait - what it has to do anything with MIC (message integrity check) and UIPI (user interface privilege isolation)?

    I am trying to solve this with procmon and procexp but totally lost.

    In the hope of a response.

    Kind regards

    Haze

    Are all computers, the good & the bad guys, the correctly entered the Secure Desktop mode i.e. are their wallpaper gradation & obfuscation and nothing else than the Office secure allowing ['IU of altitude ','Credential UI '] to interact with [i.e., all computers, the UAC settings are to another always notify or default levels]?

  • Security prompts

    Quote from the old forum:

    Comments
    Security prompts
    Posted the: July 10, 2008 20:23
    Response
    Hello

    We are developing an application of recording Media (JSR-135). Before the start of the recording, the app prompts the user authorization start recording. Is it possible to disable this message?

    Thank you

    msohm

    Messages: 2 274
    Join date: Jul, 2005

    Re: Request for security
    Posted the: July 11, 2008 10:48
    Response
    You create a MIDlet or BlackBerry CLDC application?

    Mark Sohm
    BlackBerry developer journal
    www.blackberrydeveloperjournal.com

    Comments
    Re: Request for security
    Posted the: July 16, 2008 18:33
    Response
    We create a moped. Thank you

    There are 2 types of messages that can be applied to applications running on a BlackBerry.

    The first is the application control prompt.  These usually have an option for the user to remember their choice.  These can be configured 3 different ways.  The first is by the user under Options, Advanced Options, Applications, select the application and choose change permissions on the menu.  The second is a BlackBerry Enterprise Server administrator.  They can create a policy enforcement for an application that is pushed from a BlackBerry Enterprise Server.  The third way, is that an application can request these permissions by using the ApplicationPermissions class.

    The second type applies only to the MIDlets.  These instructions are configured by the carrier and not adjustable by the user.  Some carriers provide keys to work around some of these guests, but favorable to this varries by carrier of code signing.

    You should have 3 keys to complete the process of signature (RRT, CPR and RBB).  If you are missing one, please install the file of csi for the missing key.

    If you don't have the ICS files more, you can contact [email protected] for a replacement set.

  • How to close the untrusted cert prompt dialog programmly?

    Hi all

    As the Titus.  How to close the untrusted cert prompt dialog programmly?  SocketConnection.Close, InputStream.close, and OutputStread.close do not work.     I would like to finish the thread connetion taken if the user takes no action within 30 seconds.

    I thank you,

    Forest

    You can't close these dialogs programmatically, except maybe the injection of the event. they are part of the security system on the blackberry.

  • Microsoft Antivirus found the activity of critical processes on your PC, you need to clean your computer to avoid the breakdown of the system.

    Message from Web page

    Microsoft Antivirus found the activity of critical processes on your PC, you need to clean your computer to avoid the breakdown of the system.

    Hi Michael

    FWIW, I just see the same message a couple of days, but I remember reading somewhere that some of these messages was an attempt of sites to infestation by malicious software to cause the user to go into panic mode and accept the offer to clean their computer and when you do that, you're actually infect your system ,

    I tried to return to the site, near the site but nothing worked so I did a stop forced and rebooted with no ill effects.

    When restarting my system, I did a full scan and nothing was found.

    Found the article.

    http://www.Microsoft.com/security/PC-security/antivirus-rogue.aspx

    Good luck

  • Internal access to the servers of the network security

    Hi all

    I'm trying to set up a html to Internet to our internal virtual desktop computer connection.

    From our internal network, all network traffic through the login server located on the internal network, no problem.

    On the Internet, the connection is established with the Security Server, but when we try to access our desktop from view, security server tries to join the bureau with his private address that is not reachable from the demilitarized zone.

    Blast Secure Gateway seems to be configured correctly, and we try to avoid the NIC pluging 2nd on security for access to our private network server.

    Any idea about this problem?

    I read a lot of literature on this type of configuration, and it seems, that it should be possible without a second network adapter is not recommended.

    Thanks a lot for your help.

    Kind regards

    Sylvain

    To establish the Blast session via the Security Server, the SS will attempt to connect to the machine via TCP 22443 vDesktop, then Yes, you need to create a firewall rule that allows a NIC SS create a TCP 22443 with any IP virtual desktop connection.

    This is essentially the reason why people add 2 interfaces to SS - a Public-facing DMZ network (can connect on the internet) and another private-DMZ in front of a network (not exposed to the Internet, only life SS here).

    In the case of a single adapter, you must allow the Public DMZ network connections on your virtual desktop, which is not desirable in most cases.

    Architecture 2nic 'Typical' or town:

    Mighty Internet |   Public-DMZ |  Private-DMZ |   Internal network

    Customer > 443, 8443 |   SSPubNic |  SSPrivNIC > 22443 |  Any virtual office

    + firewall rules that allow the communication of the SS (above SSPrivNic probably deal) with CS

    Direct connections to the internal network from the Internet or Public-DMZ net are not allowed.

    In case of a single NETWORK adapter for your SS:

    Mighty Internet |        DMZ                 |   Internal network

    Customer > 443, 8443 |   SSPubNic > 22443 |  Any virtual office

    + firewall rules that allow the communication of the SS with CS

    In case of a single NETWORK adapter for your SS, you're allowing direct connections to a wide enough area of your network private directly from the network to the DMZ, which is exposed to the Internet and that should be attacked.

    It should work. If it is acceptable from the point of view of security is something different and more likely to your security administrator.

    Hope this helps and I hope that I forgot something important...

  • Adobe Flash Player security prompt

    I am aware of the fix for this but I need help to understand a few things:

    1. Why some users to access the guest and others not?
    2. Why is the process of the application of the different fix for some users?
    3. How can we ensure proactively that the masses will not get this message when we're ready to release the product/service?

    History

    We prepare to deploy a new product or service, so a small team of computer science have been video creating using e-Learning Suite.  Before we roll the final product of our users they wanted to confirm that the videos were playing very well.

    People with e-Learning response indicated having received the Adobe Flash Player Security prompt (see below) when they tried to play one of the videos they've created.

    Flash_WithSpaces.png

    My first thought was maybe the spaces had something to do with it, so I made a copy of another file (which was also having the same problem) & deleted all spaces, but the problem persisted. (See below)

    Flash_WithoutSpaces.png

    I sent them some instructions on how to fix...

    FlashSecurityFix1.png

    But on another machine, the person said was their process is quite different:

    • "Click on settings...".
    • Go to the Advanced tab
    • Click check now
    • When you click check now, it should bring you to this site: http://www.adobe.com/software/flash/about/ , do remain.
    • Right-click on the text of the Version information - it should bring up a contextual menu
    • Select "global settings".
    • Click on the tab 'Advanced' in the Flash Player Settings Manager window resulting
    • Scroll to Developer Tools and click on "settings... trusted location:
    • Click "Add folder...". »
    • Select your drive APTUBE
    • Confirm
    • Close windows and restarting playback of the video.

    FlashSecurityFix2.png

    Once again, I and several others (the majority) do *not* security message; The video loads and plays very well.  Yet, the group that created the video receive this prompt.

    We want to ensure that it is not not a general configuration problem which will result in several hundreds of our help desk calls when announce us it!

    I think you'll find that you're talking to a combination of people with the standard version of Flash Player, and people with the installed Flash Player debugger.  Looks like you have the installed Flash Player debugger.

    You can check in the section 'Find the type of Flash Player version and capacity' on this page:

    http://helpx.Adobe.com/Flash-Player/KB/find-version-Flash-Player.html

    The debugger comes with Flash Professional and Flash Builder.  Professional Flash shipped as part of Adobe eLearning Suite.

    When you are creating Flash content, we ask you to do strange things with local files.  We also show you popup errors ActionScript.  For the average end user, we tighten the security down and remove us all these messages to provide the smoothest experience possible.

    I recommend that you install and test with Google Chrome, just like a convenience thing.  It comes with it's own version of Flash Player delivered it.  This makes it nice for the test, because you have an easy way to keep a version of the player installed, while retaining the debugger in other browsers to facilitate analysis and content creation.

    You can always uninstall the debugger and return to a target release of Flash Player to Flash Player uninstall and download the most recent from http://get.adobe.com/flashplayer

    Uninstall instructions:

    http://helpx.Adobe.com/Flash-Player/KB/uninstall-Flash-Player-Windows.html

    If you are not debugging Flash content on your system, the release player is MUCH faster.  You want to use it for general web surfing.

    So back to this error message.  Looks like your customers are going to see that the current state of things, and you'll definitely want to fix front of ship.  You can confirm by checking with a browser with installed release player (Chrome).

    Flash Player is saying that you try to run a SWF (compiled Flash animation), but the SWF file runs out of your local file system and called a network API.

    When you compile a SWF file, you can define how this SWF behaves when run from the local file system.  It can a.) Talk to the Internet or b). Access local files.  You cannot cross the river.  This prevents a malicious user to read information from your machine and sending it to themselves.

    I'm pretty sure that if you recompile the SWF, but go to file > publication settings > Security local playback and set of access network only, the error message will disappear for people with versions of Flash Player.

    Senocular has excellent ventilation of the present here:

    http://www.senocular.com/pub/Adobe/Flash%20Player%20Security%20Basics.html

    Thank you!

  • Avoid the termination email. Is it really of Apple?

    Hello

    I received an email allegedly from Apple with say avoid the subject termination my icloud account because I do not, that is not true. Really is the email from apple?

    Thank you

    Onezerone

    This is a phishing attempt. Grammar and misspellings are indications that it's not Apple. And it is not addressed specifically to you. An email from Apple would be specifically addressed to you. Do not click on anything and if you do, do not provide them with any information. Delete the e-mail.

  • How to reset the iCloud security code

    Can you reset the Security Code iCloud until one has the entered incorrectly too many times?

    (I am connected to iCloud on my MacBook and want to connect on my iPad, but am unsure of the security code to use, so I want to reset it on the MacBook.)

    Apple Help topic for If you register your iCloud Security Code wrong too many times... says:

    On a Mac using OS X Yosemite or later:

    Choose the Apple menu > System Preferences, and then click iCloud.

    Click Options next to keychain.

    Click on change the Security Code, and enter a new cryptogram iCloud.

    My prefs do not show 'Options' beside keychain. (Keyring is enabled).

    I have to go through the process of entry that he incorrectly too many times on the iPad before 'Options' will appear on the Mac?

    There is no way to reset the iCloud security code as it comes to Apple servers.  What specific problems you encounter when you try to connect to your iPad?

  • Mac restarts after the last security update

    Hello, I upgraded my imac (late 2009) to El Captitan, a few days ago and everything went well and I had no problem to use it after the upgrade.

    Yesterday I tried to update the last security fix (2016-001 10.11.6) and now it will not re - start. I get a clear grey screen with a circle with a line through it.

    Can anyone help please?

    Hello SallyP,

    Thank you for using communities of Apple Support. It is my understanding of your light a circle with a bar symbol backslash when you try to start your iMac. I use my iMac every day and I would be very concerned if he does not start correctly. I'm happy to help you.

    This particular screen means that your Mac could not find a valid system folder from upward. I recommend that you try reinstalling OS X using OS X Recovery. Please follow the steps below.

    To boot from OS X Recovery, hold down the command (⌘) r immediately after start-up or that you restart your Mac. Release when you see the Apple logo. If you can not boot from OS X Recovery, now try the Command + Option + R key at the start of the OS X Internet Recovery*.

    Start-up is finished when you see the window OS X Utilities

    Recovery of OS X

    Once your Mac OS X Recovery, choose to reinstall OS X OS X Utilities window, and then follow the instructions on the screen.

    Also, here is some very useful information on the different screens that display when starting.
    On the screens you see when your Mac starts up

    Have a great day!

  • 35.0 Firefox is report the SSLV3 security on site errors not using SSLV3 when you will fix it

    I was in the middle of a transaction on chaseonline when firefox me hunting and showed a page about the SSLV3 security issues. When I started this morning the version of firefox has been 34.0.5 after what is is that the version of firefox was 35.0. I did the test of SSL site and that the site does not use the Protocol SSLv3, see the link below:

    https://www.ssllabs.com/ssltest/analyze.html?d=chaseonline.Chase.com

    I've been using version 34 and more for some time and did not have problems accessing chaseonline website, until the 35 version has been installed.

    I haven't restarted the browser since it happened, but my guess is that the problem will continue. When this will look?

    Thanks for the quick response.

    The site wasn't trying to redirect, I was typing in e-mail secure at the time.

    I tried several times to reconnect to my account and only got the page generic message about firefox is not able to access the site due to problems with SSLv3 safely. During this time I never exceeded this point trying to connect to the site.

    Meanwhile, I realize now that the browser was stuck between versions (34.0.5 and 35). Although I still don't know why 34.0.5 through this error when I used it for a long time I was able to resolve the problem by closing and restarting my browser.

    In other words, I am now able to access the site of hunting without errors.

    That is why I am rarely, if ever, to host software auto-magiquement update in the background. I'll be this switch off voltage and installation of the updates manually.

    Thanks for you comments and feedback!

    His

Maybe you are looking for

  • Google toolbar does not work with firefox 5.0. Why not!

    Google toolbar does not and will not be downloaded to firefox 5.0. Moderator edit - 23/07/2011The Google toolbar "not build on Firefox 5 and later versions." http://googletoolbarhelp.blogspot.com/2011/07/update-on-Google-toolbar-for-Firefox.html http

  • built in web cam is not detected by my PC

    my computer does not detect my built in webcam and can't find anywhere in the computer or the Device Manager you can help me please, it has been working fine all of a sudden went

  • T6s - SETTING SHARPNESS style photo

    Greetings, I have a newly acquired t6s and have a few questions that perhaps the community could help answer. For this thread, I see that I have the ability to change the Style of image details, such as sharpness, contrast, Saturation and other. I ca

  • an hourly chime

    I turned on an hourly chime and now I want to turn off .i do not remember where I was when I did it. It just sounds every hour when my computer is turned on. Help

  • Create and run a scan does not not in 11.1.1.7.0

    I have created sample repository and was trying to test/validation of the repository. When I connect BI as a user administrative i.e. weblogic, I find that 'Analysis' under ' Create... Analysis and creation of interactive reports ' link does not work