#61463 closed defect (bug) (duplicate)
The "is_ssl()" function fails to get the correct protocol when WordPress is deployed on an upstream server.
| Reported by: | yanand | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 6.6 |
| Severity: | normal | Keywords: | dev-feedback |
| Cc: | Focuses: | coding-standards, php-compatibility |
Description
When WordPress is deployed on an upstream server with its port set to 80, and the upstream server (such as Nginx) handles HTTPS requests on port 443, the is_ssl() function in WordPress may malfunction, leading to UI issues where some resources stop to load.
Change History (3)
This ticket was mentioned in PR #6853 on WordPress/wordpress-develop by yananhub.
2 years ago
#1
- Keywords has-patch added
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
When WordPress is deployed on an upstream server with its port set to 80, and the upstream server (such as Nginx) handles HTTPS requests on port 443, the is_ssl() function in WordPress may malfunction, leading to UI issues where some resources stop to load.
Trac ticket: https://core.trac.wordpress.org/ticket/61463