Cant validate facebook og meta after updating to https
I have recently apdated my site from http to https. The system is using wordpress, and posts are all using Yoast pluging for seating the information for facebook posts. After I updated to https, I lost...
View ArticleCloudflare not eaching EC2 with https, can access through IPv4 just fine
I have a React app using create-react-app running on an EC2 and I configured my Cloudflare domain to point to it, everything was working fine - I can access the app both through the IPv4 and through...
View ArticleWebpage does not load while intercepting with Burp
Can someone explain to me why I can not access a webpage while intercepting with BurpSuite? When turning off the interception everything works fine and I can see the traffic in the http history...
View Articleboost beast async stackless coroutine HTTPS client throws: 167772451 -...
I'm trying to develop a quick HTTPS client using boost::beast (version 1.86) and stackless coroutines. I'm throwing up an HTTPS post to api.mailgun.net.Everything works EXCEPT RIGHT AFTER the...
View ArticleInstalling ICD-API as a Windows service
After installing ICD-Web API as a windows service, downloading the package:https://icd.who.int/docs/icd-api/ICDAPI-WindowsService/When configuring the connection through https I get the following...
View ArticleSetting up SOCKS5 proxy on browser for using on other apps
I have a VPN that only connect through HTTPS on my browser with its extension. I'm using Windows 10 and I'm looking for a solution like Tor Browser that have a SOCKS5 proxy (127.0.0.1:9150) and other...
View ArticleHow do I restore a missing IIS Express SSL Certificate?
After setting up HTTPS in IIS Express, according to such articles as this and this, I am unable to actually load an IIS Express site using HTTPS. In Chrome, I am only getting:This webpage is not...
View ArticleTrying to move Mongodb from HTTP to HTTPS and getting -...
I am Trying to move Mongodb from HTTP to HTTPS soI have changed mongod.conf filenet:port: 27017 bindIp: <required host names> tls: mode: requireTLS certificateKeyFile: /path/mongodb.pem CAFile:...
View ArticleCloudflare not reaching EC2 with https, can access through IPv4 just fine
I have a React app using create-react-app running on an EC2 and I configured my Cloudflare domain to point to it, everything was working fine - I can access the app both through the IPv4 and through...
View ArticleGofiber backend returns HTTP 502 when trying to connect to SSL port
I am developing a web application that utilizes nginx as reverse proxy + static files server and backend on go/gofiber. Recently I've bought a domain and ssl certificate to perform https connections,...
View Articlehttps on S3 WITHOUT cloudfront possible?
We currently want to start hosting all our assets through AWS S3 and we also want to server everything over https. I understand I can use the Amazon Certificate Manager (ACM) with Cloudfront to server...
View ArticleApi http security breach detection and alerting
I am little bit curious if there is some standard way how to handle http requests when only https request are allowed to be processed upon REST API. I found out that the partners has been in production...
View ArticleUnable to redirect from http to https (htaccess)
I am using XAMPP, CodeIgniter and a SSL certificate from GoDaddy installed in our server. My htaccess configuration is the following:RewriteEngine OnRewriteCond %{HTTPS} offRewriteCond %{HTTP_HOST}...
View ArticleCan you use a service worker with a self-signed certificate?
I have developer server that are used for testing. They have SSL self-signed certificates, which allow us to test the web application over HTTPS, but with prominent warnings that the certificates are...
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 ArticleHow do I make a https post in Node Js without any third party module?
I'm working on a project that requires https get and post methods. I've got a short https.get function working here...const https = require("https");function get(url, callback) {"use-strict";...
View Articlehow to fix: java.net.SocketTimeoutException: Connect timed out [duplicate]
i have server and client use https.what happend with my code, i try to connect from client to server. but it fail. this is my code, when i use cmd, i can ping from client to server. IP-Client:...
View ArticleNginx and docker error: Cannot load certificate no such file
I'm trying to convert my HTTP web application to use HTTPS. I've used this site to request a cert using the certbot linux snap. I opened port 80 on my router to forward to my home server on port...
View ArticleExpress JS https api can't be reached
I'm updating a node.js api with Express js from http to https. This is hosted on AWS, and is accessed through its ip address, not a webdomain.I've followed the Express documentation, and created...
View Article