Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#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

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

#2 follow-up: @joemcgill
2 years ago

  • Keywords has-patch removed
  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Hi @yanand, and welcome to Trac! This issue has previously been come up in #31288. This comment provides more context about why this has not been addressed.

Last edited 2 years ago by joemcgill (previous) (diff)

#3 in reply to: ↑ 2 @yanand
2 years ago

Replying to joemcgill:Thanks for your replying.

Hi @yanand, and welcome to Trac! This issue has previously been come up in #31288. This comment provides more context about why this has not been addressed.

Note: See TracTickets for help on using tickets.