Replies: 3 comments 4 replies
|
Hi @Jimmi08,
I overwrote version 2.4 on GitHub, updated all three processes, and everything is OK! Description Action |
|
@e107help thanks for the quick fix I know what it means, but there were exceptions before with debug on not asking for SSL with CURL. Was it changed or something? |
|
The correct answer was to add this to e107_config.php on localhost: Follow-up — the CA bundle was only half of the story Thanks for the cacert.pem advice — it was correct and it did fix the To isolate it, we added a Diagnostics page to our githubSyncLite plugin Finding: the SSRF guard depends on
Meanwhile, in the same run:
So nothing is wrong with the network, TLS, or the certificates. The Why this is confusing for admins Two completely different failures currently end in the Github-sync
Message 2 mentions schemes and private IPs, so it sends people Suggestion (question) Would a resolver fallback be acceptable? I.e. when Independently of that, splitting the message would help a lot: Screenshots attached: — CA bundle green, Edit: better images
|









Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have synced the core latest version on my localhost.
After next attempt to sync - it is not working, blank page (not white), no php errors in logs, just silent failing. It asks Are you sure and then nothing. I tried to set csrf_enforce to browser or any, no help. I tried it with debug on and off, no change.
And my avatar is gone too. But this I noticed on Lite during 2.3.10 changes (I just haven't had time for it), so it is not something new.
http://localhost/e107-core-2.4/thumb.php?src=%7Be_IMAGE%7Dgeneric%2Fblank_avatar.jpg&w=30&h=30
returns Bad URL but file is there
I haven't tried fresh install yet.
All reactions