Skip to content

User friendly error message for SSL errors #601

User friendly error message for SSL errors

User friendly error message for SSL errors #601

Re-run triggered June 17, 2026 20:16
Status Success
Total duration 3m 14s
Artifacts

CI.yml

on: pull_request
build-and-deploy
3m 6s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L57
Possible null reference argument for parameter 'transport' in 'DuplexPipeStreamAdapter<SslStream> HttpsConnectionMiddleware.CreateSslDuplexPipe(Stream transport, MemoryPool<byte> memoryPool)'.
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L266
'SslStream.KeyExchangeStrength' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L264
'SslStream.KeyExchangeAlgorithm' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L262
'SslStream.HashStrength' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L260
'SslStream.HashAlgorithm' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L258
'SslStream.CipherStrength' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L256
'SslStream.CipherAlgorithm' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L264
'ExchangeAlgorithmType' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L260
'HashAlgorithmType' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L256
'CipherAlgorithmType' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)