traefik doesn't redirect http to https
I'm new in traefik, and couldn't understand why it doesn't redirect.I saw a lot ways how to do redirect , and this one pretty match for me, because i want, that redirect works on the all...
View ArticleMutual Authentication via certificate exchange failing in Java:...
I've built a Java client to a HTTP server protected with mutual authentication. This is not the first time I do this, but this is the first time I had this problem.The application is a Spring Boot with...
View ArticleNode.js https does not work in Cloud9
I can create an http server and it works fine, but as soon as I try to use https instead, the server runs without errors but I cannot connect to it at all.HTTP...
View Article"git update-git-for-windows" error: The revocation function was unable to...
I am trying to update Git in Windows 10 with the command git update-git-for-windows, but I am facing the same issue as this person: https://github.com/git-for-windows/git/issues/3930.I ultimately...
View ArticleWebsite is accessible via curl/ping, but not via browser
I have a server configured only for port HTTP 80.Port 443 is disabled on my server.Domain name - "eugenetree.dev"As I thought, when I would open my site - the browser would check that there is no "443"...
View ArticleHow to develop non HTTPS grpc in .net
I would like to use gRPC in .net for communication between my microservices.My microservices will always be on a local network, deployed on a local docker server.Exposed to the ui (blazor wasm) via a...
View Articlenodejs: listen EACCES: permission denied 0.0.0.0:80
I am trying to create https server to test socket io by node js. According this pageopenssl genrsa -out privatekey.pem 2048 openssl req -new -key privatekey.pem -out certrequest.csr openssl x509 -req...
View Articleconnect programmatically to a WCF service through HTTPS
I am working on a project that uses WCF service. I have built the service, configured the web.config file, deployed it on a IIS 7 server. The service is accesed through HTTPS (on my dev machine, i have...
View ArticleIs HTTPS Stateful or Stateless?
I want a bit of clarity on whether HTTPS is stateful or stateless? This is with regards to a RESTful API I built. We were initially using HTTP. Since HTTP essentially works over TCP/IP which is...
View ArticleAs of current, are there still any methods to spoof HTTPS referer?
I want to know if it is safe to check the origin/referer header in the https request in backend to know the frontend domain.As far as I know:Those headers are set by the browser automatically. People...
View ArticleHow to make https calls in Flutter?
I am new to flutter development. I am trying hard to make the https calls work. Whenever I call a https URL, it throws the below error:SocketException: Failed host lookup: 'someserver.com' (OS Error:...
View ArticleHow can I see the entire HTTP request that's being sent by my Python...
In my case, I'm using the requests library to call PayPal's API over HTTPS. Unfortunately, I'm getting an error from PayPal, and PayPal support cannot figure out what the error is or what's causing it....
View ArticleUnrecognized SSL message, plaintext connection? Exception
I have a java complied package to speak with the https server on net. Running the compilation gives the following exception:javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?...
View ArticleNot show port used in geoserver url and make geoserver web interface https
i'm trying to run geoserver in production but i have some issues.*** Configuration and System ***WPS : operating system Debian 12Geoserver : 2.25.0Domain name on cloudfaressl certificate from...
View ArticleEclipse replacing http with https and failing to find Pydev
Installed Eclipse Version: 2024-03 (4.31.0) on Windows 11 WSL2 (Ubuntu22)It's running fine, excpet when I try to install Pydev from http://pydev.org/updates it appears to be replacing the http with...
View ArticleHandle HTTPS Request in Proxy Server by C# ( CONNECT Tunnel )
I'm trying to write a Home Proxy Server in C# and I almost succeeded but I have problem to handle HTTPS requests (CONNECT).I don't know really how to handle this type of requests.In my studies I...
View ArticleFailure to connect to Spring project running on server with HTTPS (SSL error)
I've setup a Spring Framework 5 project working very well so far. Needed to enable HTTPS for some functionality so followed a tutorial. Currently generated the certificate and key on the server with...
View Articlewhy am i getting error when i run the postman to know more about my get...
This is the image of screen shot from postman which shows the error Postman is the app I am using to know more about get, post requests to a https server that I have created .Postman app is not giving...
View ArticleCertbot Failed to parse: https://acme-v02.api.letsencrypt.org/directory
I recently updated my python to implement FastAPI, but i don't realize and not sure it actually affected the certbot.How should i revert the python or fix this issue, after i tried to reinstall the...
View ArticleCan't configure sonarqube to be available on https using Apache
I have my sonarqube server running on a remote linux machine on port 9000. I can access the same using http://machine_ip:9000. I have also bought a domain and have tried to configure it to be available...
View Article