25,043 questions
0
votes
0
answers
75
views
Setup local SSL certificate for HTTPS in Google Chrome [closed]
I got a Laravel App running on an Apache server. I've configured VirtualHost to locally access the app with URL:
https://www.infoalquiler.com.ar/
Despite the app is working properly, I'm getting a &...
2
votes
0
answers
51
views
flutter version 3.38.2 slow api calls
A dio.get() call that takes only 150 ms with curl blocks for 6–8 seconds on the client side.
The pause happens before Dio prints the first REQUEST log line, so the delay is not caused by DNS, TLS, or ...
0
votes
0
answers
42
views
Android: Video streaming in WebView not working on certain devices (Yacine TV APK)
I am developing an Android app similar to Yacine TV that streams video content using a WebView. However, on some devices running Android 12 and 13, the video player shows a black screen while the ...
0
votes
0
answers
36
views
What happens when uploading a large file from client browser to my Spring boot server if I delay reading the multipart file from input stream?
Context: I am trying to build a Spring Boot application and have exposed a REST api endpoint to upload files(as large as 1 GB).
Question: Since the data transfer for a multipart file happens in chunks ...
0
votes
0
answers
61
views
Firefox unable to connect to secure websocket (runs into NS_ERROR_NET_RESET / SSL_ERROR_RX_RECORD_TOO_LONG)
On a development server hosting a web application that can be accessed via http and https (through self-signed unsecure certifcate that needs the browser to force accept the certificate), Firefox won'...
0
votes
1
answer
179
views
How do I list the downloadable files using R for this NOAA website data source?
I want to download the tar.gz files from this NOAA (NCEI) data source:
https://www.ncei.noaa.gov/oa/local-climatological-data/index.html#v2/archive/
Normally, I can do something like this to get the ...
2
votes
1
answer
96
views
How to resolve SSLPeerUnverifiedException: Hostname not verified in HttpsURLConnection in NET.MAUI Android app?
My NET.MAUI Android app is throwing SSLPeerUnverifiedException: Hostname 192.168.100.2 not verified when sending POST request to a PHP script located on my desktop's IIS localhost, as shown below.
...
1
vote
0
answers
193
views
Caddy reverse proxy configuration without ACME, with strict SNI
I want to use Caddy as a reverse proxy for my system. The system contains a backend running on localhost:8080 to which all traffic is redirected. The proxy listens for HTTP traffic on :80 and for ...
-3
votes
1
answer
467
views
SSL certificate failure in iOS only [closed]
I have a simple app sending data to a web service (Ubuntu / Node js / javascript) Everything worked when using http (although an https setup issue may still be the problem). The problem appears to ...
1
vote
2
answers
76
views
Flutter ElevatedButton doesn't respond
I have an application with a form and now with a little experimental refactoring from last week 2 buttons doesn't do anything.
Logging just say "button was click " but no method is called.
...
0
votes
1
answer
120
views
How to enable HTTPS wrapper on Synology DSM 7?
I've set up Web Station on a Synology DS918+ NAS (running the latest version of DSM 7.x).
We want to use it as a local intranet server accessible only from local IPs, so we don't need external access, ...
-4
votes
1
answer
53
views
Is the URL authority used as a component of the encryption in HTTPS?
My understanding of HTTPS is that the initial server communication has the authority sent in plaintext while the remainder of the communication is encrypted, eg https://example.com/foo?bar=baz will ...
1
vote
0
answers
134
views
C# (.NET 4.8) HTTP/s Proxy Checking Accuracy
Over the past few days, I’ve been developing a project in C# (.NET 4.8) that scrapes and validates hundreds of HTTP/S proxies.
I’ve experimented with multiple approaches to confirm whether a proxy is ...
0
votes
1
answer
61
views
How to specify apache login credentials in ruby HTTP:post_response call
I have a redmine (5.1.9) server running on apache (2.4). When processing email replies, it fails trying to post an HTTP request to itself. I believe this happens because the apache server itself ...
0
votes
0
answers
74
views
React Native Metro over HTTPS (Android device, RN 0.74) still tries HTTP
I’m working on a React Native 0.74 app with a third-party SDK that requires Metro to run over HTTPS instead of HTTP. I prefer to use USB method over WI-FI.
Setup
React Native 0.74.1
Android physical ...
0
votes
1
answer
92
views
Facing 400 Bad Request in EC200U HTTPS POST
I am using EC200U module to make an HTTPS POST request to my Flask server hosted on Render. The SSL configuration seems fine, but I always receive HTTP/1.1 400 Bad Request from the server.
Here are ...
0
votes
2
answers
119
views
SIM7600E + ESP32: Unable to Send HTTPS POST to Firebase, HTTP_PEER_CLOSED
Got a project using ESP32 with SIM7600E 4g LTE module, and im trying to get it to send data to firebase realtime database. i can get it to successfully initialise and connect to cellular network. ive ...
0
votes
0
answers
81
views
Persistent timeout
The following lines of code seem to constantly lead to a timeout exception and I'm not sure why? Note timeout set to 10s. The error is a "System.Threading.Tasks.TaskCanceledException' - 'The ...
0
votes
0
answers
76
views
Delay in sending a HTTP request to Open AI model
I have coded a C++ binary using WinHTTP running on Windows 11 to send a prompt to Open AI and get a response from it. WinHTTP has the following stages:
Create a session with WinHTTPOpen().
Create a ...
0
votes
2
answers
104
views
Setting certificate information after creating an IIS website with https binding via Microsoft.Web.Administration.ServerManager
I'm writing a PowerShell script to set up several websites on developers' machines in IIS (not IIS Express).
I understand that the current recommendation (as at 2025) is to create IIS websites using ...
0
votes
0
answers
36
views
Unable to get an https connection using Mamp
I am building a Ecommerce site using WooCommerce. I have set this up using Mamp but i am unable to get a https connection. I need this to import some products.
Under the SSL tab i have setup a ...
1
vote
0
answers
208
views
NanoHTTPD server on Embedded Android TV: HTTP works but HTTPS shows blank page after authentication
I’m working on an embedded Android TV project. I’m using NanoHTTPD as the web server. The server hosts a simple web page that can be accessed from a browser by entering the IP address of the TV.
Here’...
0
votes
1
answer
77
views
Digital Ocean Droplet -- HTTPS not working
I tried to install OwnCloud on a new droplet running Fedora 41. This tutorial page: How To Install and Configure ownCloud
It doesn’t offer any steps. The steps offered here seemed to work w/o ...
0
votes
3
answers
115
views
Why is HTTP CONNECT safe to open an SSL tunnel through a proxy
As I understand, in order to open a SSL tunnel between client and a server through a proxy:
we open a TCP socket with the proxy.
we make an HTTP CONNECT method, which basically makes the proxy only ...
0
votes
0
answers
96
views
How to force Squid forward proxy (with SSL-bump) to cache dynamic HTTPS API responses for a fixed TTL?
I'm using Squid as a forward proxy with SSL-bump to cache responses from a dynamic HTTPS API (e.g., https://www.uuidtools.com/api/generate/v4/count/1). The API always returns a new value and sends ...
0
votes
0
answers
55
views
Wagtail login downgrades to http, gives error
I am setting up a local, Dockerised version of a Django Wagtail project (which I have had running locally before). I am able to see Pages in my browser, but when I try to login (on FF, Chrome, Safari-...
1
vote
2
answers
962
views
How to make the LLM call MCP functions hosted on Google Cloud Run with Python
I have hosted a function on Google Could run and am able to call it with FastMCPClient.
Thank you for the help with my earlier question.
This is my MCP Server code. This is deployed as a docker image ...
1
vote
0
answers
49
views
Can I open my camera on webview without "allowing" in the phone everytime it opens?
In my React Native app, I need to open a WebView redirecting to my NextJS application. Its a simple page rendering a FaceDetection component from Amazon Amplify UI. The "problem" (which I ...
3
votes
1
answer
317
views
How to call a python MCP tool hosted on Google Cloud Run
I have deployed a python script for mcp server in a docker container on Google Cloud Run.
Below is a sample script
import asyncio
import logging
import os
from fastmcp import FastMCP
logger = ...
1
vote
0
answers
99
views
Installing PWA in local network
I tried installing a PWA that I made to my android, but I can't find any way to do so as I need to host in https.
First I tried with GitHub Pages which hosts the web for me and after succesfully ...
1
vote
0
answers
37
views
How to use ConfigureKestrel method out of ASP.NET Core project? [duplicate]
I am trying to raise docker compose for my services, and I want them to use https protocol to communicate, so I wrote something like this in my Program.cs file:
builder.WebHost.ConfigureKestrel(...
0
votes
0
answers
98
views
ESP32 Can I use MQTTS with TLS and OTA over HTTPS (TLS) at the same time
I have an ESP32 IDF project using version 5.5.0 and WiFi Mesh
My project uses MQTTS currently with Eclipse Broker (using TLS). It also supports OTA updates from an HTTPS server (again TLS)
Can I use ...
0
votes
1
answer
246
views
Mixed Content Issue in FastAPI Application
Mixed Content Issue in FastAPI Application - Some Endpoints Work with HTTPS, Others Don't
The Problem
I'm facing a "mixed content" issue in my web application that uses FastAPI for the ...
0
votes
1
answer
66
views
Socket.IO not working on AWS with NGINX, Node.js, and HTTPS (400 Bad Request on WebSocket)
I'm running a Node.js application with HTTPS and Socket.IO on an AWS EC2 instance, behind NGINX. The REST APIs work fine, but the WebSocket connection to Socket.IO fails with a 400 Bad Request.
const ...
-3
votes
1
answer
74
views
How to redirect HTTP a HTTPS request on AWS
I created some endpoints in my Spring service that run over HTTP on port 8080. On the other hand, my web page, which consumes these endpoints, requires HTTPS, which leads to the following error: “This ...
0
votes
1
answer
556
views
Problem setting Azure Application Gateway to use certificate held in Azure Key Vault
I'm trying to update an Azure Application Gateway so that it uses a certificate held in an Azure Key Vault rather than uploaded directly into the listener.
The certificate held in the Key Vault was ...
0
votes
1
answer
60
views
python-gql async execute_batch error with httpx transport
I am following this example to implement client with httpx transport. However, I'm getting this error: AttributeError: 'AsyncClientSession' object has no attribute 'execute_batch'
This is the code ...
-4
votes
2
answers
125
views
What are the pros of using https when no sensitive data in at stake? [closed]
I've been maintaining some documentation websites for a few years, all using https, and all of them being read-only.
What are the factual pros of using https in that context, i.e. when no sensitive ...
0
votes
0
answers
67
views
Flutter Android: android:usesCleartextTraffic="false" + Network Security Config not blocking HTTP requests
I want my Flutter Android app to reject all clear‑text HTTP traffic (i.e. only allow HTTPS).
AndroidManifest.xml
xml
<application
…
android:usesCleartextTraffic="false"
android:...
0
votes
1
answer
90
views
Why the JWT over https make the token expired randomly?
I have created a REACT application that calls some REST APIs to get data from a Node.js server.
To enhance security, I am using JWT-based authentication.
It is working properly in the development ...
0
votes
0
answers
39
views
Flask-CORS error when using withCredentials over 2 different Ngrok HTTPS domains
I have a Flask backend running behind Ngrok at:
https://1fb0-219-100-161-121.ngrok-free.app
and a React/UMIJS front-end served (also via Ngrok) at:
https://f52f-219-100-161-121.ngrok-free.app
They ...
2
votes
2
answers
104
views
How to pre set git access token for HTTPS
Background
I have a Jenkins build pipeline that dynamically spins up a Windows VM, clones a repo containing utilities for our release process, and then uses a python script in that repo to clone a ...
0
votes
0
answers
41
views
Browser won't trust https for my .NET Core project
I tried to run my ASP.NET Core Web API in Visual Studio Code using https on Brave but I get an error
Your connection is not private
I tried to use
dotnet dev-certs https --clean
dotnet dev-certs ...
0
votes
0
answers
82
views
HttpSendRequest fails
I was just working on a project, and I required a c++ code in which I could implement wininet functions to make an HTTPS request to a server. Here is the following code ...
void connect(LPCSTR ...
0
votes
0
answers
53
views
Make data available across views and request flask
I have a platform that I'm building, this platformed is designed to be very modular and each component manages its state, now one key component of my platform is a JWT Token that I have linked to a ...
0
votes
0
answers
17
views
NodeJS TLS unable to verify the first certificate [duplicate]
I'm trying to connect to a public API that's on the following domain https://curs.bnr.ro, but I'm facing this issue:
Error: unable to verify the first certificate
at TLSSocket.onConnectSecure (...
0
votes
0
answers
51
views
Python http.server requests gets reset (RST) connection after every request using curl when trying to run HTTPS server
With Curl I get the data correcty, but after connection:
command:
curl https://172.17.0.1:8443
Result:
<html>
<data>....</data>
...
curl: (56) OpenSSL SSL_read: error:0A000126:SSL ...
-1
votes
1
answer
61
views
Is it possible to retrieve an entire directory from a web URL at once? [closed]
I'm currently attempting to scrape a wiki for some image files. I have determined that every image I want is hosted at a URL with the following structure:
https://static.wikia.nocookie.net/<game ...
-1
votes
1
answer
44
views
Sprinboot https enabling gives an error during startup
I wanted to enable my Springboot webproject to locally run on https.
Unfortunately I got the following error during startup:
javax.crypto.BadPaddingException: Given final block not properly padded. ...
1
vote
3
answers
643
views
After SSL/TLS handshake is done what port is used? 80 or 443?
When we first try to connect to a website using https we send our request to port 443. After the handshake and all those preliminary actions needed to request and verify the certificate is done and ...