Inexplicable 500 errors after login page on AWS Elastic Beanstalk using...
I have a web app that I'm using for internal purposes running on AWS so that it can be accessed from outside the office and such. It's a spring boot app with autoconfiguration, and for security I'm...
View ArticleWhy do i need to use NODE_TLS_REJECT_UNAUTHORIZED="0" and it is insecure
Am having trouble connecting with node https library to a website with:ESET SSL Filter CA - Certificate.At the moment i work around it with NODE_TLS_REJECT_UNAUTHORIZED="0" but this is not very...
View ArticleOn Safari, some websites don't work if I put a trailing dot to the domain
I accidentally printed and distributed a flyer that has a QR Code with a trailing dot in the domain (so it's "https://example.org." instead of "https://example.org"). I didn't notice the error because...
View ArticleObtain a SSL certificate for an micro service backend [closed]
I’m trying to obtain an ssl certificate for my micro service backend. I’m using an express gateway. Each micro service is a classic node application.This project is self hosted.I tried to use...
View ArticleSubversion checkout not working in terminal over HTTPS Ubuntu 16.04
I am facing an issue while trying to checkout a project on the server using "svn co" command. Checking out and updating with softwares like TortoiseSVN or PHPStorm work properly over HTTPS, only the...
View ArticleError "You're accessing the development server over HTTPS, but it only...
When I try to write the server link like http:// .... it redirects to https:// and in the terminal :message Bad HTTP/0.9 request type...
View ArticleHow can I use my domain ip address as a proxy?
I need a static dedicated proxyI bought a couples proxies from different servicesThey're workingThe problem is some websites flag me as a high risk customer when I use themBecause all those proxies are...
View ArticleIn flutter why do I get 2.718281828459045 when I make an http request to a...
I built a flutter app, at first it was running well with the deployed api, then I switched to local with an asp.net mvc api, I ran on the terminal: adb reverse tcp:44357 tcp:44357, my app has three...
View ArticleWebsite on AWS HTTPS link when clicked it changes to HTTP, using Application...
I have my web app deployed on EC2 instance, using Load balancer I have applied AWS SSL certificate for HTTPS communication with Web application.I am using load balancers for two domain name...
View ArticleIs there a way to store how many times users press a button securely
A general question about the concept of request sniffing and re-sending.Current approach: When user taps the button, they send a request and increment their numPressed field in a database. What stops a...
View Articlegit: 'remote-https' is not a git command?
Whenever I attempt to clone, push or pull I get:C:\Users\User\Documents\Project>git pullgit: 'remote-https' is not a git command. See 'git --help'.Committing and adding still work fine.
View ArticleWhy do I need to use NODE_TLS_REJECT_UNAUTHORIZED="0" if it's insecure
I am having trouble connecting with node https library to a website with:ESET SSL Filter CA - Certificate.At the moment, I worked around it with NODE_TLS_REJECT_UNAUTHORIZED="0" but this is not very...
View ArticleYouTube IFrame API generates mixed content warning with HTTPS + HTML5
When I embed youtube on an HTTPS page using the iframe api in HTML5 mode , it still pulls the actual stream using HTTP, which generates a mixed content warning. Is this usecase properly supported?I...
View ArticleIs there a way to build a secure connection with Gmail by manually performing...
BackgroundI have a situation where I have to sign-in to an email through an untrusted device. Consider I have a secure but internet-less device A that would have necessary credentials/tokens securely...
View ArticleWordpress local website login page refreshing and wont let me log in
I am making a wordpress website locally on my computer, and I accidentally changed the URL to https. That crashed the website since I didn't have an SSL certificate, but I managed to change the URL...
View Articlenodejs - error self signed certificate in certificate chain
I am facing a problem with client side https requests.A snippet can look like this:var fs = require('fs');var https = require('https');var options = { hostname: 'someHostName.com', port: 443, path:...
View ArticleHow Can I retrive data from Google Ads API
(1) In the area I am now, Google website is not visitable because of the Great Firewall. But I am using Clash for Windows and I could access and visit Google website. It works well on my browser.(2)I...
View ArticleGetting "MalformedURLException: no protocol" on a valid URL
I'm trying to access and download an image hosted on Google Cloud Storage with a signed URL, but it's throwing a MalformedURLException if I pass the signed URL string along as a parameter. I know it's...
View ArticleHttp failure during parsing Angular with ngrok
I'm building an app to track drinks' pricing during a stock market party. Everything was working smoothly when testing using localhost via Chrome, but I now tried port forwarding for both the NestJS...
View ArticleYoutube https embedding causes warning in Firefox
I'm working on a site that requires a login and includes embedded Youtube videos. Because of the login, I need to get SSL working, which it largely is. I'm hitting an unexpected problem with the...
View Article