Wire Vs sleep Vs MDS Http connection Question

Hello

Here's my situation...

I created a thread for background based on this article:

http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800660/How_To _...

Here is my code:

/ * Thread that runs in the background * /.
the final private class BackGroundThread extends Thread {}
private static final int TIMER = 15; minutes
Private boolean _stop = false;

public synchronized void stop() {}
_stop = true;
}

Private boolean isCoverageSufficient() {}
If ((DeviceInfo.isSimulator ()) |)
(RadioInfo.getState ()! = RadioInfo.STATE_OFF & (RadioInfo.getNetworkService () & RadioInfo.NETWORK_SERVICE_DATA)! = 0) & {CoverageInfo.isCoverageSufficient (CoverageInfo.COVERAGE_MDS))}
Returns false; a Simulator or a real device with sufficient coverage
}
Returns false; real aircraft with insufficient coverage
}

public void run() {}
CoverageInfo.addListener (new CoverageStatusListener() {}
{} public void coverageStatusChanged (int newCoverage)
{Switch (newCoverage)}
box (CoverageInfo.COVERAGE_CARRIER):
System.out.println ("COVERAGE_CARRIER");
GPS.this.sendPoints ();
break;
box (CoverageInfo.COVERAGE_MDS):
System.out.println ("COVERAGE_MDS");
break;
box (CoverageInfo.COVERAGE_NONE):
System.out.println ("COVERAGE_NONE");
break;
}
}
});
           
While (! _stop) {}
GPS.this.getPoint (); try to get a GPS point
Make sure the radio is on and there is the coverage of the data
If (isCoverageSufficient()) {}
GPS.this.sendPoints (); Send the _Dans table to the web server
} else {/ / blackberry is out of coverage}
GPS.this.storePoints (); store the table _Dans on blackberry
}

try {}
Thread.Sleep(Timer*1000*60); pause the thread for a set number of minutes
} catch (InterruptedException ie) {}
System.Err.println ("Error:" + ie.toString ());
}
}
}
}

The 'getPoint()' method to get a coordinate GPS using LocationProvider.getLocation ().

The method 'sendPoints()' send the GPS coordinated to a web server using the HTTP connection:

...

HttpConnection con = (HttpConnection) Connector.open (URL); Open the connection URL
con.setRequestMethod (HttpConnection.POST); POST method
con.setRequestProperty ("Content-Type", "application/x-www-formulaires-urlencoded");
OutputStream out = con.openOutputStream (); display the results in a stream
out. Write (Data.GetBytes ());
int responseCode = con.getResponseCode (); Send data and receive the response code
If (responseCode == HttpConnection.HTTP_OK) {}
success
}
If (con! = null) con. Close; close the connection to the URL

...

The "storePoints()" method simply store the GPS on the Blackberry Persistent Store when the BB is out of coverage.

When the Blackberry is trying to send a GPS coordinate, but cannot because it is out of coverage, GPS data are stored on the Blackberry. My thread can sleep for 15 minutes before getting another coordinated GPS. If the BB is on the cover in the next interval of 15 minutes, the two coordinates are sent (the current and that (or those) that have been saved on the device).
It works very well.

However, now, I would put up a CoverageStatusListener so my GPS coordinates would be sent as soon as the BB is on the cover (and not wait for the next 15 minutes).
I tried to "COVERAGE_MDS", but he never seems to have triggered... but gets "COVERAGE_CARRIER".
I have a post on this here: http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&thread.id=6076

My question is on the wire. Actually here is called the 'sendPoints()' method:
box (CoverageInfo.COVERAGE_CARRIER):
System.out.println ("COVERAGE_CARRIER");
GPS.this.sendPoints ();
break;

However, since my son sleeps, this method is not able to initiate a connection HTTP using MDS. I get an error in timeout after 2 minutes.

I'm not an expert on the threads. I think I have all the necessary parts of the code... but I'm not sure about how to reorganize this.
Can anyone help?

Thank you!

The network connection should be asked by a listener method.  Do not perform any operation or the heavy within a method of transformation of blocking listener.  Instead, you can create a new thread from the method which could then create the network connection to send your data.

Tags: BlackBerry Developers

