Why am i getting a 505 error code from the server?
I looked up the 505 response code and saw that it was "The Web server (running the Web site) does not support, or refuses to support, the HTTP protocol version specified by the client"The web site I am...
View ArticleHow to enabling HTTPS for keycloak behind nginx
I’m running Keycloak in a Docker container and have set up an Nginx reverse proxy to make it accessible at docsbot.agency. My current setup allows access via HTTP, but I need to enable HTTPS using an...
View ArticleFree Shared SSL Certificate redirect using .htaccess to Parked Domain
Hi i use go location on my site and notice the warning message:getCurrentPosition() and watchPosition() are deprecated on insecureorigins, and support will be removed in the future. You shouldconsider...
View ArticleCordova geolocation plugin getCurrentPosition deprecated
I have an ionic app that is trying to use geolocation exactly as shown in the docs.var posOptions = {timeout: 10000, enableHighAccuracy: true};$cordovaGeolocation.getCurrentPosition(posOptions)...
View ArticleWhy is the "Siege"-tool not working with HTTPS sites?
I am using Siege 3.0.3 from CentOS 6.4.My question is : how does 'Siege' supports HTTPS protocol?So far using this tool the HTTP sites testing is OK.But, I am facing certain issues (all described...
View ArticleWhy do I need the server certificate in my Azure Certificates store to use a...
I have a C# app, using HttpClient to connect to a remote server. The server owner has asked for Client Certificate authentication. I sent through the public key certificate to them, and loaded the .pfx...
View ArticleProxy HTTPS with HTTP in Node.js express
I wrote an express app as an HTTP proxy, to intercept and analyse some of the network traffic. The parts of traffic my app is interested in are all HTTP, however I still want my app to proxy HTTPS so...
View ArticleHow to suppress warnings about lack of cert verification in a requests HTTPS...
I would like to disable the warning about a lack of certificate verification in a HTTPS call using requests.The question has been asked in the past, leading to answers about disabling a relevant...
View ArticleNginx error https . curl: (35) error:1408F10B:SSL...
Nginx. I cant access my NodeJs app listening in port 3000 via https. I can do through http.https://www.modelistas.tk:3000/api/status throws error. I tried with curlVerbose...
View Articlepython-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 that...
View ArticlePython - Entire PC network gets slower during repeated request
First of all, I am new to the network (HTTP communication) and Python.I am currently using requests and threading module to periodically send or receive data with a specific site. The target site is...
View ArticleProblem setting Azure Application Gateway to use certificate held in Azure...
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...
View ArticleHow 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...
View ArticleSSLException: Unrecognized SSL message, plaintext connection? error while...
I'm trying to connect to a external https endpoint using camel https4 component through proxy.For this I setup squid proxy in linux (18.04).According to the references...
View ArticleWill I be forced to update my iOS app in HTTPS in 2017?
I actually have published an application in AppStore that works over HTTP. Will I be forced to update my app to work on HTTPS before 2017 or it will still be working as it is? What happens if I don't...
View ArticleSocket.IO not working on AWS with NGINX, Node.js, and HTTPS (400 Bad Request...
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...
View ArticleMixed Content Issue in FastAPI Application
Mixed Content Issue in FastAPI Application - Some Endpoints Work with HTTPS, Others Don'tThe ProblemI'm facing a "mixed content" issue in my web application that uses FastAPI for the backend. Although...
View ArticleRead error: Failure in SSL library, usually a protocol error
I am trying to access an secure url by using a DefaultHttpClient.I am creating BKS file using portecel tool.The jks file created using the same is working fine in java program but the bks is throwing...
View ArticleCertbot failed to authenticate some domains (authenticator: apache). Failed...
Am trying getting ssl certificate using letsencrypt and certbot with apache on my Ubuntu server for mydomain.com am getting the error using command sudo certbot --apache -d mydomain.com am getting...
View ArticleESP32 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 MeshMy project uses MQTTS currently with Eclipse Broker (using TLS). It also supports OTA updates from an HTTPS server (again TLS)Can I use both...
View ArticleHttps calls not working in spring boot application within docker container...
I have a spring boot application that makes a http call to an external endpoint that has https enabled and a private cert. I am using the HttpClient api from java instead of RestTemplate or...
View ArticleHow redirect http to https
I install an ssl certificate, and is working when i try open my site in https://, the problem is when i try access in http://, the page will stay loading forever.I am using node.js in an ubuntu ec2...
View ArticlePowershell v3 Invoke-WebRequest HTTPS error
Using Powershell v3's Invoke-WebRequest and Invoke-RestMethod I have succesfully used the POST method to post a json file to a https website.The command I'm using is $cert=New-Object...
View ArticleHow to make a simple HTTPS server in Python 3x
How can i create the simpliest python server, which will receive just one response and than die?I've tried this, but modified it a bit, because of deprecation of some methods.import http.serverfrom ssl...
View ArticleHow to use ConfigureKestrel method out of ASP.NET Core project?
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(options...
View ArticleInstalling 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...
View ArticleLocal network HTTPS with IP address
I have a small REST server running on a local network, with a bunch of client applications connected (via IP address).I want to secure this traffic so that access tokens cannot be sniffed. According to...
View ArticleCaddy - Setting HTTPS on local domain
I would like to add HTTPS to my local domain, however we can't do this on localhost. My website goes fine when I run with this Caddyfilelocalhost:2020 { bind {$ADDRESS} proxy /...
View Articleaxios-cookiejar-support does not support for use with other http(s).Agent
My code isconst axios = require('axios')const https = require('https');const axiosCookieJarSupport = require("axios-cookiejar-support");const tough = require("tough-cookie");const HEADERS =...
View ArticleHow to fix PokeAPI TLS Error in Golang (Debian)? [closed]
I am trying to run a HTTP Server through Go, and load a list of Pokemon to the starting page with a PokeAPI package. The brunt of making it actually work was on a Chromebook using a GitHub Codespace,...
View Article