support HTTPS servers with Mozilla's "Modern compatibility" TLS #918
Comments
the error happens when running |
I got the same issue from Packagist.org trying to register a package from a Gitea install with a restrictive (TLS v1.2-only, SNI, HSTS) SSL certificate: https://git.friendi.ca/friendica/php-json-ld It looks like the GNU TLS library could get an update. Cloning the repository from my personal machine works fine. |
@Seldaek can you check the TLS library used by git on the packagist server ? |
Just run into this too, what's the status on this? |
Thanks to this weekend's server maintenance/migration we now should have support for this. |
Thanks, it works now! https://packagist.org/packages/friendica/json-ld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Servers configured with this [1] don't work, with [2] do work when importing repositories:
[1] https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility
[2] https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29
The text was updated successfully, but these errors were encountered: