-
Using Mono 4.4.1 the build fails.
Also please can you add a M2mqttMono.sln?
[andrea@laptop M2Mqtt]$ xbuild M2Mqtt.Mono.csproj
XBuild Engine Version 14.0
Mono, Version 4.4.1.0
Copyright (C) 2005-2013…
-
![Tracert PSGallery](https://user-images.githubusercontent.com/90431072/132785212-fdeb46c1-a405-4ea6-a82e-1969c636d851.JPG)
![PSGallery fail](https://user-images.githubusercontent.com/90431072/132784…
-
Building on MacOS 12.5 with XCode 14:
```
[239/594] Building C object CMakeFiles/s2n_client_hello_test.dir/tests/unit/s2n_client_hello_test.c.o
/Volumes/workplace/s2n-tls/tests/unit/s2n_client_hell…
-
Might need to add
System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls11 | System.Net.SecurityProtocolType.Tls12;
for the system to use the ne…
-
## Bug Report
#### Current Behavior
Scoop 0.5.0+: https://build.ci.opensearch.org/job/docker-build/5918/console
```
PS C:\> scoop bucket add java
[91mSelect-CurrentVersion : The term 'Sele…
-
```
Unhandled exception. System.NotSupportedException: The requested security protocol is not supported.
at System.Net.ServicePointManager.ValidateSecurityProtocol(SecurityProtocolType value)
…
-
## Description
I am brand new to using the library, but wanted to share an issue that I ran into connecting to our neo4j instance over SSL. I was following the getting started example and had the fol…
-
**Issue**: When testing the connection on a server which _only_ TLS 1.2 enabled, the test connection fails:
![image](https://user-images.githubusercontent.com/23237561/65266468-208b2f00-dae1-11e9-8…
-
A nice reference for this is [`axum-server`](https://github.com/programatik29/axum-server/blob/master/Cargo.toml#L17-L18)
```toml
tls-rustls = ["tls-rustls-no-provider", "rustls/aws-lc-rs"]
tls-rus…
-
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
did not fix the issue to connect thru TLS1.2. We are still unable to connect to the api. We get the below exception
nhandled Ex…