Questions tagged [http]

HTTP stands for Hyper Text Transfer Protocol and is the protocol used to transfer information around the World Wide Web.

Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

SUBdomain redirection not working for https (apache)

I have a problem with redirecting the address: aa.bb.cc to bb.cc/aa DNS is under the control of OVH. Redirection works for http calls and redirects on a page that is https. However, if he calls https:/...
kr.sz's user avatar
  • 1
-1 votes
0 answers
51 views

Active mixed content issue

I'm currently working on a problem for my organization. We are hosting our own websites which are actually web portals for a software we make. I run IIS and I'll try to explain as clear as possible ...
spr's user avatar
  • 1
0 votes
0 answers
135 views

How to SSL Passthrough on HAProxy while routing based on full URL?

I'm new to HAProxy admin so it may be a stupid question. So I wanted to do SSL pass though on our HAProxy load balancer. The diagram look like this: client -> HAProxy -> server where, all ...
rollschild's user avatar
0 votes
0 answers
19 views

Getting err_tunnel_connection_failed and err_connection_timed_out when accessing URL

My company has deployed an SSO solution using Duende Identity Server and Okta We are using a proxy as the middleman between Identity Server and Okta: https://apacwelcome.saas.mrisoftware.com 99% of ...
David Klempfner's user avatar
4 votes
2 answers
465 views

Verification: can an ISP limit regional access to a website?

As I lined out here on serverfault my web-hosters support claims the following: because they can access my subdomain from the US while from Germany it resolves to a 403 error it must me my Internet ...
MS-SPO's user avatar
  • 143
0 votes
0 answers
32 views

Kubernates - ExternalName Service rewrite method from POST to GET after HTTPS redirect

