tagged [ssl]

Https Connection Android

Https Connection Android I am doing a https post and I'm getting an exception of ssl exception Not trusted server certificate. If i do normal http it is working perfectly fine. Do I have to accept the...

13 Aug at 16:1

What version of TLS does my C# program use?

What version of TLS does my C# program use? I develop a C# program in Visual Studio 2013 which communicates with a SOAP webservice. How can I tell which version of TLS my program uses?

How can I set the Secure flag on an ASP.NET Session Cookie?

How can I set the Secure flag on an ASP.NET Session Cookie? How can I set the Secure flag on an ASP.NET Session Cookie, so that it will only be transmitted over HTTPS and never over plain HTTP?

18 Sep at 06:29

keytool error bash: keytool: command not found

keytool error bash: keytool: command not found I have tried to execute keytool from Java bin directory but I get an error with warning bash: keytool: command not found.

10 Jun at 10:28

How to check if a X509 certificate has "Extended Validation" switched on?

How to check if a X509 certificate has "Extended Validation" switched on? I'm struggling to find a reliable way to check from my C# (.Net 4.0) application if an X509Certificate (or X509Certificate2) h...

5 Feb at 10:21

How to send\recive SslStream from TCP server in C#?

How to send\recive SslStream from TCP server in C#? How to send\recive SslStream from TCP server in C#? I need a simple tutorial on baciks of TCP stream protection using Sockets, SSLStreams and simple...

3 Jun at 14:23

Servicestack, securing traffic

Servicestack, securing traffic I have a .Net MVC app thats running under https. And I need that app to call a web service. Not a self hosted app. Im using Servicestack for the web service How do I sec...

27 Jun at 10:27

iOS9 getting error “an SSL error has occurred and a secure connection to the server cannot be made”

iOS9 getting error “an SSL error has occurred and a secure connection to the server cannot be made” Since I upgraded my existing project with iOS 9, I keep getting the error : > An SSL error has occur...

How to send an HTTPS GET Request in C#

How to send an HTTPS GET Request in C# > Related: [how-do-i-use-webrequest-to-access-an-ssl-encrypted-site-using-https](https://stackoverflow.com/questions/560804/how-do-i-use-webrequest-to-access-an-...

23 May at 12:10

Where does .net core search for certificates on linux platform

Where does .net core search for certificates on linux platform On Windows, for .NET Framework classes we can specify `sslkeyrepository` as *SYSTEM/*USER.On `linux` where does the .NET Core classes sea...

How to configure SSL certificates with Charles Web Proxy and the latest Android Emulator on Windows?

How to configure SSL certificates with Charles Web Proxy and the latest Android Emulator on Windows? I would like to use Charles web proxy to work with the Android emulator in Windows. I've successful...

How can I create keystore from an existing certificate (abc.crt) and abc.key files?

How can I create keystore from an existing certificate (abc.crt) and abc.key files? I am trying to import a certificate and a key file into the keystore but I'm unable to do that. How can I create a k...

16 Dec at 10:49

Server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

Server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none I can push by clone project using ssh, but it doesn't work when I clone project with https. The error m...

16 Oct at 10:56

Are HTTPS URLs encrypted?

Are HTTPS URLs encrypted? Are all URLs encrypted when using TLS/SSL (HTTPS) encryption? I would like to know because I want all URL data to be hidden when using TLS/SSL (HTTPS). If TLS/SSL gives you t...

29 Apr at 18:0

How to fix curl: (60) SSL certificate: Invalid certificate chain

How to fix curl: (60) SSL certificate: Invalid certificate chain I get the following error running `curl https://npmjs.org/install.sh | sh` on Mac OSX 10.9 (Mavericks): How do I fix this?

31 Oct at 17:13

Determine SSL Certificate Expiration Date IIS

Determine SSL Certificate Expiration Date IIS I need to determine the expiration date of the SSL certificates on my IIS boxes programatically. Ideally I would want to do this in C#, but if VB script i...

5 May at 18:5

Import PEM into Java Key Store

Import PEM into Java Key Store I am trying to connect to an SSL server which requires me to authenticate myself. In order to use SSL over Apache MINA I need a suitable JKS file. However, I have only b...

26 Jan at 11:6

How to determine SSL cert expiration date from a PEM encoded certificate?

How to determine SSL cert expiration date from a PEM encoded certificate? If I have the actual file and a Bash shell in Mac or Linux, how can I query the cert file for when it will expire? Not a web s...

11 Dec at 11:28

How can I convert a PFX certificate file for use with Apache on a linux server?

How can I convert a PFX certificate file for use with Apache on a linux server? How can I convert a PFX certificate file for use with Apache on a linux server? I created the PFX from Windows Certifica...

8 Jan at 01:12

ServiceStack SelfHost SSL Support

ServiceStack SelfHost SSL Support i am trying to find a way to enable SSL on SelfHost ServiceStack, as this requires administrative rights today for using "Net SH", as well as the fact this is "Not Cl...

29 Oct at 18:35

How to convert a private key to an RSA private key?

How to convert a private key to an RSA private key? Let me explain my question first. I bought a certificate from a CA and used the following format to generate the csr and the private key: When I ope...

How do you test a public/private DSA keypair?

How do you test a public/private DSA keypair? Is there an easy way to verify that a given private key matches a given public key? I have a few `*.pub`and a few `*.key` files, and I need to check which...

23 Jul at 06:59

Powershell Invoke-WebRequest Fails with SSL/TLS Secure Channel

Powershell Invoke-WebRequest Fails with SSL/TLS Secure Channel I'm trying to execute this powershell command `Invoke-WebRequest -Uri https://apod.nasa.gov/apod/` and I get this error. https requests ...

30 Nov at 04:51

How do you use https / SSL on localhost?

How do you use https / SSL on localhost? I would like to know how to setup SSL on my web application on the localhost. I have no background in doing this, would appreaciate guidance. I already finishe...

3 May at 19:16

How do I secure my service using SSL for Services created using Service stack?

How do I secure my service using SSL for Services created using Service stack? I would like to secure my REST service implemented over the Service Stack, by means of X509 certificates? I will be hosti...

14 Jan at 10:52