Expo Go HTTPS-Request doesn't work on android but works on every other OS....
When I change my environment variable from https://XXXX.com to http://37.XX.XXX.XXX:XXXX, my Expo Go app on Android works, but the HTTPS request doesn't.Versions:EXPO-Version: 0.18.26Expo:...
View Articletroubleshooting curl: (51) SSL: no alternative certificate subject name...
Even though we think we have a valid certificate, curl is still not liking it. Trying to ask here and see if there's any suggestion to debug the issue.Here's the symptom[root@myclient whitelist]# curl...
View ArticleWeb app not accessible after DNS being configurated
I have a web app running in docker on an Azure server. Previously it was accessible via https://servername:4200, since the company hasn't configurated the DNS for me.Today, the IT inform me that DNS...
View ArticleUnhandled 'error' event with self-signed TLS certificate on node:http2 and wget
I created a simple HTTPS server with node:http2 package and self-signed certificate. This is a code for this app server:import {createSecureServer} from 'node:http2';import {readFileSync} from...
View ArticleRunning the application ASP.NET Core 6 as a Windows service
My problem is that when launching the ASP.NET Core 6 application through the windows service, I get the following error:System.InvalidOperationException: Unable to configure HTTPS endpoint. No server...
View ArticleUnderstand Prometheus HTTP API result type
I get a big difference when I invoke HTTP API :1/ via a bash/curl call2/ via a nodejs/https GET callAny help appreciatedThanks1/Here is the invocation via bash+curl :#!/bin/bashAPIKEY="xxx-xxx"curl...
View ArticleSSLHandshakeException - Chain chain validation failed, how to solve?
in my application I am trying to do a HTTPS POST request to my server.However, I keep getting SSLHandshakeException - Chain chain validation failed, all the time. I tried to send a request using...
View ArticleForget which client certificate is used by Chrome for an URL
I'm using a client certificate to authenticate with HTTPS to a website. The first time, chrome asked me which certificate I wanted to use.However, I don't how to flush/forget this choice to choose...
View ArticleHow to deal with mixed content in a website which should be secured as https?
I am building a website on server A (with domain name registered), used for people to create and run their "apps".These "apps" are actually docker containers running on server B, in the container,...
View ArticleChrome blocks FastAPI file download using FileResponse due to using HTTP...
I have a basic FastAPI website with an endpoint to download an Excel template. The url's scheme is HTTPS. Until recently, this worked fine on Chrome and Safari. As people upgraded, Chrome has been...
View ArticleHttps server communication by using quectel EC25 getting problem after POST...
AT+QIACT=1OKAT+QIACT?+QIACT:...
View ArticlePostman and content-length
From my laptop I initiated a POST request to my web server. The HTTP POST request looks something like this (when seen via POSTMAN console)POST /api/fwupgrade HTTP/1.1User-Agent:...
View ArticleWhy does my website render badly when forcing https
I have forced HTTPS on my domain, and now the website does not render properly. When I run a scan with Why No Padlock, I get this error messageA script with an insecure url of...
View ArticleHow to set up HTTPS with certificate file on .NET 8.0 ASP.NET Razor Pages?
I have set up a new ASP.NET Razor Pages from the template on a Debian-based system. I have a certificate at /fake/path/fullchain.pem and a private key /fake/path/myprivkey.pem (path for illustration...
View ArticleWayback Machine's URL "Compare" tool issue [closed]
While using the Internet Archive i.e. Wayback Machine's "Compare" feature, it seems to fail showing a diff for any URL that has a space. Tried both "%20" and "+" and neither seem to work.See example...
View ArticleIssue using certbot with nginx
I'm actually working on a webapp, I use Reactjs for the frontend and Golang for the backend. Those 2 programs are hosted separately on 2 VMs on Google-Compute-Engine. I want to serve my app through...
View ArticleHTTPS Requests Fail with SSL Protocol Error on Cloudflare Proxied Domain
I have a domain proxied by Cloudflare, and I am experiencing an issue with HTTPS requests. When making an HTTPS request, I receive an SSL protocol error, while HTTP requests work fine. Currently, I am...
View ArticleCan a server turn the traffic for multiple services from http to https? [closed]
My ubuntu server has multiple services running on different ports(not 80 or 443).. What I want is if the server receives traffic on any of these services to make the traffic HTTPS instead of HTTP. How...
View ArticleCould you please suggest the problem that occurred during server...
AT+QIACT=1OKAT+QIACT?+QIACT:...
View ArticleEnable Mixed Content | Safari | "Mixed Content: This request has been...
Mixed Content: The page at 'https://yourwebsite.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://otherwebsite.com/'. This request has been blocked; the content...
View Article