https for my domain don't work

Hello all,

my domain on godaddy.com is do4you.io,

http per browser works.
openssl s_client -connect do4you.io:443 works,

but
curl don't work:
[root@172-104-232-26 ~]# curl --cacert /etc/ssl/certs/do4you.crt https://do4you.io
<title>403 Forbidden</title>

<center>

403 Forbidden

</center>
<center>nginx/1.20.1</center>

and wget don't work too:
[root@172-104-232-26 ~]# wget https://do4you.io
--2023-02-23 14:51:50-- https://do4you.io/
Resolving do4you.io (do4you.io)… 2a01:7e01::f03c:93ff:fe5a:e181, 172.104.232.26
Connecting to do4you.io (do4you.io)|2a01:7e01::f03c:93ff:fe5a:e181|:443… connected.
HTTP request sent, awaiting response… 403 Forbidden
2023-02-23 14:51:51 ERROR 403: Forbidden.

Please can you help me ?

Thank you in advance,
Best regards,
Mihai Coanda

2 Replies

Well the good news is that your DNS records are resolving and your SSL cert redirects me to the HTTPS version of the NGINX 403 error. Blast from the past - it looks like you had previously found the answer in this post:
https://www.linode.com/community/questions/22470/nginx-error-403-forbidden

From that post, you should make sure your NGINX and /var/www/* directories are using the correct permissions and ownership.

Thanks for the link, it is very useful for me. I also would like to help you by sharing the https://samedaypapers.com/write-my-speech/ website with you. If you are not so good at writing your speech assignment then you can take help from their professional essay writers who will write your speech assignment.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct