問題タブ [insecure-connection]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
627 参照

android - Bluetooth の安全でない接続はループバックのように機能しますか?

私たちが作成したデバイスで Bluetooth を使用して話すことを目的とした Android Bluetooth アプリを開発しています。Android 3 以降のほとんどのデバイスですべてが正常に機能するようになりましたが、Android 2.3.x (これは最小要件です) では動作しないようです。他の人のように振る舞う。Huawei Ascend P1 でも同じ動作を再現しました。

何が起こるかというと、Android 側ではすべてが正常に動作し、デバイスに接続し、ペアリングされていない場合はペアリング要求が行われ、インとアウトストリームの両方を取得しますが、それらを使用すると、自分自身に話しかけているように動作しますループバック。出力ストリームに書き込まれたものはすべて、入力ストリームで読み取られます。もちろん、デバイスには何も表示されません (Android フォンが接続されていることさえ認識していないようです)。

これが私のソースからのコードサンプルです(ほとんどはAndroidのドキュメントに記載されているとおりです):

接続スレッド:

スレッドを読む:

書き込みソケット:

明らかに間違ったことをしていないことを本当に願っていますが、なぜうまくいかないのかわからなかったので、助けを求めるしかありませんでした。

ありがとう、マーティン

0 投票する
1 に答える
412 参照

android - 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 encountered many links for using

along with

  1. I have changed Bluetooth chat example according to my need.
  2. Initially it shows up the list of scanned devices(RF reader shows up).
  3. After selecting a device, the connectThread will be invoked. It will create the BluetoothSocket using createInsecureRfcommSocketToServiceRecord().

  4. Then I am starting the thread which cancels discovery and calls bluetoothSocket.connect().

But, it is failing here giving an **IOException:Service discovery failed**. I have removed the code for AcceptThread() which listens for connections, since I am explicitly connecting by selecting a device from list of scanned devices.

Am I doing any mistake ? Is there any other procedure for connecting to non-UI bluetooth devices ?

Thanks in advance :)

0 投票する
1 に答える
536 参照

ssl - https による SSL 証明書

こんにちは、godaddy から購入した SSL 証明書がインストールされた Web サイトを持っています。ssl 証明書をインストールしてアクティブ化した後、URL に https が見つからず、常に http のままです。この問題を解決したいのですが、この問題を解決する方法を教えてください。

前もって感謝します。

0 投票する
1 に答える
772 参照

encryption - jqxgrid exportdata を xls に使用すると、暗号化された接続のままになります。それを防ぐ方法は?

私はjqxgridエクスポートデータ機能を使用しています:

ただし、これにより、データは暗号化された接続を離れ、暗号化されていない接続を介して送信されます。また、第三者は簡単にデータを読み取ることができます。機密情報である可能性があるため、機能を使用しながら安全な接続を解除できないようにすることはできますか?

0 投票する
0 に答える
1175 参照

https - CORS を使用して SSL 証明書エラーを修正できますか?

B ( https://b.com.br ) サーバーにある javascript ファイルにアクセスする html ページを持つサーバー A ( https://a.com.br ) でアプリケーションを実行しています。ブラウザーに証明書をインストールする必要をなくすために、CORS (Access-Control-Allow-Origin) を有効にする必要があるサーバーはどれですか?