Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
192 views

We want to host our API using lambda + API gateway HTTP api + CloudFront distribution. In a traditional hosting I would only open TCP port 443 for HTTPS and deny all traffic on port 80, in order to ...
Maxime Rossini's user avatar
0 votes
0 answers
18 views

worker_processes 1; events { worker_connections 1024; } http { # Logging directives error_log logs/error.log; access_log logs/access.log; include mime.types; ...
Himanshu's user avatar
1 vote
1 answer
369 views

Description: I am working on a mobile application where the client (mobile) sends a request to generate a token through the cellular network to a 5G Core network. The 5G Core adds the mobile number (...
Paras Jani's user avatar
1 vote
1 answer
2k views

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 ...
cjkman's user avatar
  • 11
0 votes
0 answers
70 views

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 backend I can login ...
Soma Juice's user avatar
0 votes
2 answers
564 views

I'm developing an ASP.NET Core project recently upgraded from .NET 6 to .NET 9, in VS 2022. For the past few days for unknown (to me) reasons, I can't run the app on localhost 5001 port, after ...
kkkristo's user avatar
0 votes
0 answers
101 views

I am trying to perform a DVC import on a private https git repo. I am using a git credential manager to store the git credentials for the repo as recommended here. When I perform the dvc import ...
Sam Deadrick's user avatar
1 vote
0 answers
440 views

I am studying the QUIC protocol in depth and using Google's QUICHE library to simulate QUIC connections. In the QUICHE repository, there are two example programs: quiche/quiche/quic/tools/toy_client....
Soumyajit's user avatar
0 votes
0 answers
137 views

I created a simple chat application using QWebSocket and QWebSocketServer. The server side application is running on Windows Desktop. The client side application is running on the browser, and it was ...
Leonardo's user avatar
1 vote
0 answers
32 views

After changes in Ionic App and Local Spring Boot Server, I see this error when switching to HTTPS instead of HTTP, when user tries to login: [ERROR:ssl_client_socket_impl.cc(878)] handshake failed; ...
Nitin kumar's user avatar
2 votes
1 answer
174 views

I created a FastAPI app and I can access the Swagger UI autodocs at https://cloudrundomain.app/docs. When I send an HTTPS request using the Swagger UI, the request.headers.get("X-Forwarded-Proto&...
Aurbcd's user avatar
  • 121
0 votes
2 answers
153 views

I'm hosting a website (as a proxy with ARR) on an IIS server, and I want to redirect all HTTP traffic to HTTPS. However, when I enable the redirect rule in my web.config file, the browser returns ...
Ferenc Moisi's user avatar
0 votes
0 answers
334 views

We are trying to integrate Mbed TLS in our embedded platform (running on an imx rt 1024 CPU from NXP). Our platform uses FreeRTOS and LWIP, and now we integrated Mbed TLS 3.6.2 with the LWIP port to ...
bas's user avatar
  • 15.2k
1 vote
1 answer
85 views

First, allow me to show that npm install works fine without Fiddler: C:\Temp\1> npm config list ; "user" config from C:\Users\p11f70f\.npmrc //pkgs.dev.azure.com/xyz/_packaging/...
mark's user avatar
  • 63.6k
0 votes
0 answers
57 views

An SSL certificate can either be self-signed, or signed by a certificate authority. Modern browsers will only trust a site that provides an authority signed certificate. A user can get an authority ...
systems_n_systems's user avatar
0 votes
0 answers
1k views

I've been struggling with this issue for almost two weeks now and need some help. I'm hosting a simple app on my server to test it online. To set it up properly, I decided to use Nginx as a reverse ...
Only_a_codder's user avatar
1 vote
0 answers
161 views

After upgrading Apache CXF from version 3.5.9 to 3.6.4, I started encountering the following exception during HTTPS requests: javax.ws.rs.ProcessingException: java.io.IOException: IOException invoking ...
Krzysztof Grabowski's user avatar
0 votes
2 answers
657 views

I am trying to set the Strict-Transport-Security header in my ASP.NET Core application to enforce HTTPS with a max-age of 1 year (31536000 seconds), along with includeSubDomains and preload. However, ...
Yash Desai's user avatar
0 votes
1 answer
254 views

I'm building a Svelte app that fetches random quotes from an API (https://zenquotes.io/api/random). The app works perfectly on desktop browsers but fails to fetch data on mobile devices (both locally ...
IsxImattI's user avatar
0 votes
0 answers
221 views

I have an issue when I try to deploy my streamlit app from my windows server to my corporate PC... The problem seems to be related to the WebSocket connection… On my PC browser, I see this error: ...
AnonX's user avatar
  • 189
0 votes
1 answer
26 views

I have original url like https://sourceURL/api/fcst/login/login?ProCode=420000, I want config the proxy_pass let it forward to https://targetURL/pestiot/api/fcst/login/login?ProCode=420000。 Here is my ...
Aubrey Q's user avatar
1 vote
0 answers
48 views

I have a Web Site (Angular 16). That's deploy in IIS 10 (HTTPS port 443 with a Certificate) I have ARR enabled, and on my web site tengo a rewrite ruler. My back-end is in Node.js. It's running in the ...
Jorge's user avatar
  • 21
0 votes
2 answers
615 views

I have an ordinary ubuntu image with no dockerd installed, only the docker command line client and curl such that I can query a docker registry. I have set up tls security. I use a third container for ...
Patrick Fromberg's user avatar
0 votes
1 answer
444 views

I'm using the webview_flutter package in my Flutter app to display a webpage when a button is pressed. Everything works as expected in the Xcode iOS simulator and when I run the app on a physical ...
Spicy Pumpkin's user avatar
0 votes
0 answers
402 views

Can someone please help me w/ below problem? Script Reference : https://github.com/ibm-messaging/mq-mqi-nodejs/blob/master/samples/amqsconntls.js As mentioned in , The SSL/TLS key repository - IBM ...
Mr.Robot's user avatar
  • 529