Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad SSL certificate overcome #3

Open
Joon-Klaps opened this issue Dec 21, 2023 · 0 comments
Open

Bad SSL certificate overcome #3

Joon-Klaps opened this issue Dec 21, 2023 · 0 comments

Comments

@Joon-Klaps
Copy link

I got a security thread from the https://nextnuc.gbiomed.kuleuven.be and checked their SSL certificate with https://whatsmychaincert.com/.

Because of this, curl didn't get complete responses:

nextcloud_share_url_downloader.sh https://nextnuc.gbiomed.kuleuven.be/index.php/s/TOKEN
Enter NextCloud share password: 


Listening content of "https://nextnuc.gbiomed.kuleuven.be/index.php/s/TOKEN?path=" via WebDAV:
  - NextCloud host URL:      nextcloud_host_url="https://nextnuc.gbiomed.kuleuven.be"
  - NextCloud share token:   nextcloud_share_token="TOKEN"
  - NextCloud share subdir:  nextcloud_share_subdir=""


Give list of file numbers to download and or directories to list: 2

Error: File or dir number "2" does not exist.

This can be overcome by adding the argument --insecure to the curl command.

I'm not a web developer so I'm not entirely aware of the consequences of using --insecure with curl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant