An SSL certificate (Secure Socket Layer Certificate) is an X.509 certificate that is issued for the purpose of identifying peers in an SSL connection. It is assigned to a domain or hosting account.
0
votes
1answer
12 views
javax.net.ssl.SSLException: Not trusted server certificate on Galaxy Tab 7 only?
I have an application which connects to an HTTPS web service. I did not include any certificate in my application because the HTTPS is certified by VeriSign. As such, it should be a trusted ...
-1
votes
1answer
10 views
Update/Replace SSL certificates in Apache - how to configure [closed]
I am trying to replace some certificates in our Apache 2.x server that are about to expire. I have the new certificate files that should replace the existing ones, so I tried FTPing these and ...
-1
votes
1answer
21 views
what is Data Encipherment in a ssl certificate [closed]
Can someone please point me to good articles on understanding the 'key usage' property of a ssl certificate? what are the pros and cons of getting a certificate issued with 'Data Encipherment' as one ...
0
votes
2answers
33 views
WCF with SSL doesn't use any certifacte and fails
I have created a WCF with several calls and I want to protect it with Transport security so it'll go over SSL.
So I configured SSL in webmatrix since I'm using VS2012 + IIS Express like you can see ...
1
vote
1answer
17 views
ipv6 representation in SSL client subjectAltName
I have implemented a server which requires the client to present a TLS/SSL certificate, which will have IP addresses specified in its subjectAltName. Users presenting this certificate from a ...
0
votes
0answers
10 views
URL rewrite stopped working with https URL
I am developing a PHP based website. I made it live with HTTP URL and URL rewriting.
let suppose my domain is www.abc.com
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond ...
0
votes
0answers
10 views
setting ssl keystore at runtime in Jetty
Is it possible to change keystore at runtime? Currently I am setting up SSL before I do a server.start() -
sslContextFactory.setTrustStore(ks);
...
0
votes
0answers
11 views
Cant change Secure Canvas URL
Simply trying to change the Secure Canvas URL to the SSL one provided by hostgator hatchling account (as described at: ...
-1
votes
1answer
9 views
FB fanpage custom layouts
On my FBpage I wish to add custom tabs, within these tabs/iframes I want to external link my website (html/css, hosted on One.com, no SSL) so to achieve a fancy design, kind of like these:
...
0
votes
1answer
32 views
How to get a ssl certificate for java application from samba4 DC server?
We have a mail system which can modify active directory users/orgnization_unit via ldaps URL. It needs a server certificate stored in java keystore to make a ssl/tls connection.
Now I want to use ...
0
votes
1answer
16 views
Verify Incomming SSL Using OpenSSL S_Server
We are wanting to use two way certificate authentication using open ssl.
When we open s_server as follows, the client is able to connect to my server:
openssl s_server -accept 12345 -cert ...
0
votes
1answer
35 views
Java how to set up SSL Connection client-server
I have looked around already and googled about this, but I haven't been able to find a definitive answer.
Currently I have all the basic code done to support an SSL connection between clients and my ...
1
vote
1answer
25 views
Can ServiceStack JsonServiceClient send a get request to https w/self signed certificate?
I making a call to get using JsonServiceClient to serialize my request object. My server is using https and I created a self signed certificate.
It would appear that an exception is thrown when the ...
0
votes
1answer
22 views
Change 'Key Usage' of a certificate
Is it possible to change the 'Key Usage' property of an existing ssl certificate of a web site? Our goal is to host a web service so that a third party can integrate with our solution, and their ...
0
votes
1answer
30 views
Creating and Verifying Digital Signatures
Verify a digital signature of a file(doc/pdf) in PHP
i hv a project which requirement to ensure a doc or pdf file whatever it has a digital signature or not.If the file has a digital signature then ...
1
vote
0answers
28 views
Seeing SSLHandshakeException: Received fatal alert: certificate_unknown
I wanted server and client communication to happen via SSL . I have followed this link.
It says generate keypair and then generate server.private and server.public. Now when I run my server and ...
1
vote
1answer
41 views
Azure Cloud Service with SSL is not working
We want to configure SSL for our application in Windows Azure Cloud. As per the instructions in windows azure (ref: http://msdn.microsoft.com/en-us/library/windowsazure/ff795779.aspx),
1) we have ...
0
votes
1answer
27 views
SSL on Android <3.0
I would like to parse JSON which is secured with SSL (https), and on Android 2.x I obtain:
"No Peer Certificate Exception", and I don't know (almost) anything about certificates, can somebody explain ...
0
votes
1answer
19 views
Client side ssl certificate using Zend_Http_Client
i've been trying to set up a secure communication using client side certificate between my client application and my server application.
I've set up a the configuration in my apache web server and ...
0
votes
0answers
6 views
WebRequest Throws Null Exception When Untrusted Cert Process terminates unsuccessfully
I am attempting to use a .Net WebRequest to web services that are secured with a homemade cert. I have bypassed the verification process for the cert by assigning the validation event response
...
0
votes
1answer
7 views
SSL Cert Vendor Change
I am trying to prepare for the switch in the SSL certificate vendors.
For the the SSL validation, Our Tomcat web application uses a JKS file created from a DigiCert certificate ( *.cer files). Our ...
-1
votes
1answer
24 views
Multiple sites with SSL certificates on 1 ip [closed]
How can I host multiple sites with ssl certificates on 1 server with 1 ip running a nginx server?
1
vote
0answers
8 views
How to retrieve connection data in MBeanServer?
I'm new in JMX RMI. I need to authenticate many clients in one server. I use SSL certificates and I would like to retrieve some data from data from certificate to identify client. How to do it? How to ...
-1
votes
0answers
11 views
A way to manage https virtual hosts and their certificates [closed]
I want to provide hosting for websites with different TLD, every website is to be accessible through https only and all of them on single IP (by using SNI). Is there a way to configure either http ...
0
votes
1answer
34 views
Add SSL certificates in tomcat 7
I have a web application which tries to hit a https url. I have a set of 4 certificates which I import in one common file using keytool
keytool -import -v -alias a_base64 -trustcacerts -file ...
0
votes
1answer
42 views
Secure Websockets with Client Certificate Authentication using Twisted
I would like to know if there is an option to implement secure websockets (wss://) and client certificate based authentication with twisted ?
I followed the instructions on ...
0
votes
0answers
7 views
Cerificate error when uploading images to picasa
I am trying to upload images to picasaweb albums via APIs. But it gives the error as follows:
java.security.cert.CertificateException: No subject alternative DNS name matching picasaweb.google.com ...
0
votes
1answer
24 views
Aceepting any Client Certificate in SSL-Handshake
I'm using Netty on Android and server side to establish a SSL-secured connection with client-authentication. Now I'm having difficulties connecting with these certificates since SSLEngine declines ...
0
votes
0answers
48 views
LWP UserAgent - Sending Client Certificate to connect to remote host
I am new to perl and trying to figure out how to connect to a remote host. I have Client certificate that I need to pass in the http request to authenticate. I wrote this simple script to test it out ...
0
votes
1answer
41 views
Visual Studio 2012 + 403.7 Error
I've been spinning my wheels for a few days now not making any progress, and suggestions I've found thus far online haven't quite done the trick, so here goes:
I have a WCF service which ties ...
0
votes
1answer
14 views
Using SSL on main domain in WHM
I have one domain hosted on my memset virtual server running WHM/Cpanel. Although I do want to access the features of cPanel I don't want my domain to act like it is on a shared IP address as this ...
0
votes
2answers
36 views
Can I get an Intermediate Certificate to sign SSL Certificates for my own domain myself?
I am maintaining a project with quite a large server infrastructure.
At the moment I am using several SSL certificates for different subdomains, and that's not easy on the pocket.
A far more ...
0
votes
0answers
28 views
SDK keytool doesn't save
I have windows 8 64 bit and JDK 1.7 installed. I follow this guide to create a self-signed certificate and generating key pairs.
The problem is that: keytool starts and ask me the normal question ...
-2
votes
0answers
17 views
SSL validation is not proper
I got an issue from my client regarding SSl certificate validation is not proper. I'm not familiar with the SSL certification setup process. I dont have any certificate at my end.
Mainly I want to ...
2
votes
1answer
31 views
Apache SocketFactory compatible with java.net SocketFactory?
I'm making a request using Apache's DefaultHttpClient and I need to override the SSL call so that I can attach a custom SSLSocketFactory (essentially a client cert) to it. To do this, I create a new ...
0
votes
0answers
78 views
How to decrypt SSL traffic using SSLDUMP?
I have:
private key(server.key) and Certificate (server.cert) .
server.key password is foobar
Command:
cat server.cert server.key > server.pem
ssldump -Ad -k ~/server.pem -p foobar -i ...
0
votes
0answers
13 views
find and install certificate in my computer from my server
I want some directories in my server running centos to be visible only to some computers.
to do this they have to use a certificate.
I put this in my httpd.conf
SSLVerifyClient none
...
0
votes
0answers
78 views
Windows Phone Self Signed SSL Certificates
I have been trying to Install Self Signed Certificates on windows phone, with format *.jks certificates given to me by the server person , steps i did
1. Created Email account on the Windows Phone ...
-1
votes
0answers
11 views
automatic accept certificate between two servers (win 2008) [closed]
I have more complicated certificate issue: I have a main server contains website on win server 2008 r2 machine. The web site needs to communicate with a secondary server using web protocol. It works ...
1
vote
1answer
29 views
php site to create certificates (CSR) and (CRT) [closed]
I need to create a website in PHP to create CSR and CRT.
I can't use exec, system, or similars.
How can i do? I have a web form with the data to create a CSR.
I hope you can help me please.
Best ...
0
votes
1answer
124 views
Error: Could not establish trust relationship for the SSL/TLS secure channel with authority
I have a wfc VS 2010/C# program that has been running on a Win03 Server for 6 months without issue. The app uses a public key for a remote server to send a request and then our private key to decrypt ...
0
votes
1answer
41 views
In-House Certificate Authority (CA) for Node.js https.request: How to point to .PEM?
I recently updated from Node 0.8.xx to 0.10.5. Suddenly, my https.request calls started failing. I believe 0.8.x was not verifying certificates, but 0.10.5 is. We have some in-house certificate ...
0
votes
1answer
46 views
Should I use SHA-1 or SHA-2 with Heroku SSL Endpoint?
My DNS has an option to use SHA-1 or SHA-2 for the ssl certificate. Which one should I choose to be compatible with Heroku SSL Endpoint? Does either work?
0
votes
1answer
15 views
Is there a way to validate the broker's SSL certificate in django-celery?
I'm using django-celery do connect to a RabbitMQ broker through SSL (with the BROKER_USE_SSL setting). Is there a way to:
Verify the certificate of the broker when the connection is established.
...
0
votes
0answers
35 views
Programmatically populate SSL Certificates List of IIS
How do I programmatically populate the SSL certificate list of IIS?
I have a Windows Application that adds new website to IIS.
Here is a screenshot of IIS 7 for adding a new website.
I want to ...
0
votes
0answers
33 views
How can I add a certifcate to the Java keystore on my Android device?
I'd like to add a custom root certificate to my Java keystore on my Jellybean Android device. I found that one way of adding new certificated to the Android keystore is through "Settings" > "Security" ...
0
votes
1answer
47 views
When using Client Certificate Authentication, why do I keep getting NSURLErrorDomain Code=-1206?
The following code is me using code from previous posts about ios client certificate authentication. Every says this works, however why does it work for me?!?!
I keep getting the following error:
...
0
votes
2answers
39 views
Java - ssl certificate with JAX-WS client
I have imported the self sign certificate from the server using keytool and all work well.
Problem is that it works only when the CN name is use "example.corp.org" for the https: url with JAX-WS ...
1
vote
1answer
173 views
Getting sun.security.validator.ValidatorException: PKIX path building failed Error
My application calls a web service in order to authenticate a specific user in that web service. That web service has their own self-signed CA certificate. I am using POST REST call to that service to ...
0
votes
1answer
53 views
Downloading SSL server certificates to iOS/Android app
We have developed an app for both iOS and Android that communicates with a server via REST calls. In order for a user to be able to login for the first time to the app, they have to first download the ...


