Related
St. Kaidal Need to connect to secure elasticsearch with https authentication using transport client in java code. I have the user id and password to connect, but need an example of how we do it? I am using elastic search 5.6.0. I'm looking for xpack and shelf
Jared I came across a healthcare provider website that serves its web pages via aspx. The provider has a new customer form in the same aspx page. I contacted the vendor who built the website and asked why they didn't use https. They assured me that they are us
Jakub Lasoń I'm working on a WPF application that connects to Azure SQL using EF 6 and a defined connection string (no web service saves money on Azure running SQL and web server). So my question is how secure is this connection? I have the connection string E
Moses S. I have an automated test that fills in the user+password fields and clicks a button to log in. I have successfully run this automation dozens of times during development without any issues. Today, I suddenly found that the response of the automated te
Mahma Deva I'm creating an application in React, MongoDB and Node.js and I'm pretty new. I'm connecting to MongoDB via Node via: // Requiring the dependencies
const express = require('express');
const app = express();
const bodyParser = require('body-parser');
dev_mush I'm building a web application with angular dart and browsers like Chrome force https when accessing user location features such as geolocation. When I deploy the web app, the location api works fine because the connection is secure, but when I debug
St. Kaidal Need to connect to secure elasticsearch with https authentication using transport client in java code. I have the user id and password to connect, but need an example of how we do it? I am using elastic search 5.6.0. I'm looking for xpack and shelf
Gok I'm currently writing an application that plans to control a machine. The machine is controlled by a Raspberry Pi, which provides an API (via flask) for local wifi. On the other hand, the app also connects to the same wifi and accesses the API. To make sur
Harald Copps This question seems to have been asked before: OpenSSL Verify return code: 20 (unable to get local issuer certificate) . However, the difference is that it is about the local issuer certificate. Also, the answer does not apply to Windows computers
Jakub Lasoń I'm working on a WPF application that connects to Azure SQL using EF 6 and a defined connection string (no web service saves money on Azure running SQL and web server). So my question is how secure is this connection? I have the connection string E
User 9607361 I use laravel and valet, when I visit a site, the url is " https://blog.test ". I am using localhost now. But I want the site to have a secure connection. But I didn't find which ones are necessary to establish a secure connection. Do you know if
Gok I'm currently writing an application that plans to control a machine. The machine is controlled by a Raspberry Pi, which provides an API (via flask) for local wifi. On the other hand, the app also connects to the same wifi and accesses the API. To make sur
Mahma Deva I'm creating an application in React, MongoDB and Node.js and I'm pretty new. I'm connecting to MongoDB via Node via: // Requiring the dependencies
const express = require('express');
const app = express();
const bodyParser = require('body-parser');
dev_mush I'm building a web application with angular dart and browsers like Chrome force https when accessing user location features such as geolocation. When I deploy the web app, the location api works fine because the connection is secure, but when I debug
Anthony Kong I'm trying to use mitmweb as a proxy to audit some web frontend performance issues. However, when I try to connect to my work site, I get the following error: Here are my Firefox proxy settings: Here's how I started mitmweb: mitmweb -p 7999 --no-h
Pho3nixHun I have a client application written in VB.NET that connects to a remote MySQL server. I want to sign the UI when the connection is secure or not. SslModeSet to Preferred(use SSL if the server supports it, but allow connections in all cases) Once a m
Newton code Lately, I've been reading a lot about secure connections and all that. What I understand is not encryption, but secure end-to-end communication that no man in the middle can hear. But now I am confused. This is the scene. I have Fiddler running in
gear I have a remote Linux box running a Redis server listening on an open port. I want to encrypt traffic, but Redis doesn't support SSH. The suggested solution is to use an SSH tunnel, but I don't have much experience with this. I try to connect a RedisClien
Saskush I'm working on a Django based application and I'm wondering if there is a way to know if my server is using an http connection or https. I know to use import socket
if socket.gethostname().startswith('****'):
I can get the hostname, is it possible to
Matthews I want to host images in a secure server (https). My app uses https in all its webpages, so I don't want to have problems with browsers saying my webpages are not secure. I am wondering if it is possible to do this in Google Cloud Storage. Brandon Jab
uk I've made a C# program that connects to a MySql database, fetches data and modifies it, everything works fine. But now I'm starting to care about the security of the database, so the problem is that the password is sent to the database in clear text: Connec
Jared I came across a healthcare provider website that serves its web pages via aspx. The provider has a new customer form in the same aspx page. I contacted the vendor who built the website and asked why they didn't use https. They assured me that they are us
Matthews I want to host images in a secure server (https). My app uses https in all its webpages, so I don't want to have problems with browsers saying my webpages are not secure. I am wondering if it is possible to do this in Google Cloud Storage. Brandon Yar
Mahma Deva I'm creating an application in React, MongoDB and Node.js and I'm pretty new. I'm connecting to MongoDB via Node via: // Requiring the dependencies
const express = require('express');
const app = express();
const bodyParser = require('body-parser');
dev_mush I'm building a web application with angular dart and browsers like Chrome force https when accessing user location features such as geolocation. When I deploy the web app, the location api works fine because the connection is secure, but when I debug
Jakub Lasoń I'm working on a WPF application that connects to Azure SQL using EF 6 and a defined connection string (no web service saves money on Azure running SQL and web server). So my question is how secure is this connection? I have the connection string E
dev_mush I'm building a web application with angular dart and browsers like Chrome force https when accessing user location features such as geolocation. When I deploy the web app, the location api works fine because the connection is secure, but when I debug
Anthony Kong I'm trying to use mitmweb as a proxy to audit some web frontend performance issues. However, when I try to connect to my work site, I get the following error: Here are my Firefox proxy settings: Here's how I started mitmweb: mitmweb -p 7999 --no-h
dev_mush I'm building a web application with angular dart and browsers like Chrome force https when accessing user location features such as geolocation. When I deploy the web app, the location api works fine because the connection is secure, but when I debug