Imagine to have this scenario: An API Gateway A Backend Service deployted on a Kuberantes cluster. Also we have: An external authenticated service (imagine an external web application out from our ...
Bugpirasi's user avatar
  • 101
0 votes
0 answers
57 views

GCP load balancer can't connect to instance group: unhealthy upstream error

My Goal I want to connect my domain (dashboards.example.com) to my Google VM instance on port 3000 to showcase Metabase. I do so through a Google DNS and load balancer. My problem While trying to do ...
Arthur de Vries's user avatar
0 votes
0 answers
67 views

Firewalld: restrict ssh access to specific IP and allow that IP to access services in the interface zone

The target setup is the following: I want to restrict ssh access to the server to a specific IP, and allow the http service to all. Now, to start from "scratch" I defined a new zone which I ...
Egidio Docile's user avatar
1 vote
1 answer
77 views

Asycio/hypercorn/SSL error, all unhandled, in a Quart based restapi

I'm writing a restapi in quart, served by Hypercorn, using a TLS certificate made by BenMorel's scripts. My single python file's structure is something like this: import asyncio from quart import ...
CptZsolt's user avatar
-2 votes
1 answer
147 views

How to change domains network route to custom IP when curl?

On Linux I do curl to api.binance.com website and it gives me very long ms latency 0.177s, although the server is located just near binance servers. # curl -o /dev/null -s -w 'Total: %{time_total}s\n' ...
sirjay's user avatar
  • 97
0 votes
0 answers
47 views

How to route requests with the same query parameter to the same backend servers?

I have three Nginx reverse proxy servers with ModSecurity installed acting as WAF servers which route requests to my Kubernetes Cluster ingress-nginx, Istio service mesh is installed on the Kubernetes ...
Sinux's user avatar
  • 85
0 votes
1 answer
74 views

Malformed HTTP Requests

I am seeing a significant amount of HTTP requests to multiple web services that I operate which look like this: [[#22]][[#3]][[#1]][[#1]] [[#1]][[#0]][[#1]][[#28]][[#3]][[#3]]MÚ [[#7]]eÀ…Ʀ­á"¢ÛË…...
Elhitch's user avatar
  • 101
0 votes
0 answers
97 views

Google Cloud + Google Domains DNS HTTP not working but HTTPS is

I have a website hosted on Google Cloud with a paid domain name registered at Google Domains. I opted in for the SSL option so the website can be served with HTTPS. In the domain forwarding setting ...
Jim22150's user avatar
  • 101
1 vote
0 answers
90 views

Unable to redirect HTTPS to HTTP via NGINX

I'm having a very hard time doing a redirect from HTTPS to HTTP. This is giving me the last few days some headache because I can't figure it out :| situation I have a website and a VPS server. The ...
J_P's user avatar
  • 11
0 votes
0 answers
86 views

Port 80, 443 and 2875 monitoring in zabbix

Im monitoring port 443 and port 80 on zabbix With simple check and i put List item [http,,443] instead of [https,,443] is that will perform the correct monitoring for port 443?? What will happened ...
Nahel T Shaweesh's user avatar
0 votes
0 answers
71 views

Logging all http requests to domain

I bought a domain name and I would like to log what http requests it receives. Logging the requests headers, url, type and message body. Looking for an easy/affordable solution. Standing up an Apache ...
Nick's user avatar
  • 143
0 votes
0 answers
31 views

How should I distribute outgoing traffic load from a single server to multiple servers?

I have an app running on a VPS. My server sends HTTP requests to an external API at a very high rate. This has caused me to exceed my provider's outgoing traffic limit. My search on the internet has ...
Leonardo Hysesani's user avatar
1 vote
1 answer
325 views

Windows Server 2022 Standard is giving me crashes in the HTTP module that reboot my server. I need help tracking down the exact issue. How?

I don't know if this is a problem with the memory on the server, one of my SSD's, or something software related. the crash has happened 4+ times in the last few months. I need some help in figuring ...
Ethan Allen's user avatar
1 vote
1 answer
36 views

Web browser fails to connect to website after 100 refreshes on client

I'm using an HTTP meta-refresh to execute a script multiple times. After 100 refreshes, the browser stalls. According to devtools, the browser doesn't even complete an initial connection to the server....
user97089's user avatar
  • 111
0 votes
0 answers
45 views

Nginx: could not build map_hash, you should increase map_hash_bucket_size: 64 even when its set under http (stream module used)

since I can only ask questions here but its more of a solution for other people that have this issues I hope its still fine to be posting here, I didnt know a better place since I don't own a website ...
Felix941's user avatar
2 votes
1 answer
477 views

Apache GZIP for images - any reason?

JPEG, GIF, PNG and WEBP images are already compressed. Is there any reason to serve them up using GZIP compression, regardless of whether or not the client says it may accept GZIP compression? curl -H ...
Lumi's user avatar
  • 199
0 votes
0 answers
87 views

Http outperformed Http2 ,why, please help me to figure out?

I'm currently conducting performance testing on my NGINX web server container and I'm encountering some unexpected results. My tests show that HTTP performance is outperforming HTTP/2, despite SSL and ...
Mhd HZ's user avatar
  • 1
0 votes
1 answer
43 views

map nginx $http_MyHeaderName to port

I want to create a mapping on nginx between $http_MyHeaderName and $port. I have much local hosted IIS sites and depending on header value nginx has to send request to one of them. Config: map $...
Сергей's user avatar
0 votes
0 answers
127 views

In NGINX, is there a directive to limit the time it takes to establish new client connections?

In Nginx there's the client_header_timeout directive that sets a timeout for receiving the complete headers of an http request from a client. In the docs it is not specified if this timeout includes ...
user2464424's user avatar
0 votes
1 answer
843 views

Redirect http calls inside iframe to https using nginx

I have an https website that needs to render an iframe of a external website that only works with http. The external http endpoints is all inside a url like: http://external-website.com/foobar Browser ...
Alan Nicolas de Oliveira's user avatar
0 votes
0 answers
90 views

Disable the 'base' URL for SSRS

We keep getting hit with moderate security risks on our internal and external penetration tests on our SSRS servers. The main reason for this is that the scanner is attempting to use http(s)://reports....
George V's user avatar
0 votes
0 answers
171 views

Forward local http port to external device using firewalld on Ubuntu 23.04

I have an external device A that advertises a HTTP server at port 80. It is fixed at address 192.168.1.107. I can view the HTTP server at http://192.168.1.107:80 on my local network from any other ...
Ryan Friedman's user avatar
0 votes
0 answers
121 views

Enabling UFW breaks all http and https connections

I have an Oracle VPS with Ubuntu. Before enabling ufw everything worked perfect. I've added rules for ssh, http, https and openvpn. After enabling it ssh stopped working, but after rebooting my VPS it ...
uQlel's user avatar
  • 1
0 votes
1 answer
62 views

Using the domain termination ".old" is causing web browsers to not detect that is a http/https server

I've created a virtual apache Server to host an old wordpress, everything went fine untill I tried to access the page via the domain on the browser. When accessing the domain on the browser instead of ...
arctumn's user avatar
0 votes
1 answer
114 views

Apache child processes are launched more than ServerLimit and threads are executed more than ThreadsPerChild

The following version of Apache is used. (MPM : event) httpd -V Server version: Apache/2.4.37 (Red Hat Enterprise Linux) Server built: Jun 15 2022 08:27:14 Server's Module Magic Number: xxxxxxxx:xx ...
fsk5304's user avatar
  • 101
0 votes
0 answers
96 views

Browser not sending username with request in HTTP headers

I'm facing an issue where the browser is not sending the username with the request headers in my web application. I've tried using Google chrome and Edge for testing purposes. I have observed this ...
logeeks's user avatar
  • 119
0 votes
0 answers
210 views

How to get actual latency when downloading with curl?

I have an http software that let people be logged and download data according to sent bytes. It's an infinite download until connection stopped. I want to know the time for each download. The ...
Elikill58's user avatar
  • 119
0 votes
1 answer
63 views

Can't get A record redirect to work properly

Okay.. this should be a pretty simple fix but nothing is working, maybe I'm missing something: A record is set for my blog, sample site here: http://43.130.149.65/?rid=yLmTQxP Cloudflare set for an A ...
SerialEnabler's user avatar
0 votes
0 answers
101 views

Some web pages cannot be opened due to timeout on MS Windows

This is a very strange issue related to one (and only) particular PC in our network running Windows 10. These two web pages cannot be opened on this PC: https://www.chces-soutezit.cz and https://...
crysman's user avatar
  • 141
1 vote
1 answer
184 views

is "GET /" a valid HTTP request?

I noticed that sending GET / (+CRLF) to some webservers (e.g. from a well-known search provider) results in a HTTP/1.0 200 OK message. Other webserver respond with a HTTP/1.0 400 error. To my ...
Richard's user avatar
  • 13
0 votes
0 answers
187 views

javascript and css files are encoded in nginx

I have a reverse proxy that returns only the javascript and css in some encoding. I do not know if it is encoded or just not decompressed. This is wat the server returns: ���^ style.css��;ks�:��;S��d�...
somedude's user avatar
0 votes
1 answer
387 views

PuTTY ssh tunnel (proxy) not supporting http(s) connections

I've setup PuTTY for using it as a proxy. here's a screenshot of my Tunnel panel for specifying a port to connect to and then in Windows settings, typing in the address for proxy and it only works ...
Cool guy's user avatar
  • 103
1 vote
1 answer
82 views

Redirecting specific subdomain with NGINX to point to a different website while using SSL

I have the following NGINX configuration: # HTTP Redirect server { listen 80 default_server; listen [::]:80 default_server; server_name _; return 301 https://$host$request_uri; } # ...
Rietty's user avatar
  • 113
0 votes
0 answers
290 views

Board cannot download a specific file from Apache HTTP server

In my company, I have to program boards that run on embedded Linux. We have a test sequence that opens an HTTP Apache server on port 80. It hosts 7 files that the board downloads. The board uses wget ...
Caenem's user avatar
  • 1
0 votes
1 answer
679 views

Serve file using nginx web server

Hi I have static file (song.mp3 under /song directory in the VM) that I would like to serve under path /song using nginx web server. If anybody visits the path in browser, the file should start ...
user89978's user avatar
0 votes
0 answers
90 views

Serving Static files from different folders

How can I publish multiple folders on a server to different locations or disks on a server? Example... mydomain.com/files I want /files to be able to see the contents of folders in c:/myvideos or f:/...
Jhon Lozano's user avatar
0 votes
0 answers
102 views

Nginx Downloads Slow From Browser - CURL/WGET Are Fine

I'm trying to serve large files (50-800mb) from a VPS using Nginx to host map files for a game server. Oddly, when downloading map files in game or in a browser I'm hitting only ~15mbps. When ...
user3731591's user avatar
1 vote
2 answers
459 views

404, 50x error handling HTML pages in nginx is not detected

nginx version: nginx/1.18.0 This is my 'nginx' conf default 'vhost': cat /etc/nginx/sites-enabled/000-default server { listen 80; listen [::]:80; server_name example.org; return 301 ...
Mévatlavé Kraspek's user avatar
2 votes
1 answer
656 views

How HTTP 1.1 and HTTP 2.0 works in Spring Boot?

What are the differences in flow changes for HTTP 1.1 and HTTP 2.0 for Spring Boot applications ?
Souptik Sarkar's user avatar
0 votes
1 answer
316 views

Redirect nginx port 80 to http2 443 fails [duplicate]

Searched tons of links on the web, I don't get why this conf doesn't redirect properly from http://example.com to https://example.com My nginx conf: # HTTPS server { listen 443 ssl http2; ...
Mévatlavé Kraspek's user avatar
-2 votes
1 answer
502 views

How browsers deal with ports? [closed]

Suppose I've a website created which is hosted, and running on port 5000. Now you are on a web browser (let's say chrome) visits the webpage. so does chrome sends a request from your PC to my server ...
Abhay Salvi's user avatar
0 votes
0 answers
59 views

Linode instance not responding to SSH/HTTP except when through GitHub Action

I have a Linode instance configured to run Django with Apache, and it has been working fine for the last 6 months. The instance runs on Ubuntu on shared CPU, with the kernal being "Latest 64 bit (...
Neil Lu's user avatar
2 votes
2 answers
3k views

HTTP and websocket on the same port and domain behind reverse proxy

I wanted to try Node-Red and have installed it on my Ubuntu server. This server runs an apache reverse proxy but I can't get it to work right. If I create a virtualhost for the HTTP connection I can ...
screendoor's user avatar
1 vote
0 answers
34 views

YARN + how to debug wget

we are testing with wget VIA port 8088 the connection from ResourceManager02 to ResourceManager01 both Resource Managers are part of YARN service , and each resource manager service installed on RHEL ...
King David's user avatar
0 votes
0 answers
481 views

Apache on OSX: "not running" and "already in use" for all processes?

OS: macOS Mojave 10.14.6 HTTP Server: Apache 2.4.55 When trying to restart apache server, I get "Address already in use..." message. Hm, so there must be a process that listens to that port, ...
pop's user avatar
  • 101

1
2 3 4 5
45