You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no warning if you have a valid certificate (or accepted a self-signed one).
Webtest: The main stumbling blocks are going to be the jetty/jenkins environment, and how to reliably test ajax requests and dynamic content. (The latter already causes sporadic test failures.)
#2594 was nagging at me all night.
I did a review of the code base, and there doesn't appear to be a reason why getCurrentSchema() couldn't return https when assume_secure_protocol = 1.
This would eliminate the special cases in the code. So, let's refactor and clean this up.
The text was updated successfully, but these errors were encountered: