This usually occurs because either of the following are true:
- The certificate is self-signed and not added as a trusted certificate.
- The certificate is expired.
- The certificate is signed by a root certificate that’s not installed on your machine.
- The certificate is signed using the fully qualified domain address of the server. Meaning: cannot use “xyzServerName” but instead must use “xyzServerName.ad.state.fl.us” because that’s basically the server name as far as the SSL cert is concerned.
- A revocation list is probed, but cannot be found/used.
- The certificate is signed via intermediate CA certificate and server does not serve that intermediate certificate along with host certificate.
Try getting some information about the certificate of the server and see if you need to install any specific certs on your client to get it to work.
Related Posts:
- The client and server cannot communicate, because they do not possess a common algorithm – ASP.NET C# IIS TLS 1.0 / 1.1 / 1.2 – Win32Exception
- The HTTP request was forbidden with client authentication scheme ‘Anonymous’. The remote server returned an error: (403) Forbidden
- Could not establish trust relationship for SSL/TLS secure channel — SOAP
- How to show a loading gif while an APi is being called in xamarin android?
- What is the { get; set; } syntax in C#?
- Can anyone explain IEnumerable and IEnumerator to me? [closed]
- Process cannot access the file because it is being used by another proess
- Getting mouse position in unity
- How to convert JSON to XML or XML to JSON?
- Virustotal Trapmine suspicious.low.ml.score
- How to make the script wait/sleep in a simple way in unity
- Could not load file or assembly or one of its dependencies
- All possible array initialization syntaxes
- What are the benefits to marking a field as `readonly` in C#?
- How to resolve “Input string was not in a correct format.” error?
- failed to load resource: the server response with a status 500 (internal server error)
- C# compiler error: “not all code paths return a value”
- The page was not displayed because the request entity is too large on IIS
- C# An established connection was aborted by the software in your host machine
- OnCollisionEnter() not working in Unity3D
- Difference between virtual and abstract methods
- How to open .dll files to see what is written inside?
- how does Request.QueryString work?
- C# Java HashMap equivalent
- System.Net.Http: missing from namespace? (using .net 4.5)
- Windows .NET API / Windows 7 / Bluetooth communication with Intel Curie Arduino / Genuino 101
- WFP Grid: MouseRightButtonDown firing occuring BEFORE SelectionChanged on grid. Causing syncing issue
- Extension methods must be defined in a non-generic static class
- Return multiple values to a method caller
- Regex that accepts only numbers (0-9) and NO characters
- Wait one second in running program
- Deserialize JSON with C#
- “Error while trying to run project: Unable to start program”. Can run program only once. Then VS needs restart
- How to resolve this System.IO.FileNotFoundException
- What is WebResource.axd?
- Fire ontextchanged() event of an asp:TextBox via Javascript
- C# Gridview CheckBox Field VS (Template Field + CheckBox)
- Extension methods must be defined in a non-generic static class
- Convert char to int in C#
- The remote server returned an error: (403) Forbidden
- How do I encode and decode a base64 string?
- How to add a delay for a 2 or 3 seconds
- How to keep console window open
- Tree data structure in C#
- Multiple file-extensions searchPattern for System.IO.Directory.GetFiles
- calling javascript function on OnClientClick event of a Submit button
- C# – Illegal characters in path
- Getting The ASCII Value of a character in a C# string
- Process exists with ExitCode 255
- The data types text and varchar are incompatible in the equal to operator in C#
- Name does not exist in the current context
- Unable to read data from the transport connection : An existing connection was forcibly closed by the remote host
- The remote server returned an error: (407) Proxy Authentication Required
- IsNumeric function in c#
- The calling thread must be STA, because many UI components require this in WPF
- The entity type
is not part of the model for the current context - Error when Building Project: Error building Player because scripts have compile errors in the editor
- Unity3D. Trying to send command for object without authority
- Recommendation for C# Matrix Library
- The type initializer for ‘MyClass’ threw an exception
- The server committed a protocol violation. Section=ResponseStatusLine ERROR
- Specified cast is not valid.. how to resolve this
- C# switch on type
- How to post JSON to a server using C#?
- C# Error (Cannot Implicitly convert type ‘string’ to ‘int’)
- EF CodeFirst: Either the parameter @objname is ambiguous or the claimed @objtype (COLUMN) is wrong
- How can I cast int to enum?
- What is the C# equivalent of friend?
- How to get relative path of a file in visual studio?
- Error Message: Type or namespace definition, or end-of-file expected
- Make first letter of a string upper case (with maximum performance)
- ‘An exception occurred during a WebClient request” while using C# ASP.NET
- How to download image from URL
- Visual Studio keeps crashing
- Is there an equivalent to the Scanner class in C# for strings?
- The opposite of the modulo operator?
- How can I implement static methods on an interface?
- How to add List<> to a List<> in asp.net [duplicate]
- get path for my .exe
- AddTransient, AddScoped and AddSingleton Services Differences
- Critical error detected c0000374 – C++ dll returns pointer off allocated memory to C#
- Linq select objects in list where exists IN (A,B,C)
- Unable to determine the principal end of an association between the types
- What is a quick way to force CRLF in C# / .NET?
- How to enable assembly bind failure logging (Fusion) in .NET
- How to make inline functions in C#
- Create html documentation for C# code
- C# Convert List
to Dictionary - Where can I read the Console output in Visual Studio 2015
- Differences between SFTP and “FTP over SSH”
- When should I use a List vs a LinkedList
- Remove punctuation from string with Regex
- Unity – How to stop Play Mode in case of infinite loop?
- Go To Definition: “Cannot navigate to the symbol under the caret.”
- Unity Scripts edited in Visual studio don’t provide autocomplete
- Why am I getting an Exception with the message “Invalid setup on a non-virtual (overridable in VB) member…”?
- What should I use an IEnumerable or IList? [duplicate]
- Convert JSON String to JSON Object c#
- C# Encoding a text string with line breaks
- member names cannot be the same as their enclosing type C#