Quantcast
Channel: Active questions tagged https - Stack Overflow
Browsing all 1491 articles
Browse latest View live

Django redirecting http -> https

I am running:python manage.py runserver localhost:44100And this is redirecting me to https:» http http://localhost:44100/HTTP/1.0 301 Moved PermanentlyContent-Type: text/html; charset=utf-8Date: Mon,...

View Article


How to solve ERR_CONNECTION_REFUSED when accessing a Spring Backend over https?

I am trying to access a Spring Backend from an Angular Frontend using https. I also use Keycloak for authentication. I made a simple Angular app that, after proper authentication, shows a button that...

View Article


nginx reverse proxy redirecing to http instead of https

I have a react spa hosted on a https connection created with certbot.And i fastAPI backend on http.I set up a reverse proxy, and on /api/ i proxy_pass the request to the fastAPI backendI can login to...

View Article

How to write code to decrypt HTTPS traffic through keylog [closed]

How to write code to decrypt HTTPS traffic through keylog. Can we borrow the Wireshark source code. Where is the decryption code for Wireshark using Keylog?

View Article

Image may be NSFW.
Clik here to view.

How to stop http redirection to https

I'm setting up a test environment that does not support https. The problem is, http://localhost/simulator.aspx#!/data keeps redirecting to https://localhost/simulator.aspx#!/data.I have tried the...

View Article


Image may be NSFW.
Clik here to view.

how to monitor the network on node.js similar to chrome/firefox developer tools?

When developing client side javascript applications, the developer network panel is invaluable for debugging network issues:How does a developer creating a NodeJS application monitor the network...

View Article

Why does Google Calendar.Events.Watch say my request is not HTTPS

I'm currently working on an app using Google Calendar API.I'm completely stuck when requesting the Watch content because Google says the URI I've specified for the Channel content is not HTTPS...

View Article

Image may be NSFW.
Clik here to view.

Visual Studio ASP.NET Docker HTTPs certificate

I'm running Visual Studio 2022, and have Docker Desktop installed (Linux Containers).When I go file -> new project -> ASP.NET Core Web App and have Configure for HTTPS ticked, Enable Docker...

View Article


How can I get Edge/Chrome to accept my self-signed certificate for localhost?

I'm starting a new web project using next.js (v15.1.4) on a work computer that I do not have admin rights for. My app is going to interact with an external API which I'm trying to test access to. This...

View Article


problem with ssl in macos (laptop early 2015)

i am developing a Spring boot application, with a reactjs frontend. The backend is secured with Spring security and jwt. The jwt has to be stored in a httponly cookie, therefore i must enable SSL...

View Article

javax.net.ssl.SSLException: Certificate for doesn't match any of the subject...

When I try to Hit the URL using Postman it works fine,by using my personal cert.But when I tried the same using Rest Assured test case it is throwing the above exception. Configuration Classpublic...

View Article

How 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 Article

How to disable Owncloud https redirect?

I installed Owncloud on Ubuntu 12.04 with an apache server. I use ssl for authentication but when sharing links and data it is cumbersome for the user to accept the self signed certificate. Is there a...

View Article


Can incomplete TLS 1.3 packets in pcapng format not decrypt subsequent traffic?

I have a TLS1.3 packet in pcapng format and its corresponding keylog file. I tried to decrypt it using the key message in the keylog. A data packet at a certain location has been lost. Wireshark seems...

View Article

How 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 Article


How to alter Javascript code from SFTP to HTTPS to transfer file

I have SFTP code using Javascript for transfering file from our local on-prem server to cloud server (in this case is from ServiceNow MID Server to AWS S3). But I am required to transfer by using HTTPS...

View Article

How do I stop Firefox from forcing https:// on local development server?

I am running a development environment on my Macintosh using AMPPS.I have a folder with my project files. I have added this to my hosts file:127.0.0.1 www.example.comand I have set up the virtual...

View Article


Debugging cookie issues in Next.js: SameSite=None not applying on HTTPS...

Here's an English translation of your question, suitable for posting on Stack Overflow:Title: Cookie not being set in localhost environment with Next.js appI'm trying to test cookies in a localhost...

View Article

Image may be NSFW.
Clik here to view.

nodejs: listen EACCES: permission denied 0.0.0.0:80

I am trying to create https server to test socket io by node js. According this pageopenssl genrsa -out privatekey.pem 2048 openssl req -new -key privatekey.pem -out certrequest.csr openssl x509 -req...

View Article

The SSL certificate for this service cannot be trusted

We scanned our website acbd.com with Serverscan and reports show that “The SSL certificate for this service cannot be trusted”.We are using a Comodo Premium SSL Wildcard Certificate and it's working...

View Article
Browsing all 1491 articles
Browse latest View live