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 are no errors at all.
However, after digging deeper and changing the code, i understood that server responds with a 302 HTTP status (to the HTTPS url). fsockopen can't properly work with redirections.
When i change fsockopen to use SSL, then server return 400 HTTP status.
Cockpit/modules/App/Helper/Async.php
Line 123 in 21643a1
If my website is forced to HTTP though server, then fsocket is not working.. And errors not logged..
The text was updated successfully, but these errors were encountered: