25,069 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
87
views
This site can’t be reached — ERR_HTTP2_PROTOCOL_ERROR when running ASP.NET project [duplicate]
when I run my .net MVC project, the following error message show on the browser: "This site can’t be reached."
The webpage at https://localhost:44382/weatherforecast might be temporarily ...
0
votes
0
answers
48
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 ...
-2
votes
0
answers
26
views
.NET project hosted in Godaddy and Sqaurespace, getting SSL certificate expired [closed]
I'm getting an error on my website that reads:
"Your connection to this site is not secure".
When I click on "Not Secure" text in the browser, the "Certificate Viewer" ...
-1
votes
1
answer
49
views
Keycloak behind Traefik reverse proxy: Mixed Content error and HTTP/HTTPS mismatch in Docker Compose setup [closed]
Context
I’m building a production-ready backend for a mobile app. For deployment, I’m using Docker Compose, and Traefik as a reverse proxy / TLS-termination layer. I own a domain and manage several ...
-2
votes
1
answer
33
views
Got a https licence for my webapp and reconfigured the frontend for it, but now the backend no longer works, no matter what I do [closed]
I have a webapplication deployed, and it worked just fine while I it run on http. However now that the frontend is https, it will no longer connect to the backend, no matter what.
If I leave the ...
-3
votes
1
answer
134
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
64
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
70
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
52
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
108
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
50
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
51
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
56
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
84
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
66
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 ...