Quantcast

BioTime login fails with 403 when using HTTPS behind Nginx reverse proxy

We have a ZKTeco MB10 Attendance DeviceI have successfully installed it, and connected to the BioTime 9.5 that we are hosting on a VPS,I have pointed a subdomain record to the the VPS ip address and I...

View Article


Symfony or Nginx is forcing a redirect to https in a Docker test environment

please help. I'm having a problem with a droplet in DigitalOcean with a Symfony app. The app portal works fine, but when I log in to a module with security (username and password), the styles and JS...

View Article


How does URL without protocol works and should it be used in Web?

Let's say that I have a website with SSL certificate and if I type<a href="https://mywebsite.com"/>it will send me to that website, and if I type<a href="http://mywebsite.com"/>It will also...

View Article

Why Certificate pinning is so important? [closed]

I'm an iOS Developer and I have one question about security that I can't answer.Security experts say that using the "certificate pinning" will make your app more secure (for example against man in the...

View Article

HttpGet/Client and HTTPS

Previously, I used custom TrustManager talked about here to do thisSAXParserFactory spf = SAXParserFactory.newInstance();SAXParser sp = spf.newSAXParser();XMLReader xr = sp.getXMLReader();MyXMLHandler...

View Article


https before address shows only files in private_html folder on host

when i try my webpage address with https, page shows only files in the private_html folder not public_html.but my website runs in the public_html. for example i use an index.html file (including...

View Article

How to add HTTPS to Django app using Uvicorn?

We are developing react native app with django as a backend. We deployed django on the VM (which we bought it has Window OS) and then git pulled and running django server using uvicorn...

View Article

How to run 'dotnet dev-certs https --trust'?

I'm new in ASP.NET.Environment:Ubuntu 18.04Visual Studio Code.NET SDK 2.2.105I'm in trouble with some command running.I was reading tutorial at...

View Article


Https Nginx reverse proxy for Node, do I need https between both?

I am planning to add a Nginx server as reverse proxy for my current HTTPS Node server.Is it required for Node to still listen for HTTPS or is it OK to listen for HTTP since the server to user HTTPS...

View Article


Nginx reverse proxy HTTPS error : (failed)net::ERR_SSL_PROTOCOL_ERROR

I added a Nginx as reverse proxy for my Node server, my certificates were generated by Let's Encrypt Certbot. Everything works fine when my Node is listening the 443 port and using the certificates,...

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

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

Importing self-signed cert into Docker's JRE cacert is not recognized by the...

A Java Service is running inside the Docker container, which access the external HTTPS url and its self-sign certificate is unavailable to the service/ JRE cacert keystore and therefore connection...

View Article


How to bypass cloudflare ddos or redirect after 5 seconds using JSOUP?

I'm trying to get anime-list in this site, https://ww1.gogoanime.iothis is the code,org.jsoup.Connection.Response usage = Jsoup.connect("https://ww1.gogoanime.io/anime-list-A") .header("accept",...

View Article

How can I assign an owned url to a google sheet, without hosting a website...

Example: Here is a url from google docs that leads to a page about Krishna Kanti Cring and the Hare Krishna cult:...

View Article


Artifactory Curl -X PUT large file - 502 Bad Gateway The proxy server...

Artifactory version:EnterpriseX license 7.15.3 rev 71503900I have admin level access on the target repository. I'm trying to upload an artifact which is close to 10GB long (air-gapped .tgz) file. I'm...

View Article

Vercel 301 redirection works only on http requests. https requests return 200...

I'm building my own website and for SEO reasons I need to redirect all traffic from www.example.com to example.com.To achieve this, I created a vercel.json file and added it to the root directory of my...

View Article


VUGen (Loadrunner) script is not recodring for https protocal web application

When i tried to record https:// web application in VUGen (loadrunner 11) i am unable to record and got an error message "Internet Explorer cannot diplay the webpage" means not connecting to the server....

View Article

How can Nginx validate an X-Forwarded-Client-Cert

I have a Docker infrastructure that uses Nginx 1.27 to serve static files and act as reverse proxy for several related services. Access to different locations is straightforward and is controlled by...

View Article

How to disable HTTPS for the OpenBMC Event service and switch to using HTTP

I want to change the OpenBMC Event service Subscription functionality from HTTPS to the HTTP method that does not require certificates, to facilitate sending Events and receiving Event information via...

View Article

Dockerized .NET Core with SignalR and gRPC server app fails TLS handshake...

I'm running an ASP.NET Core 8 application with SignalR and a simple API endpoint. It works perfectly when run locally via Visual Studio (HTTPS on localhost:5001), but when I build and run it in a...

View Article


Tring to connect using HTTPS: Server redirected too many times

I am trying to connect to a secured connection URL (https://example.com ) using a Java program to check availability of the site. Generally, I connect to https://example.com in browser by disabling...

View Article


Convince Firefox to send an If-Modified-Since header over HTTPS

How can I convince Firefox (3.0.1, if it matters) to send an If-Modified-Since header in an HTTPS request? It sends the header if the request uses plain HTTP and my server dutifully honors it. But when...

View Article

WebView not loading in release mode on physical iOS device, but works in...

I'm using the webview_flutter package in my Flutter app to display a webpage when a button is pressed. Everything works as expected in the Xcode iOS simulator and when I run the app on a physical...

View Article

HTTPS is not working in LAN with nginx reverse proxy [closed]

I have SSL certificated domain name. It is working on internet but in LAN nginx forwarding the request to backend app. But this is not working. What is the problem?server { listen 80; server_name...

View Article


.NET 6 SslStream.AuthenticateAsServer is slow with RSA 4096 key size

I have a HTTPs Server .NET 6 application which uses TCPclient network and SslStream.AuthenticateAsServer. What I have notice using wireshark is that it takes about 4 seconds delay for my server to send...

View Article

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