Unable to connect to Node.js server using HTTPS
I'm using Node.js 10.0.0 and am trying create a Node.js server that uses HTTPS.I followed this documentation to create the needed certs and keys, etc.I can connect from localhost to the Node.js server...
View ArticleIgnore invalid self-signed ssl certificate in node.js with https.request?
I'm working on a little app that logs into my local wireless router (Linksys) but I'm running into a problem with the router's self-signed ssl certificate.I ran wget 192.168.1.1 and get:ERROR: cannot...
View ArticleAndroid 7 and below SSL compatibility
Recently I renewed my Let's Encrypt SSL certificate and the Android version 7 and below devices started to show network error problems. Other devices that have SO above version 7 are still working.I...
View ArticleHow to override https createConnection without loosing certs in nodejs?
I am trying to override the createConnection field of https.requests, but can't figure out a way to do so without certificate errors.When the createConnection field is not set, the requests works...
View ArticleGoDaddy website has SSL connection (purchased) but SSL navigations throws a...
So I have a godaddy website, the usual, php+apache.I have made all my links and resources to be pulled from https.When users enter:http://quiniela.vipThey don't get any error.When users...
View ArticleSSAS Connection in Excel not possible through HTTPS
today I have set up a web access for my SSAS database, which is running on a remote server in the same domain as my PC. I did the initial configuration with HTTP and everything worked smoothly, SSMS...
View ArticleFirst time setting up website with HTTPS. Getting net::ERR_ABORTED 403...
This is my first time setting up a website and I'm not experienced. I'm using AWS S3 to host a static site, EC2 to run the backend API, and RDS for data storage.I followed the steps here and here to...
View ArticleHow to upload data from a data logger to Google Drive?
I'm new to HTTP programming, and have been tasked with setting up a data logger to regularly upload the data it measures to a single folder on Google Drive or some other free cloud storage service.My...
View ArticlePython POST to API requests issue
I've been working on making API tests with pytest on Python 3.10.10 and I have stumbled on an issue with a post request. Here is the code I currently have:import requests as reqapi = 'some api'header =...
View ArticleWhy did google mark my website as not secure? [closed]
I'm building my portfolio, and I've put it online. However, when I try to access it, Google says that it is not safe, and then it is a complication to access it. Does anyone know why? follow the code....
View Articlepython requests: connection problems
i´m pretty new in Python programming.I have python3 and i installed requests via pip.I cant connect to any site with .get...Is it a firewall or some connection problems ? I´m cluelessmy code:import...
View ArticleHow to use Netty to deal with two different SSL Cipersuit?
I am trying to use netty to implement SSL connetions with two different Cipersuits(RSA and ECC), and the first connection is all right when handshake completes and messages are sent correctly. But when...
View ArticleHTTPS GET with API Bearer Token: working with cURL but not with Python...
When I launch the following cURL command on a https URL with an API token, I get the expected response (a list of files in my storage): curl -H "Authorization: Bearer <TOKEN>"...
View ArticleHow do I disable the security certificate check in Python requests
I am usingimport requestsrequests.post(url='https://foo.example', data={'bar':'baz'})but I get a request.exceptions.SSLError.The website has an expired certficate, but I am not sending sensitive data,...
View ArticleTrying to convert html page to xml via nodejs
Im want to add sitemap route to my react website so I fetch the sitemap data and want to render a xml when user enter www.website.om/sitemap so I have this code in the backend:const generateSitemap =...
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 Articlehttps doesnt work on react-native android
When i try to get a request to my api via https protocol it doesnt work (NETWORK_ERROR returns), but if i do it via http it works fine. Im using apisauce. What i've tried:do request to...
View ArticleHow to use http request headers in Got?
I have a very simple goal in mind. I want to make an API request from an API known as Zomato from my node.js server application. I'm using an https request framework known as Got, which is supposed to...
View ArticleAndroid webview gives net::ERR_BLOCKED_BY_ORB
Android webview gives net::ERR_BLOCKED_BY_ORB when loading Url trid solutions didn't help only showing on some urls
View ArticleHow can I fix 301 error using python sockets
I am just beginning to learn how to use sockets in python. I am trying to create a get request to "python.org" but I keep on getting "301" error. If anyone knows why please help.import socketimport...
View Article