Azure / Azure/hpcpack

SSL connection fails when creating DurableSession.

Open
#37 1 comment 0 reactions 0 assignees View on GitHub
question
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.