Tagged Questions
0
votes
0answers
21 views
How to detect and add SSL certificates to browser in Javascript?
When facing an untrusted SSL certificate, all browsers show a dialog asking you to accept or add the exception. This has been discussed in this link. I am interested in finding a way in Javascript to ...
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);
...
-1
votes
1answer
24 views
Self signed SAN certificate failed to be verifed [closed]
I followed this instruction to create a self-signed certificate
http://apetec.com/support/GenerateSAN-CSR.htm. However, the certificate is always failed to be verified and my tls connection program ...
1
vote
0answers
26 views
Sending SSL Certificates with ActiveXObject WinHttpRequest
I need to send a SOAP envelope to a URL but the connection requires certification. Trying to submit without returns:
WinHttp.WinHttpRequest error '80072f0c'
A certificate is required to complete ...
1
vote
2answers
53 views
does it required to have individual server SSL certificate for each embedded device?
I have an embedded device which runs a web server.I need to integrate the server SSL certificate for the web server. If I have multiple such boxes, is it required to have different SSL for each box?
0
votes
1answer
31 views
How to convert an SSL certificate in linux
Is there a way how to convert certificates between cer/pem/crt/der/pfx/p12 in Linux? I have an SSL certificate in a .cer file and I need it to be .pem in order to use it.
How can I convert it?
2
votes
1answer
23 views
What do the different status error codes for the CheckValidationResult certificateProblem parameter stand for?
In the MSDN Example of the ICertificatePolicy interface, there is an enum which lists all the possible status error codes that can be returned via the ValidationCallback:
public enum ...
0
votes
0answers
46 views
Android - Simple DropBox application
I'm trying develop simple DropBox app. Using example on:
https://www.dropbox.com/developers/sync/start/android
I write something like this:
public class MainActivity extends Activity
{
final ...
0
votes
0answers
18 views
how to Configuration .der certificate in apache?
this is my first time to configure certificate on apache. don't now how to configure certificate file cert.der.In httpd.conf have to define three filesSSLCertificateFile ...
4
votes
2answers
139 views
Verifying server Verisign certificates throws Not trusted server certificate exception
I have a problem verifying Verisign certificate when trying to connect with HttpsURLConnection to our backend.
Current certification chain:
$openssl s_client -connect host:443
0 ...
2
votes
1answer
32 views
MySQL over SSL with self signed certificate
I'm setting up a mysql server and am trying to have a mysql client connect to it over SSL. I'm going to be using a self signed certificate for the same. Reading the MySQL documentation on setting up ...
2
votes
1answer
95 views
Apache “SSLSessionCacheTimeout” with Client Certs
After logging onto my web app, users need to authenticate with a X.509 cert.
After a period of inactivity, a user will try to continue using the site. At that point, a new session will be attempted ...
0
votes
1answer
75 views
keytool erorr bash: keytool: command not found
I have tried to execute keytool from Java bin directory but I get an erorr with warning bash: keytool: command not found.
root@xxxxxx]# keytool -genkey -alias mypassword -keyalg RSA
bash: keytools: ...
0
votes
0answers
22 views
What type of certificate do I need for a captive portal?
I have a wireless network which allows users to connect, and forces them to a captive portal similar to what you find in hotels/airports. The captive portal ensures that the users register their ...
0
votes
0answers
61 views
Secure websocket server on local iOS device
I currently have a websocket server running in an iOS app that my web app connects to. It works excellently with Safari and Chrome but fails on Firefox for security reasons because my webapp runs over ...
0
votes
0answers
12 views
Use SSL Certificates to for Authorization by checking explicitly for correct certificate?
we develop an application where different components communicate over the network. To simplify my example, just assume we have 3 Components. 1 Server and 2 Clients.
These communicate via SSL. To have ...
0
votes
0answers
17 views
Get certificate data in web service server
I have a web service built with java, axis2 and rampart for security. All communication is with signed and encrypted soap messages over https. The client has requested that they do not want to use any ...
1
vote
1answer
102 views
PHP - SSL socket client certificate
I am currently using a tcp socket to exchange data between a server and a client using socket streams in PHP. I want each client to have a unique certificate (which I will generate for them) to access ...
0
votes
0answers
41 views
Test REST with SSL over linux command line
I have an https URL on which I need to send POST request and use a client certificate for authentication. The client certificate is in a .p12 keystore file.
Is there a linux command(s) that will ...
0
votes
0answers
41 views
Java, pass a Certificate during runtime
This is my problem, I'm loading the certificate(public key to access a SMTP server, STARTTLS) from a database, because I have a requirement that the certificate shouldn't be locally on the machine.
...
0
votes
1answer
188 views
Android SSL No peer certificate
I've got an exception: No peer certificate
When I'm asking google, then i get solution, where i'm trusting all certificates. But answers of this question are, it's insecure.
So I called the class:
...
1
vote
0answers
67 views
Transport Security with WCF, IIS, along with client authentication.. is it possible or not?
I can find out few similar questions on SO regarding this, but I am quite unsure about the answer to this. I get more and more confused as I read through different posts on this. So asking this for my ...
0
votes
0answers
77 views
Why my Android browser cannot download the JSON file?
I want to connect to a web server which requires accepting client certificate. I'm using my Android phone browser to open up the web page. It's supposed to display the JSON data sent from the server. ...
0
votes
2answers
141 views
Why a root certificate is not trusted by java client, even though it is already in the cacerts key store
I am experiencing an issue when calling web service in my java project. The web service client is running in an java ee application deployed in WebSphere 7. The SSL certificate chain is having the ...
0
votes
3answers
94 views
Worklight Adapter Mutual SSL
Followed steps to integrate Worklight with backend system. In 5.0.6 adapters should support mutual SSL.
Import cert into default.keystore with alias named cert1
Modified adapter's ...
0
votes
1answer
137 views
How to load multiple certificate files in Java?
I'm trying to create a SSL connection with certificates loaded from two files (.p12 and .p7b).
I have tried the following code to load the .p12 file
char []passwKey = "1234567".toCharArray();
...
0
votes
0answers
151 views
SSL Certificate conversion beetween PEM and DER formats
I am trying to create a self-signed certificate using my own CA.
All of the certificates and keys are currently in PEM-Format. In order to have the certificate accepted from my Android-phone I need ...
1
vote
0answers
26 views
Asp.net determining SSL cert expiration of IIS site
I am trying to use Net.WebRequest and Net.WebResponse to connect to a site and get the expiration date for an SSL certificate. I look through all the properties of both the request and response and ...
2
votes
1answer
111 views
How do I inspect the SQL Server side SSL certificate used in SqlConnection?
I use SqlConnection class to connect to a SQL Server using a connection string with "encrypt data" set. I want to access the server side SSL certificate and find when it expires. If I used ...
0
votes
1answer
451 views
iOS cURL: unable to get local issuer certificate
I'm trying to setup secure connection to HTTPS server with curl on iOS (app is written in C++)
I figured out that I need to set cacert.pam (http://curl.haxx.se/ca/cacert.pem) file path for ...
0
votes
1answer
179 views
Windows 8: SSL certificate binding fails both programmatically and through netsh
We have an application that auto-generates a certificate and binds it, using httpapi, to a selected port. Under Windows 7, and 2003/2008 Servers this works like a charm. The certificate can also be ...
-1
votes
1answer
48 views
IIS certificates. Relation certificate with web site [closed]
I need to setup https connection for my web site.
For a development I will use test certificate what can be generated by special test certificates generation tool of certification center.
To create ...
0
votes
2answers
41 views
Create my own intermediate cetification authority from commonly trusted certificate
I have a simple question (maybe stupid) and i didn't find any clear answer to it. If i get a certificate from a trusted signing company (like verisign...) for one of my server (web for instance), i'll ...
0
votes
2answers
39 views
Ensuring Client / Server Authentication without credentials
I am looking into ways of securing the channel between my client apps and the server.
I have a rich desktop client (win) and mobile client connecting to a webservice, exchanging data.
Using SSL ...
0
votes
0answers
93 views
SSL on Android Chrome
I'm in the middle of developing a mobile version of a website but I'm having some trouble with it when it moves over to a secure domain with a GeoTrust certificate.
I get an Error 7 ...
0
votes
2answers
247 views
android webview with client certificate
I tried for days to use a web view with a client certificate embedded in the application, but it seems to me that the android sdk does not provide any way to do it, is there a callback to intercept ...
0
votes
1answer
105 views
CertPathValidatorException when accesing WebService from Tomcat WebApp
First: I know, there are a lot of "CertPathValidatorException" threads and i checked them already :)
I have the following problem, for which i just can't find a solution. I would realy appreciate ...
-1
votes
1answer
117 views
How can I generate self signed SSL certificate for local intranet server [closed]
I want to run my website on HTTPS (port 443) on my Intranet server.
I have created a self signed certificate it is running on local system. But when I am using it on another system through LAN it is ...
1
vote
0answers
51 views
How can I validate a PEM encoded server certificate and chain agains the Android trusted CAs?
I am developing an enterprise communications app to run on Android 4.0+. This app has a native transport layer written in c/c++ which manages the SSL connections with a SIP server. The native layer ...
0
votes
1answer
37 views
obtain certificate from ftps server with explicit SSL/TLS [closed]
Is there a tool which can obtain a certificate in a form of .cert file form a ftps server with explicit SSL/TLS?
-1
votes
1answer
20 views
SSL certs - which one to buy? [closed]
I need to buy a SSL certificate for my websites. It needs to be secure and show the green bar and all that stuff.
The most important thing is for the certificate for *.website.com and *.example.com ...
1
vote
1answer
62 views
SSL Certificate Files and Usage
I have a question about certificate files with Apache + OpenSSL.
I have generated the following basic certificate files from the server:
/usr/share/ssl/csr/mydomain.csr.pem
...
0
votes
1answer
54 views
SSLSocket also for unsecure http?
Can I use SSLServerSocket class for both http and https sessions and listen to one port (with autodetection either the client comes with http or https)? Or it is obligatory to open two ports and use ...
0
votes
1answer
100 views
How do I use the node.js request module to make an SSL call with my own certificate?
I'm using node.js and this request module to make HTTP calls to another server.
https://github.com/mikeal/request
It works great. I now need to modify this code to make the calls over SSL, using my ...
0
votes
1answer
296 views
Android SSL Handshake Exception
I have been developing an app that can parse information off three website pages and then display the parsed information to the user. I never got an any exceptions for the pass few weeks since this ...
1
vote
1answer
91 views
Proper response by SSL / TLS client for Certificate Request message with no DNs?
What is the proper behavior by an SSL/TLS client when it receives a Certificate Request message that has an empty DN list?
Here are two possibilities that seem natural:
1) Send back an empty ...
0
votes
1answer
85 views
WebLogic Server - SSL - Multiple certificates
Is it possible to configure a WebLogic Server (11g) so it uses different certificates for SSL-communication to different URL: s?
In my case I want to use one certificate for internal ...
0
votes
1answer
57 views
Does SSL a server certificate bind to a specific machine?
Recently we created a server with tomcat and we also add SSL support for this little server. For SSL support, we need a certificate which issued by a third issuer like Entrust, Thawte etc.
A ...
0
votes
0answers
40 views
Do I need to check a ssl server certificate which is not self signed, when using NSRULConnection?
I did not implement any delegate method about Connection Authentication, such as:
– connection:willSendRequestForAuthenticationChallenge:
– connection:canAuthenticateAgainstProtectionSpace:
– ...
1
vote
0answers
28 views
Using certificate security for only parts of your ASP.Net website
We have a company website that is both client facing and used internally. My problem is that I want only 1 or 2 pages to be accessed if a certificate exists. The certificate will be installed on our ...

