How can I use custom root CAs in Flutter on Android?
I have added my own custom root CA certificate to the Android trust store (it shows as a "User" security certificate in the list of certificates in the "Settings" app). Next, I set up a Flutter app and...
View ArticleHow can I test an ASP.Net application with IIS Express and SSL [closed]
I have an ASP.Net web App developped many years ago with Visual Studio 2013 and .Net 3.5. I migrated this project to .Net Framework 4.8 and got it to run locally with Visual Studio 2022 and IIS...
View ArticleReact Native Expo issue: the android App builded with EAS doesn't make the...
I Developed an app with react native, using expo managed. I use a private server (own creation) to access the data, using HTTPS requests (with all the SSL certificates). On develepment, the requests...
View ArticleSonatype OSS Index Analyzer Error requesting component reports...
I am using dependency-check-cli version 6.1.0 in Jenkins, while scanning for jar files it is giving me below error.[DependencyCheck] [WARN] An error occurred while analyzing...
View ArticleUnable to connect to web server 'https' in Visual Studio 2022
I have two projects for the API and UI side of my project.On the UI side, I want to see the change I made with "ctrl + shift + w" on index.cshtml, but I get the error in the screenshot below.There are...
View ArticleCross origin request and mixed-content only on Firefox
I'm working on a project requiring HTTPS, so I startup a HTTPS server with self-signed certificate. I also have an HTTP API Server with CORS enabled.I'm able to fetch API request on Chrome. Here the...
View ArticleFlutter https with self signed certificate
I am using flutter to connect with java java server implementation over https. I first tested it to be working using just http.I then switched to https on the server side and pointed it at my self...
View ArticleGoogle cloud ssl certificate "The SSL certificate could not be parsed"
I need help with configuring ssl certificate on google cloud. I've already obtained my ssl certificate (crt file & private key). And I've followed the link trying to create a "SSL certificate...
View ArticleTool which shows me the certificate (chain) a server sends to me when I...
Suppose I make a https connection with https://aserver/apath.In the ssl handshake aserver sends me its certificate or certificate chain. Let's say the chain equals:aserver.crtintermediate.crtroot.crtIs...
View ArticleReact Native API calls failing under company proxy or VPN with axios or fetch...
I just created a React Native app and I want to test API calls. Since I'm working in a company, my computer is under a proxy or VPN when I'm working remotely.The problem is that I have a GET API with...
View ArticleFlutter: How to refresh the token within the allowable time of the access...
I'm new to Flutter and using the http package for network calls.My goal is to refresh the token and retry the request if the access token has expired. I’ve seen the Dio package mentioned, but it seems...
View Articlegitea using a normal user and https
I am trying to setup gitea to use https with a certificate I got from letsencrypt running the service as a normal user.I already got it working with http on port 80 with a normal user git and...
View ArticleHow to disable SSL verification in Spring Vault
I'm trying to configure Spring vault, and for some reason, I need to disable SSL verification. Is there any known way to configure Spring Vault to ignore SSL?
View ArticleHow to detect "typed-in" http request?
A few years ago I found that behavior of Internet browsers changed. A new class of HTTP requests started to happen; they are HTTP requests created by the browsers when a user simply type in a web...
View ArticleCurl: Fix CURL (51) SSL error: no alternative certificate subject name matches
I am new to CURL world, coming from Windows + .NET domain.Trying to access Rest API for basic authentication at http://www.evercam.io/docs/api/v1/authentication.curl -X GET...
View ArticlePlease use HTTPS protocol error on Kong API Gateway
FROM kong:latestENV KONG_DATABASE=postgresENV KONG_PG_HOST=autorack.proxy.rlwy.netENV KONG_PG_PORT=59190 ENV KONG_PG_USER=userENV KONG_PG_PASSWORD=psswordENV KONG_PG_DATABASE=railwayENV...
View Articlemake wildfly listen on port 443 not 8443
so I have added a SSL certificate to my wildfly 9 and it's working, but I want to configure my standalone.xml to listen to https on port 443 not on port 8443 as the default configuration, so when I...
View ArticleVisual Studio ASP.NET Core Debug IIS Express - Site can't be reached
I've been working on an ASP.NET Core 2.1 web application in VS 2019 on a Windows 10 PC. Everything was working fine and no issue with debugging in Chrome/IIS Express.I copied my project to a new Win 10...
View Articlewindow.open from a https to http, and from https to http
first of all, this is really important for my website, I need to open a specific http pageI want to know if its a good practice to use window.open to open a page with different protocol (like http...
View ArticleGit Bash: The requested URL returned error: 403
remote: Permission to rakeshuke/my-new-repo-ru.git denied to dilip26jan.fatal: unable to access 'https://github.com/rakeshuke/my-new-repo-ru.git
View Article