how to check SSL certificate expiration date programmatically in Java
I need to extract expiration date from SSL certificate on web site in Java,should support both trusted and self-signed certificate,such as:1.trustedhttps://github.com2.self-signedhttps://mms.nw.ru/I...
View ArticleWhy my https site url is striked red though I have configured and made it secure
I have bought comodo certificate for my site to have https link and has 128bit ssl encryption.But it still says my site is not secure.When I checked the ssl verifcation of my site,it says everything is...
View ArticleDeploying Keycloak on Kubernetes with Cloudflare Reverse Proxy
I am working on a project where I'm deploying Keycloak on a Kubernetes (K8s) cluster, with Cloudflare serving as a reverse proxy using Cloudflare Tunnels. The architecture is set up as follows:A...
View ArticleIonic android app can't communicate with Express backend
I am trying to build my perfectly working ionic web app to android. The app launches, but can't communicate with my Express backend. I get this error :Msg: Mixed Content: The page at...
View Articlewarn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed...
I was trying to run my first Web API in ASP dotnet. The problem is that when I run the programand open the: http://localhost:5074 the browser says:This localhost page can’t be foundI tried to give...
View ArticleDownloading corrupted files from url with flutter web
I am developing a web app with Flutter (web) and I need to download a file (of any type of extension) via a URL, DOWNLOAD it and not open it through the browser.The problem is that using this code, it...
View ArticleProblem with redirect lopp and css not loading after enabled ssl on cloudflare
The website's home page does not work (redirection loop) after setting https (cloudflare)https://wolnekobiety.net/All other sites work fine with...
View ArticleUpgraded OWIN libraries from version 3.0.1 to 4.2.0 Http RequestUri is coming...
After upgrading the OWIN libraries from version 3.0.1 to 4.2.0, the Http RequestUri is now coming in capital letters. This means that if I am requesting from the front end like...
View ArticleWhy do I get "The account does not have permission to access this resource"...
When I tried to sign in to my Bitbucket account from XCode, I got an error saying "Your account does not have permission to access this resource".I used the same app password that I've been using with...
View ArticleFirefox redirects localhost to HTTPS
There is a similar question about the same issue on Chrome, with an answer that solves it in Chrome. When I try to go to http://localhost:8000/, Firefox redirects me to https://localhost/ . Why? If I...
View ArticleCould not convert symbol to string error after adding https certificate
I am trying to fetch data from asp.net core api to svelte page. I got a self signed certificate error:TypeError: fetch failed at node:internal/deps/undici/undici:12500:13 at...
View Articleweb video server over HTTPS
I'm on ROS 2 Humble and my web app is on https. Is there any way I can make web_video_server stream the image topics over https/ssl instead of http so i can use them inside my https web app?This is how...
View Articlegetting ` x509: certificate signed by unknown authority` error while...
I am generating a self signed certificate using openssl in Ubuntu. I want to use it for localhost rest server. But while verification, I am getting error : x509: certificate signed by unknown...
View ArticleDo I use [Authorize] annotation?
I have a web application in which you can register with the given data (username, password). Then a JWT token is built using this data and stored in the session using the jwt-token key. Also I have for...
View ArticleHow to run Vue.js dev serve with https?
I'm using Vue-cli to create vue project with webpack template. how to run it with https in development using: npm run dev?
View Article400 The SSL certificate error from Azure Application Gateway with mTLS setup...
I try to setup mTLS with an Azure Application Gateway. Unfortunately I always get an error<html><head><title>400 The SSL certificate...
View ArticleWhat is the best way to use Git, with HTTPS or with SSH?
What is the safest way to use services like Github and Bitbucket? What are the differences between using HTTPS versus SSH?Is there a difference in the form of the git clone command? For example,git...
View ArticleCheapest way to host a SPA or static website with https on S3
ProblemI want to host multiple websites, each with ssl(https) and to not have to spend more than I have to.I would also like to keep using Route53 if possible(but not necessary) because I understand...
View ArticleXHR Failed Error When Searching for Extensions in VSCode
EnvironmentCPU: M3 proOS: macOS Sonoma 14.5Editor: Visual Studio Code 1.89.1IssueI am encountering an issue with Visual Studio Code when searching for extensions. The details of the issue are as...
View Articlewebsite using https gets stuck while using http loads fast [closed]
I have a Wordpress website hosted on Hostgator with the server in the US. However, my friend in China says when she uses https the website is excruciatingly slow (can take a few minutes to load) but...
View Article