Nginx 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 ArticleSSLException: 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 do I allow HTTPS for Apache on 'localhost'?
I was asked to set up HTTPS with a self-signed certificate on Apache on localhost, but how do I actually do that?
View ArticleUseHttps() throws System.ArgumentNullException:Value cannot be null....
Calling the constructor of below NanoKestrel class throwsERROR System.ArgumentNullException: Value cannot be null. (Parameter'provider')at System.ThrowHelper.Throw(String...
View ArticleCommand prompt to check TLS version required by a host
Is there a command to check the TLS version required by a host site? Right now, the only way I know to check is by adjusting the max TLS version of my browser and checking if I can still access the...
View ArticleHttpURLConnection java.net.ProtocolException: Server redirected too many...
I try to load a Audiofile via an URL and HttpsURLConnection.I tried the solutions on the other tickets without success.Her is what I did:System.setProperty("http.maxRedirects",...
View ArticleShould Token created when the user registers or login?
I have an API created by one of my team :), And he made an endpoints "Register/Login"his thought When user create a user we save his data and the endpoint response it " without generating a Token"so i...
View ArticleSecure WebSocket (WSS) with HTTPS localhost SSL certificate
I am a little new to this whole WebSocket and SSL certificate thing.So I have created my own WebSocket server on Android side and the website is the client. I was able to make it work with regular...
View ArticleHow to disable HTTPS for the OpenBMC Event service and switch to using HTTP
I want to change the OpenBMC Event service Subscription functionality from HTTPS to the HTTP method that does not require certificates, to facilitate sending Events and receiving Event information via...
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 ArticleHow to access Amazon images with https (AWSECommerceService)
For each product on my website I have a page that promotes a few book from Amazon. I get the books using a query to AWSECommerceService from my web server. The XML I receive from Amazon contains a list...
View ArticleEnabling HTTPS on express.js
I'm trying to get HTTPS working on express.js for node, and I can't figure it out.This is my app.js code.var express = require('express');var fs = require('fs');var privateKey =...
View Articlehttps connection using CURL from command line
I am new to Curl and Cacerts world and facing a problem while connecting to a server.Basically, I need to test connectivity over https from one machine to another machine.I have a URL to which I need...
View ArticleRequire HTTPS with Spring Security behind a reverse proxy
I have a Spring MVC application secured with Spring Security. The majority of the application uses simple HTTP to save resources, but a small part processes more confidential information and requires...
View ArticleHTTPS login with Spring Security redirects to HTTP
I have a Spring web app, secured with Spring Security, running on EC2. In front of the EC2 instance is an Elastic Load Balancer with an SSL cert (https terminates at the load balancer ie. port 443...
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 capture and decrypt traffic from Microsoft Store applications
I want to analyze the traffic from apps installed via Microsoft Store on Windows 11. To do so I am trying to capture and decrypt the traffic but I can't figure out how to exactly do it. I have to...
View ArticleHTTP Error 403 when using Apache WebClient on HTTPS Service (that does not...
The java application I'm working used to call an inhouse rest service via http which delivers a PDF file as a response. The rest service has now changed it's url and switched from http to https.I have...
View ArticleWhy am I getting "No issuer certificate for certificate in certification path...
I am trying to connect to a server with a Java Http client to make a web service call. If I turn net debugging on with the below code..System.setProperty("javax.net.debug", "all");I am seeing that...
View ArticleProxyPass: Mixed Content in Laravel HTTPS
I'm using Laravel 5.8Currently I have this site: sample namehttps://www.myssldomain.com/ewalletandI have this site: sample name http://my-aws-public-ip/loginUsing Proxy Pass included in my...
View Article