Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
The request was aborted: Could not create SSL/TLS secure channel. (Github)

I cloned the Pro3D repository and followed the instructions in the README file. Everything worked fine, but when I call build I get this error:

The request was aborted: Could not create SSL/TLS secure channel. (Github)

1
1
Posted 5 years ago
Votes Newest

Answers


Found the answer: The problem seems to be an old version of paket.

First thing to try: delete paket.exe and Paket.Restore from the folder .paket, then execute paket.bootstrapper.exe.

For me this didn't work, so I downloaded the latest version of paket.bootstrapper.exe manually and executed that. The file is called paket.exe in the official repository, so you have to rename it to paket.bootstrapper.exe.

https://github.com/fsprojects/Paket/blob/master/.paket

  
  
Posted 5 years ago
4K Views
1 Answer
5 years ago
3 years ago
Tags