SSLException: Unrecognized SSL message, plaintext connection? error while...
I'm trying to connect to a external https endpoint using camel https4 component through proxy.For this I setup squid proxy in linux (18.04).According to the references...
View ArticleHow to handle large-size(8Mb) GET requests in Node.js
I'am trying to call this APIhttps://cwe-api.mitre.org/api/v1/cwe/weakness/allfrom node.js server, this suppose to get data of 8MB, However I get this errorError: read ECONNRESETat TLSWrap.onStreamRead...
View ArticleHow to call a self-signed certificate ip address using its certificate in...
I need to call an external url to my Spring Boot application via https.The external url ( as IP address ) uses a self-signed certificate and made it available, I don't want to install the certificate...
View Articlei am encountering err_connection_closed while fetching https in mikrotik router
encoutering an error "ERR_CONNECTION_CLOSED" in my browser console. So basically am trying to start a wifi hotspot venture and am using mikrotik 951ui 2hnd v.6.49.1 with custom captive portal and in...
View ArticleDisable website redirection to HTTPS on Chrome [closed]
I have a domain http://radiotn.com that is redirecting to HTTPS on chrome only.I want to disable this redirection and run my website on HTTP because it contains external radio streamings that run on...
View ArticleURL Redirect for Stale Links
I have stale URLs that exist in old marketing emails that point to an old support system that is no longer being used (Example support.example.com, URL example...
View ArticleSniffing Android app's HTTPS traffic from Fiddler fails with only 'Tunnel To'...
I am trying to capture HTTPS traffic from my rooted Android device (4.4.4) to analyze an undocumented protocol of an app. I've set up my Fiddler as a proxy and enabled HTTPS sniffing. I've installed...
View ArticleCORS preflight issue in HTTPS env. "cross-origin resource sharing error:...
Im experiencing a CORS issue after deploying my application to an HTTPS environment. The error is:cross-origin resource sharing error preflight wildcard origin not allowedIn my local environment, where...
View ArticleBest way in asp.net to force https for an entire site?
About 6 months ago I rolled out a site where every request needed to be over https. The only way at the time I could find to ensure that every request to a page was over https was to check it in the...
View ArticlePython Flask: Automatically getting or generating SHA-1 fingeriprints
I've created a simple Flask server that runs on HTTPS, accessible by external devices.When I connect another device (e.g. an ESP8266) I need to provide the SHA-1 fingerprint.I have no control over the...
View ArticleVerify ssl certificate in nodejs
How can I verify SSL certificate on https of given domain by NodeJS?I need to know if user open this like is it trusted or should add it as exception?-- I think this code should raise error during...
View ArticleLocal network HTTPS with IP address
I have a small REST server running on a local network, with a bunch of client applications connected (via IP address).I want to secure this traffic so that access tokens cannot be sniffed. According to...
View ArticleHow to run Vue.js dev serve with https?
I'm using Vue-cli to create vue project with webpack template. how to run it with https in development using: npm run dev?
View ArticleiOS swift: App Transport Security has blocked a cleartext HTTP (http://)...
Evening, I'm working on an app based on the SWAPI (Star Wars API: https://swapi.co/documentation)And I got the ATS Error:App Transport Security has blocked a cleartext HTTP (http://) resource load...
View ArticleHow to stop fiddler to see HTTPS data between my iOS app and server
In my iOS app I am sending user credentials in an API, I just get to know that I can see all server and iOS app communication using fiddler2. Is there a way we can stop this (or kind of these tools) to...
View ArticleSaml2 SP behind reverse proxy
I have problem running a SAMl2 SP behind reverse proxy running OpenSAMl with Spring security 6. When running locally from own computer this works as it should. When running behind proxy it seems the...
View ArticleYour connection is not private NET::ERR_CERT_COMMON_NAME_INVALID
While debugging a local ASP.NET application on Chrome for localhost Https site it's giving error:Your connection is not privateNET::ERR_CERT_COMMON_NAME_INVALID.I am not able to open localhost without...
View ArticleHTTP Auth header
I use this web page to create an auth header to access an APIhttps://www.debugbear.com/basic-auth-header-generatorIt works... but I would prefer not to type a username + password into a webpage, so I...
View ArticleFlutter Webview net::ERR_CONNECTION_TIMED_OUT
I have a flutter appI am trying to use https://pub.dev/packages/webview_flutter to show this website:https://pagoumbria.regione.umbria.it/pagoumbria/but I always receive the error...
View ArticleUnable to connect to web server 'https' in Visual Studio 2022
I have two projects for the API and UI side of my project.On the UI side, I want to see the change I made with "ctrl + shift + w" on index.cshtml, but I get the error in the screenshot below.There are...
View Article