How do I allow HTTPS for Apache on 'localhost'?
I was asked to set up HTTPS with a self-signed certificate on Apache on localhost, but how do I actually do that?
View ArticleHAProxy HTTPS timeout with Chrome, works after curl/wget request
I’m experiencing a strange issue with HAProxy running as a Docker container. HAProxy exposes services on a public IP, which is a floating VIP managed by Keepalived between two nodes.The problem occurs...
View Articlemeta tags not showing up in fb-messenger&discord ect... -> when using https
So I recently updated my server from ubuntu 16.04 to 18.04 (full reinstall)Now I'm having the following issue:When using https no site will embed images or meta tagshttps://i.imgur.com/ILFYZ0b^ same...
View ArticleSSL Handshake Error (BAD RECORD MAC) when Sending Mobile Number in Client...
Description:I am working on a mobile application where the client (mobile) sends a request to generate a token through the cellular network to a 5G Core network. The 5G Core adds the mobile number...
View ArticleOld Https Systems from .NET9 Container in Linux
I need help because I have a strange scenario I need to solve:I'm building an application to manage some old network elements that can be managed from a standard https request/response using old basic...
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 ArticleNginx redirecting (http to https) not working properly
worker_processes 1;events { worker_connections 1024;}http { # Logging directives error_log logs/error.log; access_log logs/access.log; include mime.types; default_type application/octet-stream;...
View ArticleHow can list all resources in the SEC's specified website directory?
SEC requires all bot requests to include the headers described in SEC bot request policy:User-Agent: Sample Company Name AdminContact@<sample company domain>.comAccept-Encoding: gzip,...
View Articlego get on private gitlab repository fails with no secure protocol found for...
Setup:migrated repository(ies) from GitHub.com to private (Synology hosted) Gitlab repository(ies)created an HTTPs endpoint using Synology "reverse proxy" that maps HTTPs to internal HTTP endpointIn...
View ArticleBad Requests 400 | Trying to login into JouetClub site | Python requests
I want login into jouetclub site in python, with requests only. My requests login response say 400, and i don't find any problem in my payload or my headers. any tips ?import requestsimport jsonimport...
View ArticleMule HTTPS POST request not working when deployed to Cloudhub
I have a Mule application that is calling an external API over HTTPS using the <http:request connector. When I build and deploy my application locally, the call works fine. When I make a Postman...
View ArticleHow do I switch Docker containers with .NET Blazor applications from HTTP to...
We run several self-developed .NET Blazor web applications as Docker containers on a Linux server. Each container runs on port 80 (HTTP) and can be accessed via different host ports (e.g....
View Article"Unknown SSL protocol error" when connecting to HTTPS site
I have been using file_get_contents() to grab the contents of a site for years. Recently, they updated their site to HTTPS and file_get_contents() stopped working.My connections to the site return this...
View Articlehttps.request() is giving Error: connect ECONREFUSED 127.0.0.1:443
Hello there,I'm at my wits end I'm struggling I would like to know where I'm going wrongI can't seem to get past this error connect ECONNREFUSED 127.0.0.1:443 something tells me it's something small...
View ArticleIIS: ERR_TOO_MANY_REDIRECTS with HTTPS Redirect Rule in Web.Config
I'm hosting a website (as a proxy with ARR) on an IIS server, and I want to redirect all HTTP traffic to HTTPS. However, when I enable the redirect rule in my web.config file, the browser returns...
View ArticleHow to stop http redirection to https
I'm setting up a test environment that does not support https. The problem is, http://localhost/simulator.aspx#!/data keeps redirecting to https://localhost/simulator.aspx#!/data.I have tried the...
View ArticleRedirect After a Server Response Without JavaScript
I'm creating a website with no JavaScript, and I'm puzzled about how platforms like Dread manage to redirect users (e.g., in a queue system) pending a server response.Here's what I want to achieve:The...
View ArticleSSL Configuration and Localhost over HTTPS using Docker, Node, Express, and...
I need your help today as I’m really stuck with an issue. For a school project, I’m trying to get localhost running with HTTPS using an SSL certificate. However, I keep facing various errors – either...
View ArticleNginx configuration issue with https on windows
I am trying to deploy my react app to nginx server. Http configuration is working fine, but https is not working. Here is my configuration file.events { worker_connections 1024;} http { server { listen...
View ArticleHow are SSL and TLS used in online payment systems? [closed]
I understand the basics of SSL and TLS and how they work for securing communication over the internet. However, I am curious to know more about how these protocols are specifically implemented in...
View Article