Skip to main content

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.

0 votes
0 answers
12 views

Setting Cookie to Secure in Production Breaks Authentication

I am using express-session for authentication in my Express application. Here is the code I have so far: app.use( session({ store: new RedisStore({ client: redis }), secret: process.env....
Tejas_hooray's user avatar
-1 votes
0 answers
14 views

Cant use 'axios.post' method

I was scrapping a instagram downloader website using post method but it is showing >>> **cause: Error: write EPROTO 9C3B0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake ...
user26447760's user avatar
-1 votes
0 answers
18 views

They are on the same network but they can't see each other

I wrote a website (NEXTJS + node js + express + postgresql). This website will run on LAN. That's why I ran both Next js (frontend) and nodejs (backend) sides over HTTPS, Now it should be accessible ...
Rozygeldiyew's user avatar
0 votes
1 answer
22 views

Python: Post Many Audio Files and Get the Results

Python I have thousands of audio files on my local computer and I run an API with FastAPI that extracts features from audio files and sends these features back to me (json). The procedure is as ...
Tütü's user avatar
  • 3
0 votes
0 answers
17 views

Nginx 502 Bad Gateway and SSL_ERROR_RX_RECORD_TOO_LONG errors in Plesk

I have problem with my Node.js app on hosting in Plesk. After I run app I got error "TypeError: NetworkError when attempting to fetch resource." when fetch data to https://example.com:3000/...
Ondra's user avatar
  • 1
0 votes
1 answer
33 views

Equivalent of `https.agent` in React Native

I need to make an API request using this cURL curl -L -i -X PUT –cert ./[device_cert].pem –key ./[device_cert_private_key].pem -H 'Content-Type: application/json' -H 'Content-Encoding: utf-8' -d '{&...
Coder87's user avatar
  • 11
-2 votes
0 answers
31 views

Cloudflare messing up nginx certbot SSL

Very very similar to issue here, but the solutions posted did not work for me. I am using nginx as a reverse proxy on my home network in order to host a couple of websites. I have been using ...
kinneyan's user avatar
1 vote
0 answers
57 views

How listen HTTPS and HTTP on same port depending on host with GO?

I'm writing a reverse proxy in go. I already have a basic setup working, but I want to be able to listen on a port and have it use TLS or not depending on the host. This is my current code: var ...
PortalGamesMais's user avatar
0 votes
0 answers
16 views

Micronaut Http Client PKIX and trustAnchors Cerificate errors

I am using Windows OS, developing in IntelliJ IDE, using JDK 22 and Micronaut. I am trying to integrate with an application that requires a certificate, and this started to generate an error of io....
Roberto Alves's user avatar
-1 votes
0 answers
17 views

google search console problems (missing https urls and missing internal links) [closed]

TY, for your advice in advance! First to images showing our indexed pages our not indexed pages and our https URLs. Why is google search console only showing about 140 https URLs. I have no clue. ...
RattleStork.org's user avatar
0 votes
0 answers
53 views

GCP loadbalancer doesn't work with IAP(Identity-Aware Proxy) settings

I have my loadbalancer in GCP which has HTTPS frontend with my certificate and SSL policy set on my domain. After enabled IAP(Identity-Aware Proxy) in backend, the OAuth consent screen works well when ...
Allen Chen's user avatar
0 votes
1 answer
47 views

Launching https on Tomcat Port 8443 - requires the APR/native library which is not available

I need advice on https. Below is the configuration of the server.xml file <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" ...
pabikcomputer's user avatar
0 votes
2 answers
44 views

Fetch API Response via HTTPS

I've created an HTML page and I am retrieving it over HTTPS. Clicking a button on that page sends a Javascript Fetch API request to an HTTPS endpoint, a PHP script I also created. My question is: if I'...
snixdad's user avatar
  • 37
0 votes
0 answers
27 views

Kubernetes cert-manager Challenge Failing with ACME Unauthorized Error [closed]

I am managing a Kubernetes cluster with ArgoCD, which includes an ingress-nginx. We are trying to obtain a certificate for HTTPS on a domain using cert-manager, but we are encountering a series of ...
user26349088's user avatar
1 vote
1 answer
42 views

Apache 308 redirects change the protocal from https to http

So I recently updated my .htaccess to replicate the directory slash directive with a 308 instead of the 301 Apache normally uses, so that the browser repeats the same request instead of changing it to ...
Brad's user avatar
  • 880

15 30 50 per page
1
2 3 4 5
1680