Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I'm developing a Python project using VSCode Dev Containers. Until now, to build the container I'm developing on, I used the Dockerfile located in the project root, which the same one used for ...
Gino's user avatar
  • 913
0 votes
1 answer
61 views

I am using a known-to-be-valid PEM certificate for the purposes of calling an HTTP proxy using Python requests, but since I am in a serverless function environment, I want to create the PEM file in-...
starmandeluxe's user avatar
0 votes
2 answers
128 views

I have several .NET MAUI 9 and Xamarin.Forms apps in production, all connecting to an Azure Web App with two instances and a direct HTTP endpoint that handles hundreds of requests per minute. Lately ...
Rocco Mattia Di Mauro's user avatar
0 votes
2 answers
111 views

I'm using Flutter in Visual Studio Code and Android Studio with a Pixel 6a emulator with Android 13 to preview the app. Despite I could connect to other services of Firebase (Authentication, Storage, ...
CBD's user avatar
  • 107
1 vote
0 answers
155 views

I want to use Caddy as a reverse proxy for my system. The system contains a backend running on localhost:8080 to which all traffic is redirected. The proxy listens for HTTP traffic on :80 and for ...
Xobtah's user avatar
  • 545
0 votes
0 answers
100 views

Problem: I'm querying Azure AI Search from Open WebUI (Docker on WSL Ubuntu 24). The azure-search-documents SDK fails with SSL certificate verification errors, but the same code works fine in Windows ...
Ahmed Ayaz's user avatar
0 votes
0 answers
55 views

I have an ASP.NET Core software that periodically sends an HTTP request to the webservice of a customer of ours. I've been working on the software on my machine and everything went smoothly. Now that ...
Simone's user avatar
  • 1,366
0 votes
1 answer
130 views

Issue I have previously loaded this dataset in Google Colab without error, but I now encounter an error. Code !pip install --upgrade 'tensorflow_data_validation[visualization]<2' import tensorflow ...
AlexEast's user avatar
0 votes
2 answers
103 views

I'm writing a PowerShell script to set up several websites on developers' machines in IIS (not IIS Express). I understand that the current recommendation (as at 2025) is to create IIS websites using ...
Simon Elms's user avatar
  • 20.3k
0 votes
1 answer
59 views

I have a Linux Virtual Machine that I rent. On that Linux VM I have installed a MySQL server with two users, besides the root one, "[email protected]" and "unity2@localhost". I also ...
Chapotli's user avatar
0 votes
0 answers
208 views

Since a recent version, Google Chrome maintains its own “local store” for SSL root certificates, allowing users to trust certificates without installing them at the Windows OS level. You can view this ...
Shirakawa42's user avatar
1 vote
1 answer
256 views

I am developing an Excel Add-In using Visual Studio Community 2022. The project commenced in May using a VS Project Template (Excel Web Add-In C#) as a starting point. The project has always side-...
CHL's user avatar
  • 39
0 votes
0 answers
43 views

I have an android emulator running which can access localhost using the typical 10.0.2.2 IP address. What I'm trying to do is access the host PC through its local IP address (such as 192.168.0.1) so ...
Joe9238's user avatar
  • 36
1 vote
0 answers
40 views

I have an Rworkbench running which has no access to internet but downloads packages from Artifactory CRAN mirror. How should I have the .Rprofile looking so that it downloads renv and other packages ...
Nitin Varghese's user avatar
0 votes
0 answers
39 views

I've deployed a React application on an AWS EC2 instance using Nginx. The application is accessible via the EC2 public IP and works as expected. I also set up a custom domain e.g: (example.work.gd) ...
Sumit Kumar's user avatar
-1 votes
1 answer
310 views

Edit: Removed the first question because it wasn't worth asking and the second question was what we actually need help on. We have an app service (web application ASP.NET Core 8) on Azure that needs ...
Ben's user avatar
  • 23
0 votes
1 answer
296 views

I have a weird situation going on in a Azure web app. I have multiple subscriptions. In my development subscription in Azure, I have deployed the same web app and renewed the certificate manually in ...
Sergio's user avatar
  • 177
0 votes
0 answers
119 views

Steps to reproduce: Install Postgres 17.5 and OpenSsl on Windows 11 Run the following commands.Enter postgres as common name on client cert creation: openssl req -new -x509 -days 365 -nodes -out ...
Andrus's user avatar
  • 28.2k
0 votes
3 answers
73 views

I have been trying to record a google cloud hosted application from my company based VM. I am using proxy to reach the website to record the flow. Jmeter version is 5.4.3 with Azul Zulu JDK 11.76.21 I ...
satya's user avatar
  • 3
1 vote
1 answer
148 views

I'm trying to do a POST request in Delphi, using the Indy TIdHTTP component. The target host requires a certificate and key files. Testing the requests with Postman or Insomnia, it works fine, returns ...
NatanG.G's user avatar
0 votes
1 answer
33 views

I saw in RFC 4514 that the RDNSequence should be output in reverse order in the string (for example: RDNSequence (binary order): [C=US, O=Example, CN=CA] String representation (RFC 4514): CN=CA,O=...
happy one's user avatar
0 votes
0 answers
61 views

First the basics... when accessing the API on my machine (and others) via Postman - the API works fine... when building the website locally and running on IIS Express, it accesses the API fine... ...
Musical Coder's user avatar
1 vote
1 answer
52 views

I saw in RFC 4514 that it specifies that the Distinguished Name must support the following short names. CN commonName (2.5.4.3) L localityName (2.5.4.7) ST stateOrProvinceName (2.5.4....
happy one's user avatar
0 votes
0 answers
20 views

I saw in RFC5280 that… When the LDAP URI scheme [RFC4516] is used, the URI MUST include a field containing the distinguished name of the entry holding the CRL, MUST include a single that contains an ...
happy one's user avatar
0 votes
1 answer
67 views

I am looking for assistance in fixing my python script which uses Grafana API. I have to create silences in Grafana using a master excel sheet provided to me which contains below details to create the ...
Yavnica Saini's user avatar

1
2 3 4 5
215