Questions tagged [http-status-code-403]

403 Forbidden: The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

236 questions
1
vote
2 answers

403.16 - Client certificate is untrusted or invalid - IIS 6 - Windows Server 2003

i get the following error page if i try to open a https page on my server: "Client certificate is untrusted or invalid" The Server was already working, i had to renew the certificate because it expired. I checked all certificates twice (mmc) but…
noOne
  • 11
  • 1
  • 2
1
vote
2 answers

Setting htdocs folder in Dropbox folder - Access Forbidden - Linux

i use Linux and i did the following procedures to move htdocs files in Dropbox : mkdir ~/Dropbox/www/ ln -s ~/Dropbox/www/ /opt/lampp/htdocs/ and when i try to access this folder i get Access forbidden! You don't have permission to access the…
Rafael
  • 113
  • 1
  • 4
1
vote
1 answer

IIS7, .NET1.1, aspx page returning 403

I'm trying to set up a web service, used by our software, on a customer's server. The web service requires .NET 1.1 aspx, etc..., as it was written some time ago and will not be re-written. .NET 1.1 has been installed and the application pool for…
SteveC
  • 11
  • 1
1
vote
1 answer

chown/chgrp not effective (fedora, apache2)

I'm getting a 403 forbidden error when my webserver tries to load a file I created as 'root'. If I chown and chgrp it to the right user name, it doesn't help. It also does't help if I chmod 777 the file The only thing that works is using 'cp' while…
randylubin
  • 13
  • 2
1
vote
2 answers

Lighttpd 403 forbidden errors

I'm in the process of replacing Apache with Lighty and I'm having some trouble. The index of the page loads fine, but whenever I try to go into a subdirectory I will get a 403 forbidden error. It does not matter which directory. I have tried…
Richard
1
vote
1 answer

IIS7 Reverse Proxy For Subversion 403

I have setup IIS7 and using ARR for my reverse proxy. I have setup a blank rule with the rule https: //sub.example.com/(.*) which redirects to https://localhost:8443/{R:1}. This seems to be working well except I am getting a 403 error... Any…
1
vote
1 answer

Passenger not working with SSL on Apache 2

I have a Rails app running on Passenger; It works as expected over unencrypted connections. I also have a working Apache SSL setup; I can access any static file available via http with https. When I try to access the Rails app via https, I get a 403…
1
vote
1 answer

Trapping misformatted paths to Redirect to 404 instead of returning 403

Owing to an error long ago our company web site has been serving image URLs containing a significant amount of white space. E.g. http://www.example.com/ /assets/ProductPhotos/image.png Somehow, browsers have handled this…
1
vote
1 answer

403 Forbidden on initial load after installing NextCloudPi

I am making this post mostly for awareness in case anyone else is having a similar issue. Story I am running nextcloudpi (nextcloudpi.ownyourbits.com) on a Raspberry Pi 4 8GB using the Debian Buster install script. Note: the OS is Raspberry Pi OS…
1
vote
0 answers

CloudFront gives 403 error when accessing a web app hosted outside AWS through the configured subdomain

I've been tasked with setting up our web app on CloudFront. Our web app is hosted on an Ubuntu server that is completely outside AWS. I have little to no experience with CDNs, but I've made some decent progress on it. Unfortunately, the docs are…
fronzee
  • 185
  • 1
  • 3
  • 10
1
vote
0 answers

nginx 403 Forbidden error, no error log. New installation on existing ubuntu 20.04 system

Trying to understand why this new installation of nginx is not serving any files at all. I have a minimal website configuration. (rtmp was working last I checked but that has not been needed in a while. Just added the port 80 configuration. I…
Dennis
  • 167
  • 1
  • 12
1
vote
2 answers

fail2ban weird ban behaviour bans not IP properly

I'm try to ban all suspect 403 errors via fail2ban. So I created this jail # block 403 errors [apache-403] enabled = true filter = apache-403 port = http,https logpath = /var/log/apache2/other_vhosts_access.log bantime = 3600 maxretry = 5 ignoreip =…
1
vote
1 answer

How can you redirect from HTTP to HTTPS where IAP is configured with GCP Load Balancers?

I've currently got a website hosted on Google Compute Engine that's authenticated with Identity-Aware-Proxy which sits behind a load balancer. This all works great over https, but I was wanting to make sure that http redirects to https as it…
1
vote
1 answer

Why does my web server throw 403 Forbidden when trying to use HTTPS?

I want traffic on my web server to be served securely. I'm running Ubuntu server 20.04 with Abyss Web Server, which has native support for using Let's Encrypt certificates. I followed all the instructions found on their website exactly, but when…
pigeonburger
  • 188
  • 13
1
vote
0 answers

Why does the content owner needs a CMS account to retrieve revenue data from youtube api?

I am trying to retrieve revenue details from YouTube API from content owner's account (using OAuth) but I am getting the same 403 response. Do the content owner needs a CMS account to retrieve revenue data from youtube api?