[ 
https://issues.apache.org/jira/browse/IGNITE-15915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444521#comment-17444521
 ] 

Ignite TC Bot commented on IGNITE-15915:
----------------------------------------

{panel:title=Branch: [pull/9566/head] Base: [master] : Possible Blockers 
(7)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Windows){color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=6271512]]
* exe: ClientConnectionTest.TestSslConnectionWithoutClientAuth - History for 
base branch is absent.

{color:#d04437}Cache 2{color} [[tests 0 TIMEOUT , Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=6271533]]

{color:#d04437}SPI{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=6271582]]
* IgniteSpiTestSuite: 
TooManyOpenFilesTcpCommunicationSpiTest.testTooManyOpenFilesErr - Test has low 
fail rate in base branch 0,0% and is not flaky

{color:#d04437}ZooKeeper (Discovery) 3{color} [[tests 
2|https://ci.ignite.apache.org/viewLog.html?buildId=6271587]]
* ZookeeperDiscoverySpiTestSuite3: 
CacheContinuousQueryOperationP2PTest.testTxClient - Test has low fail rate in 
base branch 0,0% and is not flaky
* ZookeeperDiscoverySpiTestSuite3: 
CacheContinuousQueryLongP2PTest.testTxReplicatedClient - Test has low fail rate 
in base branch 0,0% and is not flaky

{color:#d04437}ZooKeeper (Discovery) 4{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=6271588]]
* ZookeeperDiscoverySpiTestSuite4: IgniteCachePutRetryAtomicSelfTest.testPutAll 
- Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}SPI (URI Deploy){color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=6271591]]
* IgniteUriDeploymentTestSuite: 
GridUriDeploymentMd5CheckSelfTest.testMd5DirectoryCheck - Test has low fail 
rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/9566/head] Base: [master] : New Tests 
(10)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#00008b}Platform .NET (Windows){color} [[tests 
4|https://ci.ignite.apache.org/viewLog.html?buildId=6271512]]
* {color:#013220}exe: RawSecureSocketTest.TestHandshake(False) - PASSED{color}
* {color:#013220}exe: RawSecureSocketTest.TestHandshake(True) - PASSED{color}
* {color:#8b0000}exe: ClientConnectionTest.TestSslConnectionWithoutClientAuth - 
FAILED{color}
* {color:#013220}exe: ClientConnectionTest.TestSslConnectionWithClientAuth - 
PASSED{color}

{color:#00008b}Platform .NET (Core Linux){color} [[tests 
4|https://ci.ignite.apache.org/viewLog.html?buildId=6271505]]
* {color:#013220}dll: RawSecureSocketTest.TestHandshake(False) - PASSED{color}
* {color:#013220}dll: RawSecureSocketTest.TestHandshake(True) - PASSED{color}
* {color:#013220}dll: ClientConnectionTest.TestSslConnectionWithoutClientAuth - 
PASSED{color}
* {color:#013220}dll: ClientConnectionTest.TestSslConnectionWithClientAuth - 
PASSED{color}

{color:#00008b}Queries 1{color} [[tests 
2|https://ci.ignite.apache.org/viewLog.html?buildId=6271580]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite: 
BusyExecutorTest.testReactivationCancellableWontStart - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite: 
BusyExecutorTest.testReactivationWontStart - PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6271599&buildTypeId=IgniteTests24Java8_RunAll]

> .NET thin: SSL keystore shouldn't be a mandatory parameter
> ----------------------------------------------------------
>
>                 Key: IGNITE-15915
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15915
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.5
>            Reporter: Stanislav Lukyanov
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.13
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, SslStreamFactory can't be configured without specifying 
> client-side certificates. 
> This shouldn't be the case - SSL can be used without any certificates on the 
> client.
> Workaround:
> {code}
> class SimpleSslStreamFactory : ISslStreamFactory {
>     public SslStream Create(Stream stream, string targetHost)
>     {
>         var sslStream = new SslStream(stream, false, null, null);
>         sslStream.AuthenticateAsClient(targetHost);
>         return sslStream;
>     }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to