Questions tagged [insecure-connection]

63 questions
3
votes
2 answers

How to force load insecure content on IE

I want to force-load insecure content on IE. I do not want the user prompt to display insecure items or not. Is it possible to do that programatically through Javascript or some sort of header that browser understands? I am working in IE browser.
oortcloud_domicile
  • 840
  • 6
  • 21
  • 41
3
votes
2 answers

Is there a secure way to connect to Active Directory from internet?

I am creating a website and my company feels accessing active directory from internet can be a security threat. I would like the users to be able to log in using Active Directory Credential. Is there a secure way to do that?
3
votes
0 answers

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 (which is our minimal requirement) doesn't act like…
MoAdiB
  • 395
  • 2
  • 10
2
votes
1 answer

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 and a Nexus S both running Android 2.3.6 - on…
smichak
  • 4,716
  • 3
  • 35
  • 47
2
votes
2 answers

Unable to run curl command in 'insecure' mode

I am trying to run curl command from Gitlab Pipeline to perform a post call on a Host. Here is the sample curl curl -X -k POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer " \ -d '{ "key": "foo", "value":…
don
  • 21
  • 1
  • 2
2
votes
1 answer

Trouble running docker registry in insecure mode on Ubuntu 16.04

I'm trying to run a docker registry in insecure mode on ubuntu 16.04 (docker v1.12.3). I made the changes specified in the documentation. /etc/default/docker: DOCKER_OPTS="--insecure-registry 10.10.10.10:5000" and then restarted the docker…
Ryan Stull
  • 1,056
  • 14
  • 35
2
votes
0 answers

Android :Bluetooth insecure connection with hf reader

How to create a insecure connection between two devices and get the data.As of now I am using Bluetooth chat app in that I think it is possible to make insecure connection,but I was trying from last two days not getting any idea,can you please…
Stack
  • 21
  • 2
2
votes
4 answers

Video Blocked in Chrome - Ran Insecure content from Video Provider

I am trying to Embed a video from this URL:- http://www.mckinsey.com/videos/video?vid=2548877464001&plyrid=2399849255001&Height=270&Width=480 It's a public video and the embed code it gives me is following:-
Steve
  • 2,546
  • 8
  • 49
  • 94
2
votes
0 answers

Is it possible to forward the user to the remote URL to initiate the handshake and then automatically go back to where the user just wanted to go?

In my webapp, which is running on a locally hosted webserver running at port 5005, makes requests to an remote backend running in Java at port 7575. This backend offers an SSL 3.0 enabled https connection to secure the transfer between client and…
Pallavi
  • 61
  • 1
  • 3
1
vote
2 answers

HTML form with mailto action does not work due to insecure endpoint

I am trying to make a wordpress form by typing directly the html code on a template block (that's to match exactly with the visual design required) and it's not working. I receive this error message on chrome console: Mixed Content: The page at…
1
vote
0 answers

How to fix net::ERR_CONNECTION_RESET when uploading files from javascript to php?

So I've been struggling with this for the past few hours and couldn't find a working solution anywhere. I've made a multiple file uploader in my website. For a long time it worked well or at least I thought it does. Recently I tryed uploading 3…
1
vote
0 answers

Bluetooth connection 2 devices without pairing. Error socket close

I am trying to connect two phones without pairing it using createInsecureRfcommSocketToServiceRecord method unable to connect device and it throws IOException. System.err: java.io.IOException: socket closed You can see my code . In App there is…
1
vote
1 answer

Send Cloud9 passwords securely when self-hosting

I host a Cloud9 server, and I connect currently by tunneling via ssh to said server in order to make the login protected, yet this kind of defeats the purpose of specifying the login credentials (since I need to add the ssh keys for access anyways).…
1
vote
2 answers

Include non-secure steaming URL in HTTPS site

I have a HTTPS enabled site, I use a javascript/html5 audio plugin to stream mp3 here. Chrome and other browsers are blocking streaming url as insecure contents. User needs to ALLOW BLOCKED CONTENT manually. My Site :…
1
vote
0 answers

How does an Insecure Bluetooth connection work with Bluetooth 2.0 in Android

I use the createInsecureRfcommSocketToServiceRecord method from BluetoothDevice to pair devices without user confirmation. So far I've assumed that the method uses the Just Works Protocol because it is the only one that does not require any user…
Fsga
  • 11
  • 3