node https & zlib package: can't parse gzip'ed response from stackoverflow.com
gunzip ing the response doesn't work (I definitely get a gzip response), the headers aren't right, I really don't get why. Here's the demo code below:const https = require('https')const zlib =...
View ArticleLogin failed. The login is from an untrusted domain and cannot be used with...
My webpages are on secured server (https), and I am trying to connect the SQL Server 2008 Database, which is normal server. I am writing connectionstring on page itself, not in web.config file. And I...
View ArticleHTTPS not workin on AWS Elastic BeanStalk single instance Java platform
I configured my AWS Elastic BeanStalk single instance to use the HTTPS protocol for my custom domain attached to it, using the official documentation provided by AWS for the JAVA SE platform...
View ArticleSERVEO.net not working with my own server https [closed]
I have installed all presequisites to use serveo.net with my own server in Kali Linux as explained in serveo.net in section "Custom Domain". Created de ssh-keygen and the two records A and TXT in my...
View ArticleHttps and SSl issue in Titanium appcelerator iOS mobile Application
I have preare a API call using HTTPClient (titanium ios mobile application).It is a Login page so I have use https protocal, (https"//example.com)but it returns a following error message,"A connection...
View ArticleNamecheap https forwarding issue with Wix website
I have a domain from Namecheap (let's call it forwarddomain.com) and want it to forward to a specific page on my Wix website (e.g., wixwebsite.com/forwardsite).The issue I'm facing is that...
View ArticleResolving javax.net.ssl.SSLHandshakeException:...
Edit : I tried to format the question and accepted answer in more presentable way at my blog.Here is the original issue.I am getting this error:detailed message...
View ArticleAWS EC2 Spring Boot Deployment - SSL/HTTPS Error after Configuring Route 53,...
I have deployed a Spring Boot application on an AWS EC2 instance, and I’m trying to access it via a custom domain I purchased from GoDaddy. However, I am encountering an issue when trying to connect...
View ArticleHTTPS Issues with Express.js Hosting on Tor Network: Static Files Blocked Due...
I am developing a website using the express framework with nodejs for school to learn about cybersecurity/encryption, i wanted to host my website over the Tor network for extra security / for fun. My...
View ArticleSSL encrypted stream
I have a site with a radio broadcast. The site is in http (port 80) and https (port 443). The stream is on the same domain, port 8001.When accessing the site in https the stream is not loaded because...
View ArticleGetting 404 not found from Traefik
I'm setting up Traefik as a reverse proxy to a bunch of docker services. Here's how I run Traefik:services: traefik: image: traefik:v3.0.4 container_name: traefik command: # Set log level to debug -...
View Articleboost::asio reading all data from an ssl stream (without using EOF and...
i am developing a program that needs to read all the data from a boost::asio::ssl::stream<boost::beast::tcp_stream>, etc a http webpage.I have tried reading until EOF which works however it...
View Articlephp loop with add function fails in https [closed]
I need to loop through specific fields in a form, and get the total. It works perfectly but after I updated to https and it fails.part code: foreach ($arr_sq as $value) { if (empty($_POST[$value])) {...
View Articlereact localhost https net::ERR_CERT_AUTHORITY_INVALID
I am currently implementing a website using React and Spring as a team project.Since https is required on localhost for social login and project invitation, I issued a self-signed certificate using...
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 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 ArticleAxios - how to pass a list of values in a delete request [closed]
listconst postIds = [1, 2, 3]How to pass the list of postIds posts to the server for deletion using axios?Tried:const response = await axios.delete(/api/posts/, { data: { postIds }, });But if we...
View ArticleSend requests and receive answers between mitmproxy and upstream
I'm trying to develop an addon in mitmproxy that will analyze some HTTPS/HTTP responses from the endpoint server/website and react to specific responses received.I would then block the response from...
View ArticleUnable to Port Forward to HTTPS when using same domain for AWS Amplify and...
For a while now, I have an AWS Amplify app running on a specified domain: https://mydomain.io. Recently, I created an ECS task running a Python Flask (at port 8080) and Postgres container. The instance...
View Articleweb browser: localhost ws + https
i did a ws server for user's device that connects to localhostmy website connects to the local ws server to make certain operations in user's devicethis worked perfectly until i switched from http to...
View Article