Similar Questions

  • HTTP connection question

    Hey all,.

    I am an application that will use a web service, so I did a survey on what I need to know about networking.  I read some of the sticky thread: http://supportforums.blackberry.com/t5/Java-Development/Connecting-your-BlackBerry-http-and-socket-c... including watching videos on the transport network as: http://www.blackberry.com/DevMediaLibrary/view.do?name=NetworkingTransports

    After that, I learned I could generate a web service client to the Wireless Toolkit from the Sun help by pointing to the my all and web service WSDL file just "worked."  App BlackBerry connected correctly and pulled back the good info, but nowhere had to do all the connection information that it seemed I'd need in previous discussions.  I like working but am obviously concerned by my understanding of the process.  What happens here?  Can someone point me to some information which will help? Thanks in advance.

    Did this work 'just' on the Simulator, or the device?

    The Simulator (with MDS - CS) emulates a BES device, which requires no setting special conneciotn and 'works '.

    As soon as you leave this environment, you will now face the carrier/network-specific connection problems.

    If you search this forum, you will find 50 pages of messages that go "works on the Simulator, but not device."

    If this * was * a device, then what device, OS level and carrier?

  • Clarification: Default Http connection suffix is MDS/BES?

    Hi all:

    I had reviewed most if not all doc and discussions on the definition of the networks for the http connection. (Thanks Peter Strange)

    I need clarification on the behavior if no suffix is provided (example: Connector.open ("www.blackberry.com"))

    This is supposed to Connector.open ("www.blackberry.com;deviceside=false") - a BES/MDS connection as default

    On my Storm V4.7.0.75 no suffix works but "; deviceside = false' does not work.

    Since my Storm is not part of the company's network should work...

    Am I missing something?

    OLAF

    Verizon is an exception, they have a direct TCP stack available on the device.

  • HTTP connectivity from a device problem

    Hello

    I'm working on an application that works with our web server via HTTP and HTTPS.

    As it is a consumer application, we want to operate without MDS, out-of-the-box when a smartphone is purchased at retail with a web access data plan.

    I assumed that this means using direct TCP when a Wi - Fi connection is not available.

    The following code snippet prepares the URL according to the configuration, and opens the connection:

    String fullUrl = (isSecure? ("https://": "http://") + appConfig.getServerHost () + "/" + url + (bbAppState.isWiFiOnly ()? « ; (interface = wifi': "") + (bbAppState.isDeviceSide ()? « ; (deviceside = true': ' ");

    c = (HttpConnection) Connector.open (fullUrl, Connector.READ_WRITE, true);

    Details of equipment and network:

    Feature: 8320
    OS 4.5.0.81
    T-Mobile US network
    Have a data plan (unlimited web and 400 messages)
    Connection preference: Wi - Fi preferred
    No apn is not specified
    Browser and third-party applications downloaded from the App World can access internet via Wi - Fi and EDGE/GPRS with the above parameters

    Tried:

    1. Free Wi - Fi and EDGE: deviceside = true - get "Tunnel failed '.
    2. Free Wi - Fi and EDGE: no deviceside, only the url - get "Tunnel failed '.
    3. No deviceside, only = wifi interface - works with a Wi-Fi connection, reports "The Tunnel failed" when out of range of a Wi - Fi connection.
    4. I tried parameter APN to internet2.voicestream.com just to test - got the same error 'Tunnel failed '.  I would not use it as the browser and other applications need and work when the APN is empty.

    My question is if I'm something wrong or missing something.  My hypothesis is that third-party apps and BlackBerry Internet Service browser.  Is there a way to know?  Is there a way to disable it (for example to make sure that the browser and other applications use it)? Our company has recently become a partner of Alliance of BlackBerry, so we can apply to BlackBerry Internet Service, but I do not understand if this is necessary for consumer applications, or if the consumer applications should rely on direct TCP.

    Any help will be greatly appreciated.

    Thank you

    Sergey

    Use '; deviceside = true ', you must also specify the details of the AFN, the options of the device or in the string you provide with "; deviceside = true '.  If you do not, you will get "Tunnel failed '.

    I would like to confirm the settings for T-Mobile APN - the value that you used does not match what I found in a google search.

    Browser and other applications will use WAP 2.0 or BIS - B, requiring no configuration.  You can use WAP 2.0 - standard article for more details:

    What - in different ways to establish an HTTP connection or socket
    DB-00396
    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is...

    Recommendation - use BIS-B (service Alliance Partner) If you can, work in cases more than anything else.

  • OfficeJet HP 6830: officejet hp 6830 does not respont in mode 'sleep' via an ethernet connection

    HP officejet 6830 does not respont in mode 'sleep' via an ethernet connection.

    This isn't the case via a usb connection.

    What can I do?

    Hey @George5500,

    Welcome to the HP Forums!

    I understand your JO 6830 unresponsive when it is in standby when you are using the Ethernet connection, but it does not occur when connected via USB.

    We will perform a hard reset. To do this, leave the printer and unplug the power cable for 1 minute. While it is unplugged, press and hold the power button on the printer for 10-15 seconds to release built his power, then after the minute, plug the printer in. Also, even if you have used a surge protector/power bar this whole time and you feel this isn't the cause, please plug it in to a wall outlet so that we can eliminate the source of energy as the primary cause.   Questions when it is connected to an uninterruptible power supply/Strip/surge protector power

    * In this document, you will see, QUESTION: questions or problems may occur when a printer HP LaserJet series printer is connected to a UPS (UPS), a power strip or a surge protector that is not limited to the Laserjet printers.

    I can't wait to hear back on your part. If performing a hard reset, or move the printer to a socket solves the problem, please click Accept as Solution button below so that the community can see your problem is solved. If the problem persists, please don't forget to leave me and I'll do everything I can to help.

  • How to write a program that allows an HTTPs connection to the APACHE TOMCAT server in blackberry JDE

    Hello.. I am very new to the blackberry JDE environment. But then, I have a project in which I should write a program that will make an HTTPs connection to the apache tomcat server using blackberry JDE. The simulator which I use is 8330-JDE.

    Here is my code...

    import java.io.IOException;

    Import java.io.InputStream;

    Import javax.microedition.io.Connector;

    Import javax.microedition.io.HttpsConnection;

    Import net.rim.device.api.ui.UiApplication;

    Import net.rim.device.api.ui.container.MainScreen;

    public class Httproto extends UiApplication

    {

    public public static void main (String [] args)

    {

    Httproto instance = new Httproto();

    instance.enterEventDispatcher ();

    }

    public Httproto()

    {

    pushScreen (new HttpsConnectionScreen());

    }

    }

    final class HttpsConnectionScreen extends screen

    {

    public HttpsConnectionScreen()

    {

    HttpsConnection c = null;

    InputStream is = null;

    int rc;

    try {String url =

    "https://192.168.2.3: 8443/cit/j_acegi_security_check? j_username = sanogo & j_password = redhat;

    c = (HttpsConnection) Connector.open (url);

    c.setRequestMethod (HttpsConnection.POST);

    System.out.println ("connection is open with the server");

    Get the response code is open the connection,

    Send the request and read HTTP response headers.

    The headers are stored until asked.

    RC = c.getResponseCode ();

    System.out.println ("response from the server" + rc);

    if (rc! = HttpsConnection.HTTP_OK) {

    throw new IOException ("HTTP response code:" + rc);

    }

    is = c.openInputStream ();

    Get the ContentType

    The string of type = c.getType ();

    The length and process data

    int len = (int) c.getLength ();

    if (len > 0) {

    int actual = 0;

    int BytesRead = 0;

    byte data = new byte[len]; while ((bytesread! = len) & (real! = - 1)) {

    real = is.read (data, bytesread, len - bytesread);

    bytesRead += real;

    }

    } else {}

    int ch;

    while ((ch = is.read (())! = - 1). {

    }

    }

    } catch (ClassCastException e) { throw new IllegalArgumentException ("not a HTTP URL");}

    }

    catch (IOException ioe) {}

    finally {

    Try

    {

    if (is! = null)

    is. Close();

    if (c! = null)

    c.Close ();

    }

    catch (IOException ioe) {}

    }

    }

    }

    When I run this program in the Simulator, I can do nothing. Please correct me if I'm wrong in coding.

    As I am new to this blackberry JDE environment, ideas and suggestions on how to write and run the sample applications in the blackberry are more welcomed.

    Concerning

    Hinduja

    Make sure that your MDS starts when the Simulator starts.  In the JDE will in Edition > Preferences > Simulator > General and click the checkbox "launch Mobile Data System connection with Simulator Service.

  • ESW-540-8 P, http connection and browsers

    Howdy,

    Portal: cisco-onplus

    VAR: 1913

    Client: 5651 (USS Nautilus SSN-571)

    Version: with On - 100K 9

    ESW540 - 8 p on a network with the default settings. The goal is to connect through proxy http OnPlus http (kubrick) devices management I / F and change the settings.

    By the compatibility of the devices for ESW540, I define http (port 80) as a method of connection and allow to "set the headers.

    Using a PC connected locally, I checked that I can establish http connection directly (without proxy OnPlus) using IE, firefox, and Safari browsers on multiple platforms (2 win 7 PCs (FF, IE, Safari), 1 iPhone4. () Safari).  In all cases, I'm able to establish the http connection to the ESW540 connection - 8 p and perform operations remotely on the device http user interface through the user interface of the browsers.

    However, when I try the same when connected remotely through OnPlus, I get different behaviors for success/failure in the browser I use.

    When I use Firefox or IE, as soon as I click on the 'Connect' button on the modal system, a browser window is launched as planned.

    For IE (IE7) on both Win7 computers, 10 seconds after the launch of the window, the device UI presents its login screen. I provide credentials for the connection. Soon after, a partial rendering of the page main 'status' for the device is presented on the user interface of the browser. I can see the CSS styles of painting, but I see no text, areno visible URL and the simulation planned device indicator is not visible. Clearly, the appliance http server enabled connection. Shortly after the connection information has been presented, a dialog box appears that States "disconnected from server...". "xlx...

    For firefox (FF 6.02) on the two WIn7PCs, I get the same behavior with one exception - the connection process does not have the point of view of the page for the device UI http authentication.

    Note, I am able to navigate, to connect to and manipulate all the pages of the user interface http to a cable modem TWC ODM built... using any platform and one of the three browsers.

    Also of note, I have configured the ESW540 - 8 p to the backup configuration file automatically and every night. This automatic access (using the credentials provided in the "References" of the modal device tab) works very well... even if she does not resemble his support in the list of devices.

    I suspect that it is a FF/IE browser config issues with specific pains of Kubrick (Java?). But I'm just guessing. Fortunately, I have Safari on all three devices, so this isn't a big deal. Ideallly, however, I prefer using FF - manage my browser of choice for all the other things-webby.

    Any help appreciated.

    See you soon,.

    Dave

    PS - I told you lately how 'killer' this "Cisco OnPlus" remote service is? It is beautiful thing you've built.

    Captain Howdy!

    The ESW540 was a little 'fun' with cross-launch. We expect a potential MR later this fall that may be able to answer some of these questions. In the meantime, I'll get the documentation updated to reflect the following details on ESW540 support.

    1. the port 80 and "Headers of difficulty" are correct configuration items to set for cross-launch.

    2. the Safari browser works fine, but you have to ignore the pop-up "lost connection". Everything works perfectly.

    3 Firefox has a particular problem. When you connect first with firefox, you'll get an error. It is different with different versions of firefox. If you copy the URL and open a new window, and then paste the URL into the new window, things will work (again, with the message lost connection to ignore).

    4 IE tends to work perfectly, without any problem. I have only tested with IE8. There could be a problem with IE7.

    These problems come from the fact that OnPlus was not there when the ESW has been developed and switches don't usually do the test to be able to withstand to be connected through a firewall. New SMB devices are tested with OnPlus in order to avoid this type of problem in the future.

    Specifically, there is a behavior of Web Management page in the ESW trys to be compatible with all web browsers and it breaks down when you launch into another page, or by an indirect method.

    Enjoy,

    Robert

    PS I'm glad you like it. Your praise seems strangely familiar though ;-)

  • cannot reduce the application on end key click on the http connection.

    Hi all

    I use version eclipse3.4 for Blackberry development. In my application, I need to extract data from a Web service via a servlet created by me. I've implemented it using a wire and it works fine.

    But the problem is, after the http connection, when control passes to servlet I can't minimize my application using events end key as a normal application. This fine event key only works when the control back on the side of the unit... My entire application got stuck when he tries to retrieve the data from webservice... Please help me on this.

    Please guide me how to implement the reduction feature in my application when it attempts to retrieve data from the server using the http connection.

    I used this package for connecting

     

    javax.microedition.io.Connector; javax.microedition.io.HttpConnection;

    Please help me on this...

    Advanced thanks and greetings,

    Michel Philippe.

    You will need to run the web service code in a separate thread...

  • Problems with HTTP connections in 7.0

    Hi all

    HTTP connections in my work of fine application with 5.0 and 6.0, but they do not work with 7.0.  Enough actually, they work with 7.0 when the device is connected with WiFi, but not with 3G (Sprint) mobile network.  Connections are also running smoothly on the Simulator.  When the application tries to perform an HTTP request, it seems to open the connection, but the connection hangs just until it expires in a minute later.

    I'm unable to debug applications with the SDK 6.0 and 7.0 in Eclipse.  The debug mode is always suspended my environment.

    Can someone speculate as to why this might be the case?  For added convenience, my code is below:

    public class HttpRequest extends Thread {
        private String method; // GET or POST
        private RequestResults screen;
        private String url;
        private Loader loader;
    
        public HttpRequest(String url, String method, RequestResults screen) {
            this.url = url;
            this.method = method;
            this.screen = screen;
        }
    
        private void connection() {
            // The following code will only build under JDE 4.5 and later
            ByteArrayOutputStream out = null;
            HttpConnection conn = null;
            InputStream in = null;
    
            try {
    
                conn = (HttpConnection) Connector.open(url
                        + ConnectionParams.getConnection());
                conn.setRequestMethod(method);
    
                int responseCode = conn.getResponseCode();
    
                // Check for both 200 AND 201
                if (responseCode != 200 && responseCode != 201) {
    
                    loader.stop();
    
                    Notify.inform(Constants.CONNECTION_LOST);
    
                    conn.close();
                    return;
                }
    
                out = new ByteArrayOutputStream();
    
                in = conn.openInputStream();
                byte[] buffer = new byte[20000];
                int bytesRead = 0;
                while ((bytesRead = in.read(buffer)) > 0) {
                    out.write(buffer, 0, bytesRead);
                }
    
                screen.requestSucceeded(new String(out.toByteArray()));
                loader.stop();
    
            } catch (IOException ex) {
                Notify.inform(Constants.CONNECTION_LOST);
                loader.stop();
            } finally {
                if (in != null) {
                    try {
                        in.close();
                    } catch (IOException e) {
                    }
                }
                if (out != null) {
                    try {
                        out.close();
                    } catch (IOException e) {
                    }
                }
                if (conn != null) {
                    try {
                        conn.close();
                    } catch (IOException e) {
                    }
                }
            }
    
        }
    
        public void run() {
    
            if (NetworkCheck.radioCheck() || NetworkCheck.wifiCheck()) {
    
                loader = LoaderStore.orderLoader();
                loader.start();
                connection();
    
            } else {
                Notify.inform(Constants.NETWORK_ERROR);
            }
    
        }
    
    public class ConnectionParams {
    
        /**
         * The getConnection() method will retrieve the available connection, and is
         * prioritized fastest to slowest connections.
         *
         * @return The connection parameters string to be appended to the HTTP
         *         connection
         */
        public static String getConnection() {
            String connectionParameters = "";
    
            if (WLANInfo.getWLANState() == WLANInfo.WLAN_STATE_CONNECTED) {
                // Connected to a WiFi access point
                connectionParameters = ";ConnectionTimeout=10000;interface=wifi";
            } else {
                int coverageStatus = CoverageInfo.getCoverageStatus();
                ServiceRecord record = getWAP2ServiceRecord();
                if (record != null
                        && (coverageStatus & CoverageInfo.COVERAGE_DIRECT) == CoverageInfo.COVERAGE_DIRECT) {
                    // Have network coverage and a WAP 2.0 service book record
                    connectionParameters = ";ConnectionTimeout=10000;deviceside=true;ConnectionUID="
                            + record.getUid();
                } else if ((coverageStatus & CoverageInfo.COVERAGE_MDS) == CoverageInfo.COVERAGE_MDS) {
                    // Have an MDS service book and network coverage
                    connectionParameters = ";ConnectionTimeout=10000;deviceside=false";
                } else if ((coverageStatus & CoverageInfo.COVERAGE_DIRECT) == CoverageInfo.COVERAGE_DIRECT) {
                    // Have network coverage but no WAP 2.0 service book record
                    connectionParameters = ";ConnectionTimeout=10000;deviceside=true";
                }
            }
            return connectionParameters;
    
        }
    
        private static ServiceRecord getWAP2ServiceRecord() {
            ServiceBook sb = ServiceBook.getSB();
            ServiceRecord[] records = sb.getRecords();
    
            for (int i = 0; i < records.length; i++) {
                String cid = records[i].getCid().toLowerCase();
                String uid = records[i].getUid().toLowerCase();
                if (cid.indexOf("wptcp") != -1 && uid.indexOf("wifi") == -1
                        && uid.indexOf("mms") == -1) {
                    return records[i];
                }
            }
    
            return null;
        }
    }
    

    The culprit seems to be adding the line

    ConnectionUID = record.getUid ();

    for my URL when you set the connection settings:

    if (record != null && (coverageStatus & CoverageInfo.COVERAGE_DIRECT) == CoverageInfo.COVERAGE_DIRECT) {
    // Have network coverage and a WAP 2.0 service book record
        connectionParameters = ";ConnectionTimeout=10000;deviceside=true;ConnectionUID="
        + record.getUid();
    }
    

    Once I have remove this, it works fine...

  • Need Clarification - Http connection/GPRS

    Hi all

    working on 4.7 for the storm. I've been singled out / feeling of pity / tired of me.  because I get is not the way how to establish an http connection to a device.

    I crossed the stone sticky wire, gone through the posts in this forum about this http connection. With a wi - fi connection it works fine. coming to GPRS, it does not work.

    I know that this is not the right place to post this, but I want to learn things of expereince of my counterpart.

    This is my story...

    (1) I have a storm with vodafone carrier. (India)

    (2) I have activated the GPRS connection for this SIM card, I received the appropriate Vodafone data plan and I am able to open browse the google, gmail, yahoo and all the other stuff except my app.

    (3) I added '; deviceside = true' to my URL.

    (4) I called my customer service to get the APN settings, apn = blackberry.net, username = <> , password = <> are. and I put those in the unit.

    (4) the strange thing, I learned to know, when I called to vodafone customer care for blackberry services, they said, plan vodadfone of data is not used for third-party applications. and we need get the BIS data for this plan.

    is this true?

    all the help/advice/suggestions are welcome.

    Thanks for your interest!

    He works with another carrier... I changed with another carrier to airtel and works very well.

    I called cust care voda and they said, voda does not support their GPRS services for blackberry, and it is essential to get the plan of BIS.

  • HTTPS connection systematically disconnected every 2 minutes via VPN in Windows 8

    * Original title: VPN via https issues - win 8

    My wife works from home to connect to a vpn over an https connection and then connect to another piece of software based on the web through an https connection.

    It worked well until Christmas 2013 when she bought a new laptop with windows 8, upgrading to a connection high speed fiber (with the same Internet service provider) and had a new router.

    Since then it can connect to the vpn but once connected to everything that she's trying to connect an https connection systematically disconnected every 2 minutes.

    The vpn is connected, and also other programs outside the vpn as Skype and lync stay connected.

    His employer has built a new version of the web-based software as there was a problem with this and windows 8, but this has not solved the problem although it resolved all the problems of connection to his colleagues.

    Currently, she is able to connect via a desktop remotely to his employer (instead of the vpn) and then connect to the additional software via https.

    2 weeks ago she took his laptop in a House of colleagues and connected no problems whatsoever and maintained the connection.

    She informed her employer of which, after 3 months of development new software and maintenance to a remote office installation just for her, said now it must be a problem with the Internet service provider.

    PSI (EE) performed many tests and say there is no problem with the line and or they block certain ports etc.

    Today, she attempted to connect using a laptop with windows 7 (according to her an old) and had no problem that seems to rule out a problem of ISP or router problems.

    There seems to be a problem with windows 8 (regardless of Web browser - the same problem is present with ie, chrome or firefox), but only among us — even if I want to confirm that in trying a few more locations with different providers of Internet services, and that even in a different place)

    Anyway, after all this language of wood can anyone offer suggestions of what the problem may be or any what more ways to collect the information required to provide a solution.

    Thank you

    Hello

    We have dedicated forums for users of VPN. I suggest you to report your query in the TechNet forums to improve assistance in this regard.

    Here is the link for your reference:

    http://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w8itpro

    Hope this information helps. If you have any questions, please let us know.

  • Items that are unencrypted in a https connection may be hidden?

    For a long time, IE was an option to hide items unencrypted in a https connection. I can't find such an option now, so I can't give more details. BU is the point: Firefox can do? Some sites have encrypted partially connections and for me it is important to distuinguish what is safe and what is not in these sites. A sad example is very support page for the product Mozilla (see below).

    Thanks in advance.

    You can still file an enhancement request in Bugzilla (or) - http://bugzilla.mozilla.org
    Try it, I really encourage you to follow this path.

  • I get an error pop-up that says that Web page contains content that is not delivered using a secure HTTPS connection. What does that mean?

    I get an error pop-up that says that Web page contains content that is not delivered using a secure HTTPS connection, but likely to compromise the security of the entire webpage, whatever that means

    In "BOLD" on the very top of the ther security warning she also ask you want to view only the webpage content that was delivered safely?

    original title: HTTPS connection issues

    You are using Internet Explorer 8?

    This article describes the causes of this message and how you can remove:

    http://blogs.msdn.com/b/ieinternals/archive/2009/06/22/HTTPS-mixed-content-in-IE8.aspx

    Information on the changes in Internet Explorer 9 is available here:

    http://blogs.msdn.com/b/ie/archive/2011/06/23/Internet-Explorer-9-security-part-4-protecting-consumers-from-malicious-mixed-content.aspx

  • How can I configure computer mi to ACCEP https connection

    How can I configure computer mi to ACCEP https connection

    original title: my device does not accept the connection of the https port, I have Windows vista

    Hi, Rosariopenaranda,

    Do you get any error Messages?

    Tools > Internet Options > Advanced tab

    Scroll down to the Section navigation

    Uncheck Show friendly https error messages

    Click on apply, Ok

    Tools > Internet Options > Connections tab

    Click the Lan settings button

    Check automatically detect settings

    Click Ok, apply, Ok

    Change proxy settings in Internet Explorer

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-proxy-settings-in-Internet-Explorer

    HOW to: Use Wfetch.exe to troubleshoot HTTP connections

    http://support.Microsoft.com/kb/284285

  • "Do you want to view only the webpage content that was delivered safely. "the Web page content that willl be sent using a secure HTTPS connection, which could jeopardize the securityof the entire Web page.

    Original title: SECURITY WARNING

    When I try to open a program I have getthis message:

    "Do you want to view only the webpage content that was delivered safely.

    "the Web page content that willl be sent using a secure HTTPS connection, which could jeopardize the securityof the entire Web page.

    Is this something that needs to be corrected?  If yes how.

    Hi billkabay,

    (1) program which you are referring?

    (2) is the problem confined to this specific programme?

    (3) since when are you facing this problem?

    This problem normally occurs when you open Web pages in internet explore. Please specify if this happens when you open a program or opening a Web page or link in internet explore.

    You can see the steps in the link below

    https://community.dynamics.com/product/crm/crmtechnical/b/crminogic/archive/2009/07/09/how-to-disable-the-34-do-you-want-to-view-only-the-webpages-content-that-was-delivered-securely-63-popup-for-custom-pages-added-to-crm.aspx

    Also see the steps by Vincenzo Di Russo (check the post Saturday, May 30, 2009 11:36) in the link below.

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/e7526a5f-F953-4235-90c3-004f9b973585

    Thanks and greetings

    Ajay K

    Microsoft Answers Support Engineer
    ***************************************************************************
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for