Quantcast
Channel: Active questions tagged https - Stack Overflow
↧

Benthos yaml, catch http error, send to error topic

For Benthos yaml / pipeline what we developed, we will call http API, to handle the http exception, we can catch the error thru error(), then send to error topic, but it seems that the detailed http...

View Article


can only use the Fetch Metadata Request Headers(Sec-Fetch-*) in https?

I wanna check User Entrance or not in httpwhen enter address 'http://my-proj.com' on chromeclick to bookmark shortcut on chromeetc ...My project looks like thisA: Staff(browser) ---> foo-server...

View Article


Flutter error in Dio https request. HandshakeException: Handshake error in...

I am trying to send a https request from flutter with following function:Future<void> sendOTP(PhoneNumber phoneNumber) async { try { final String url = 'https://127.0.0.1:5432/api/send_otp';...

View Article

git clone with HTTPS or SSH remote?

git clone supports both HTTPS and SSH remote URLs. Which should I use? What are the advantages of each?GitHub's docs don't make a recommendation either way. I recall in 2013 GitHub used to recommend...

View Article

Page can't be reached when I click in the browse website tab inside IIS...

I installed a new SSL certificate in my IIS Manager inside a VM. After that I added a new https binding with this certificate, port 443, IP address All Unassigned and a new host name same to the...

View Article


Login and getting session id of the logged using Https connection in java

I am trying to login to a website using the https requests and then capture the session id. I need this session id inorder to delete some tags in the web application.Till now I am able to login to the...

View Article

Content blocked about:security_git-credential-manager.exe

I am trying to clone an Azure repo into a VM in Azure. My command is: git clone https://dev.azure.com/Prynada/Prynada/_git/Automated_test. When I run it, it opens an Internet explorer prompt with the...

View Article

Making a HTTP request from a static web page - blocked by CORS policy

I simply want to make a GET request to jsonbin.io from a static web page. I have used postman to successfully make the request but when I attempt the HTTP request on my web page I keep getting the...

View Article


URL change in HTTPS automatically

Test URL = https://www.uktherapyhub.co.uk/info.phpCode is below <?php include 'wp-load.php'; ?><a href="http://adrianmatthewstherapy.co.uk">http://adrianmatthewstherapy.co.uk</a>Above...

View Article


Vite https on localhost

I'm trying to get https working on my localhost environment for Vite. Chrome shows an invalid certificate error.I've set up my vite.config.js file like this:import { defineConfig } from 'vite'import...

View Article

suds is not using HTTPS, even though the URL is set correctly

Consider this code:from suds.client import Clientwsdl = "https://path/to/scv?wsdl"client = Client(wsdl)token = client.factory.create("ns1:AuthenticationToken")token.LoginName = "login"token.UserId =...

View Article

Self signed certificate jetty

I'm using Jetty server to run CAS (http://jasig.github.io/cas/4.1.x/index.html).To enable ssl support I have generate a certifice with the follows commands:openssl genrsa -des3 -out jetty.keyopenssl...

View Article

Specify Subject Alternative Name when generating a self signed certificate

Is there a way to get a .crt and .key file with the subject alternative name set? I am configuring a proxy with an openssl .crt and .key generated by this commandopenssl req -x509 -sha256 -nodes -days...

View Article


Django Invalid HTTP_HOST header: u'/home/dev/whatever/whatever.sock:'. The...

I have this error once or twice a month (??) in a production site which is up and running smoothly for months.Invalid HTTP_HOST header: u'/home/dev/whatever/whatever.sock:'. The domain name provided is...

View Article

Slow Response on HTTPS request [duplicate]

When we moved http to https then we observed streaming data response come after some delay so how to fix from my side using java http connection.Here my https request codeHttpURLConnection connection =...

View Article


magneto website keeps redirecting to HTTP

I have just installed my SSL which I have bought on transip.nlWhen I take a look at the website which I have installed for it looks like its not going well.I have checked:...

View Article

Image may be NSFW.
Clik here to view.

Unable to connect to web server 'https' in Visual Studio 2022

I have two projects for the API and UI side of my project.On the UI side, I want to see the change I made with "ctrl + shift + w" on index.cshtml, but I get the error in the screenshot below.There are...

View Article


LoadRunner SSL Certificate issue

I am trying to monitor a https URL using VirtualUser Generator, I have the pfx certificate of the user which is used to login as a user on the portal. I used the Openssl utility with Loadrunner to...

View Article

Simple Java HTTPS server

I need to set up a really lightweight HTTPS server for a Java application. It's a simulator that's being used in our development labs to simulate the HTTPS connections accepted by a piece of equipment...

View Article

A7672S gsm modem not working with Https Get method

Hi i am trying to send some data to my website using https get method by A7672S module, if i am transfer data through http get method means it is working fine, but while accessing via https it throw...

View Article

Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy...

I was trying to hit the https url for google api.Using the code below but its giving some errors.but i can hitting one google api http url and its working very well without any errorDataInputStream di...

View Article


go get on private gitlab repository fails with no secure protocol found for...

Setup:migrated repository(ies) from GitHub.com to private (Synology hosted) Gitlab repository(ies)created an HTTPs endpoint using Synology "reverse proxy" that maps HTTPs to internal HTTP endpointIn...

View Article


How to clear Chrome HSTS-Cache?

Bg: I am developing a host management tool recently, and I want to realize such a function: auto-delete HSTS cache of chrome-browser by click a btn.I run python scripts to delete HSTS-cache file of...

View Article

Setting up NTLM Authentication with WCF to Sharepoint Web Services

I have been having a lot of difficulty setting up my WCF service to talk to Sharepoint Web services, specifically I am trying to use the Lists.asmx and Copy.asmx services. I got it working using an...

View Article

Is there an alternative HttpClient handler for .NET Framework 4.5 that does...

I have a legacy project running on .NET Framework 4.5, and we recently encountered issues because HttpClient relies on Windows for HTTPS connections.Is there an alternative HttpMessageHandler that does...

View Article


Squid config to ensure HTTP header matches that of the cached content

We have a cloud setup like this:User Request -> Perlbal (SSL unwrapping) -> Squid (Caching) -> Apache -> HTTP ResponseWe support SSL on some pages, and not on others. Everything beyond the...

View Article

How much network overhead does TLS add compared to a non-encrypted...

(Approximately) how many more bits of data must be transferred over the network during an encrypted connection compared to an unencrypted connection?IIUC, once the TLS handshake has completed, the...

View Article

nifi 2.3.0 fails to connect to bitbucket using GitHubRegistryClient

I'm setting up nifi 2.3.0 with GitHubRegistryClient to by-pass the nifi registry component.When configuring GitHubRegistryClient:I used the bitbucket repo https clone urlI created PAT(Personal Access...

View Article

SSL Certificates for local Intranet based clients [duplicate]

I have the following situation. I have a web application running on IIS written in ASP.NET Core, and I would like to host it over https.This means I need a SSL certificate for IIS but here's the crux...

View Article



git clone over HTTPs timeout

I'm using git clone over HTTPsgit clone https://github.com/BoltsFramework/Bolts-iOS.gitand get thisFailed connect to github.com:443; Operation timed outThe problem is it fails 9 of out 10 times. VERY...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>