# Uploads paths have 80 port but protocol is https

**URL:** https://meta.discourse.org/t/uploads-paths-have-80-port-but-protocol-is-https/386793
**Category:** Support
**Created:** [October 27, 2025, 8:00am UTC](https://meta.discourse.org/t/uploads-paths-have-80-port-but-protocol-is-https/386793 "2025-10-27T08:00:54Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![adopilot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/adopilot/32/105040_2.png) [@adopilot](https://meta.discourse.org/u/adopilot)
#### Post date: [October 27, 2025, 8:00am UTC](https://meta.discourse.org/t/uploads-paths-have-80-port-but-protocol-is-https/386793/1 "2025-10-27T08:00:54Z")

</div>

Recently I restored my long running discource instance to new one.

My discource version are 3.6.0.beta2-latest.

Now I have problem that uploads do not works .

When I look into browser console i see lot of net::ERR\_SSL\_PROTOCOL\_ERROR errors.

When I take look at network tab i see that chrome trying to fetch url

`https://forum.robot.ba:80/uploads/default/optimized/4X/7/2/b/72be8d09005292d2f7ac37158b6d728a063f79ed_2_32x32.png`

If I manually remove port 80 or change protocol from https to http and I can open link manually in new browser window.

Any idea why my discource instance adding :80 to upload paths ?

I did search site settings for force https but seems that that is not tuned on or that settings does not exist anymore.

Is is something wrong inside my app.yml file i have following templates:

(I want to use letsencrypt since i do not have my SSL cert)

```plaintext
templates:

“templates/postgres.template.yml”

“templates/redis.template.yml”

“templates/web.template.yml”

“templates/web.ratelimited.template.yml”

Uncomment these two lines if you wish to add Lets Encrypt (https)

“templates/web.ssl.template.yml”

“templates/web.letsencrypt.ssl.template.yml”

```

---

_[View the full topic](https://meta.discourse.org/t/uploads-paths-have-80-port-but-protocol-is-https/386793)._
