Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [https]

Hypertext Transfer Protocol Secure (HTTPS) is a combination of the Hypertext Transfer Protocol with the SSL/TLS protocol to provide encrypted communication and secure identification of a network web server.

-1 votes
0 answers
7 views

Configuring https for ubuntu server : EC2 instance (certificate from zerossl)

I have an EC2 instance with ubuntu server Public IP xx.xx.xx.xx and private IP I have a front end mobile app code deployed to iOS/android and backend code deployed to this EC2 instance ubuntu server. ...
Ajay Patidar's user avatar
0 votes
0 answers
9 views

Chrome pre-flight returning blocked by CORS: does not have ok status, while my .rest client gives 200

I am using the chrome extension Allow CORS: Access-Control-Allow-Origin with all sorts of different setting changes, including this custom rule: Chrome running a pre-flight for my typescript fetch ...
Thomas's user avatar
  • 27
-1 votes
1 answer
19 views

Can a forward http proxy server decrypt HTTPS traffic? [closed]

Can a forward http proxy server decrypt HTTPS traffic? Without considering special cases such as man-in-the-middle attacks or certificate signing, just discussing under normal usage conditions. Some ...
Fridaynight's user avatar
0 votes
0 answers
30 views

Tomcat HTTPS Redirect when IIS also Running

I have 2 apache tomcat applications that I want to redirect to HTTPS, but I also have an IIS application running on the same server which I do not want to redirect. If I place a security constraint ...
benmess's user avatar
  • 21
0 votes
0 answers
21 views

How to reconfigure Kestrel after start application

I have method for Kestrel configuration before starting asp.net core minimal API like this: var clientCertificateThumbprint = "XYZ"; var clientCertificateMode = ClientCertificateMode....
AldaFalda's user avatar
0 votes
0 answers
14 views

Intercept outgoing NodeJS https request calls in a application and fetch the request body | Replace original request with modified request

My application uses NodeJS https request (https://nodejs.org/api/https.html) to make outgoing calls. I need to intercept it and first fetch the request body. Once the request is fetched, I'm preparing ...
sathish soundarapandian's user avatar
1 vote
0 answers
53 views

Google Cloud CDN json resource ETag missing from response headers

The ETags are missing from the response headers. Currently, I am using Google Cloud CDN to deliver the resources from Google Cloud Storage (bucket). When the resource is read directly from the bucket, ...
inerpiece's user avatar
  • 195
0 votes
0 answers
17 views

Node.js mTLS authentication using Windows Certificate Store

Normally for mTLS HTTP requests in Node.js, you do the following: const fs = require('fs'); const https = require('https'); const req = https.request( { hostname: 'server.com', port: 443, ...
bojeil's user avatar
  • 30.6k
1 vote
0 answers
17 views

HTTPS request using AT commands on SIM900 fails with 601

I have an Arduino UNO setup with a SIM900 Shield. I want to make http/s requests using AT commands. I can already perform GET requests via http. But i can't get them to work with https. Please help me ...
Basti's user avatar
  • 1,170
0 votes
0 answers
38 views

Unable to setup HTTPS using Nginx, Certbot and Docker

I am currently working to setup Docker in order to deploy the website I created. However, I'm stuck at the level of configuring https with Nginx and Certbot. Here is everything I did : Bought a ...
hitaton's user avatar
  • 163
0 votes
1 answer
20 views

https problem with Android application local testing

I'm trying to test my android app locally. The app has to fetch data from 192.168.1.16. The local server certificate is a self signed certificate, so I did what I found here and there on stackoverflow ...
fpierrat's user avatar
  • 786
0 votes
1 answer
56 views

Trouble to setup tls with kubernetes: "ERR_SSL_PROTOCOL_ERROR"

I'm trying to setup tls/https for my kubernetes-pod. I configured an ingress rule and I've a got service as loadbalancer. I obtained my certificate from my provider. Not sure, how important that is: ...
xforfun's user avatar
  • 592
-1 votes
0 answers
63 views

Xampp Website enabled https and its super slow [closed]

So I have had my company website running on a windows server with XAMPP without HTTPS and it was pretty fast (its a single page site), having just enabled it by way of the following below in httpd-...
VGA's user avatar
  • 61
-1 votes
0 answers
18 views

How to fix Apache 2.4.61 SSL self-signed on client Android 12 freezes after 10 page refreshes? [closed]

In Android 12 Chrome v126 it is possible to make 10 page updates, and then the page freezes, and is shown halfway, but the visit is visible in the apache logs, and the php script executes the launch ...
Anonim's user avatar
  • 1
0 votes
0 answers
18 views

Difficult in reaching a web application through HTTPS

I have a web application deployed as a container in a Linux server in production. A certificate is from GeoTrust. It is a simple Python server using pfx. The web application is limited to internal ...
user3901397's user avatar

15 30 50 per page
1
2 3 4 5
1680