SSL connection fails when creating DurableSession.
- Dominant language
- PowerShell
- Stars
- 34
- Forks
- 19
- Avg merge
- 41m
- Merged PRs (30d)
- 4
Description
#### Problem Description
HPC Pack .Net SDK (6.3.8022-beta)
*** Exception ***
The SSL connection could not be established, see inner exception.
The remote certificate was rejected by the provided RemoteCertificateValidationCallback.
#### Steps to Reproduce
var info = new SessionStartInfo(headnode, SERVICE_NAME)
{
SessionResourceUnitType = SessionUnitType.Core,
Secure = false,
Username = user,
Password = password,
//ServiceHangTimeout = 60 * 10
UseWindowsClientCredential = true,
TransportScheme = TransportScheme.NetTcp,
LocalUser = true
};
// Get System.Net.Http.HttpRequestException
DurableSession session = DurableSession.CreateSession(info);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.