Strange timeout with ruby net/http
I am trying to download this file with ruby:https://evs.nci.nih.gov/ftp1/CDISC/ReadMe.txtHere is a sample program, showing the issue (the comment shows what I get):require 'uri'require...
View ArticleMixed Content HTTP/HTTPS issue on my android-app [closed]
I'm currently working on a university project where I'm setting up a server to communicate with an app running on an Android phone. Since the server is just for demonstration purposes, it doesn't have...
View ArticleclusterIP with valid ssl
I have the following scenario:I have a Kubernetes cluster, where I have both my front-end and back-end in the same cluster. The front-end is publicly exposed and has a valid SSL certificate, while my...
View ArticleConnecting to URL requires authentication in Kotlin
I'm beginner in kotlin.I'm try to connect to my http service, which requires authentication.Have error:Unresolved reference: AuthenticatorHow can I set Authenticator?var url = URL ("https://myURL")val...
View ArticleHaving issue on redirectiong from HTTP to HTTPS
I have an ec2 instance (window based) and deployed my .net build on it. It's working fine on HTTP. I want to redirect from http to HTTPS.I have a subdomain in tasjeel.ae(domain provider) which is...
View ArticleHow to run Angular with https when by default it runs with http?
By default if we run Angular applications they run with http (e.g. on http://localhost:4200).How to convert it from http to use https?
View ArticleNginx Config: Firefox do not redirect correctly https://www to https://
I did this simple ngninx config to redirect http://example.com, http://www.example.comhttps://www.example.comto https://example.comEverything works as expected with chrome, but I noticed Firefox needs...
View ArticleNGINX Configure Https
I am trying to run my application on http and https. The application renders static htmls along with their css' and js'. I use nginx to serve the pages. I have configured my nginx configuration, but...
View ArticleIs there any way to make router admin panel work through HTTPS?
I need to make my router Admin panel be accessible not by HTTPS and block HTTP.I am using Mudi v2 from Gl-Inet. Powered by OpenWRTChat gpt prompted to generate custom CA:#!/bin/shopenssl genrsa -out...
View ArticleASP.NET about web API
Hi I have a question that I wonder. Is it possible to make a secure API (https) without uploading local and using https://localhost:5000/because I've tried to run API by using C# Form and stuck with...
View ArticleClaims did not set after changing wcf from http to https
Recently, we changed wcf service from http to https. After this, we are unable to set claims. It is set in that method, once we come out of the method, we lose it.Below is the code to set claims. It...
View ArticleBypass Certificate Verification in flutter with https?
I just want to bypass the certificate verification but I het the error that the badCertificateCallback is not defined for client. Do you know how can I make this work?Thank you.This is my actual...
View ArticleHow to deploy Spring boot 3 https project
I've successfully setup https on project using springboot 3 on localhost.this is my application.yaml :spring: config: activate: on-profile: development application: name: meteraindo jpa: properties:...
View ArticleWhy this SSL connection ends abruptly
I am trying to make an HTTPS POST request. The connection ends abruptly at the very beginning. I took the following capture with Wireshark. 192.168.0.33 is my client attempting to connect to the...
View Article.NET Core Linux Kestrel https configuration
We are deploying our first .NET Core application on Linux (Ubuntu 18.04 LTS and Apache2).We do not know the certificates of the servers where they will be deployed nor the ports where they will be...
View ArticleOccasional browser problem with https proxy server referring to http
I have an https domain hosted by Fasthosts which points to a Ubuntu linode server with nginx and letsencrypt on it. This points to an application on an http application on another linode server so that...
View ArticleCapture https traffic of android application with certificate pinning
I need to capture https traffic of Instagram Lite app (com.instagram.lite). So I tried to use http-toolkit. I have rooted android device and used adb method, http-toolkit app on my phone tells...
View ArticleRedirect SSRS Site from http to https without IIS [closed]
I am trying to setup a redirect on our SSRS server without using IIS. I need to go to the https version of the site anytime a user may use http so that http://{servername}/Reports/browse/ would...
View ArticleAccessing https website or REST endpoint from being firewall
I have had a difficult time googling this but I'm sure this has come up before, and perhaps I'm not phrasing the question correctly. The work network has a highly strict firewall where unless the DNS...
View ArticleFailing HTTPS/SSL Connection when trying to connect to a server on an...
I'm currently working on a university project where I'm setting up an Ubuntu Server to correspond with an existing app. The app should be able to send data and pictures to my server via a post-request....
View Article