cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

Hi,

I have running Nextcloud instance, everything seems to work fine but when I want to add APP from GITHUB - for example Contacts app, I get the following error:

cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

Here are more details about setup/system/environment:

Regards,
vermaden

Hi,

Can you please run curl from the command line and send the output?
I believe the right command would be
curl -v github.com:443

If this fails, then it is not a Nextcloud issue.

# curl -v github.com:443
* Rebuilt URL to: github.com:443/
*   Trying 192.30.253.112...
* TCP_NODELAY set
* Connected to github.com (192.30.253.112) port 443 (#0)
> GET / HTTP/1.1
> Host: github.com:443
> User-Agent: curl/7.54.1
> Accept: */*
>
* Recv failure: Connection reset by peer
* stopped the pause stream!
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer
#

Good job, now you could google a little bit :wink:

Please check the mentioned cases. One of them should help you solve this problem. Maybe it’s the firewall.

I was told by out ‘network team’ that access to github.com:443 is set to allow so its probably server issue or curl issue … but of course they lied and now as they REALLY allowed access to github.com:443 everything works properly.

Thanks You for suggestions and sorry for wasting your time.

Regards,
vermaden

No problem at all :slight_smile:
I’m glad you could solve the problem!

Maybe you can mark this thread as solved, so others don’t need to look into it.

Where can I mark it as solved?