The insecure-connection tag has no wiki summary.
0
votes
0answers
24 views
Flex 4.6 Release Build swf file not using a secure connection
I have a facebook app that loads an swf file - basically it is an app written in Flex 4.6 and it runs inside the facebook canvas as in iFrame.
The problem that I am having is that when I use the ...
0
votes
0answers
61 views
spotify play tries to run blocked content in iframe
I have noticed in some cases after performing the AJAX to Spotify API and trying to insert the iframe player into the DOM that it will instead insert a cropped iframe of the website itself, and ...
0
votes
1answer
86 views
connecting to RF reader insecurely using bluetooth
I am trying to connect insecurely using bluetooth to a RFreader.
I tried using the bluetooth chat example provided in the sample projects. I am using android 2.3 and above for this.
I have ...
2
votes
0answers
183 views
Bluetooth insecure connection act like a loopback?
I'm developing an Android Bluetooth app that aim to speak using Bluetooth with a device we created, I successfully made everything work on most device on Android 3+ but it seems that android 2.3.x ...
0
votes
1answer
245 views
SSL Certificate Site Issue - Google Analytics?
I have a website which has an SSL certificate installed. If I navigate to the site via https://www.[MY-SITE].com then it flashes up in Chrome for a second with a green https:// indication. Then it ...
0
votes
0answers
123 views
How to make insecure HTTPS call in Node.js
in Curl, I can do -k to perform insecure SSL connections and transfers. However, in node.js, I check the doc for HTTPS. I can't find any options that can do it.
The reason I need this is that I ...
3
votes
2answers
698 views
android bluetooth rfcomm connect too slow
I'm creating insecure rfcomm connection from my HTC One X to SENA bluetooth ESD110 Serial module with this code:
BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(addr);
BluetoothSocket ...
0
votes
0answers
201 views
Bluetooth connectivity in android
I am developing an android game (Target API - 8) which can be played from two android mobiles via bluetooth. Since my app is targeted to API level 8 (android version 2.2) , I cannot go for Insecure ...
0
votes
0answers
411 views
Insecure bluetooth connectivity in android app(API Level 8)
I am developing an android game(Target API - 8) which can be played from two android mobiles via bluetooth. Since my app is targeted to API level 8 (android version 2.2) , I cannot go for Insecure ...
3
votes
1answer
2k views
Android - connecting to multiple bluetooth devices without pairing
I have a bunch of devices that are non-discoverable but I know the MAC addresses for them. At present I can connect to multiple devices using this in my ConnectThread:
Method m = ...
2
votes
1answer
734 views
Creating an insecure RFCOMM socket still requires pairing
I am using the listenUsingInsecureRfcommWithServiceRecord and
createInsecureRfcommSocketToServiceRecord calls in order to connect
one Android device to another.
On the first setting I had a Nexus One ...
8
votes
4answers
10k views
“Service discovery failed” from Android Bluetooth Insecure Rfcomm
Does anyone know how to create an insecure RFCOMM connection between 2 Android devices at API level 2.3.3 while using an arbitrarily declared service name? (not random or changing service name, just a ...
5
votes
1answer
2k views
Android Bluetooth multiple connection issue?
I am new in Android, I am working on a project where I have to connect My device with all devices which can be found in by startDiscovery() call Using Bluetooth. I have gone through with bluetooth ...
14
votes
4answers
13k views
How to create Insecure RFCOMM Socket in Android?
I am looking at way of connecting over rfcomm socket insecurely. I was able to find the way mentioned below
Method m = device.getClass().getMethod("createInsecureRfcommSocket", new Class[] ...
