Tagged Questions
0
votes
1answer
12 views
Setting trust store programatically in ActiveMQSslConnectionFactory seems to fail
I have been working on a java activemq client software to connect to a ssl powered broker, but setting the trust store programatically through:
// Configure the secure connection factory.
...
1
vote
0answers
20 views
Sending Client Certificate with cURL and PHP
I'm trying to send a cURL request to a URL which requires authentication. However I'm having trouble sending the client certificate with it.
Error returned is
unable to set private key file: ...
0
votes
1answer
14 views
Install SSL certificate when request generated on another server
I have a new SSL certificate to install (IIS7) but when I do complete certificate request I get 'Cannot find the certificate request associated with this certificate file. A certificate request must ...
0
votes
1answer
16 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
24 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
37 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 ...
0
votes
1answer
28 views
ipv6 representation in SSL client subjectAltName [closed]
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
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
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 ...
0
votes
1answer
23 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 ...
1
vote
0answers
30 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
42 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
21 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
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
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
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
1answer
15 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 ...
-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 ...
0
votes
0answers
83 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
2answers
41 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
votes
0answers
26 views
SSL Verification Issue (mismatched URL) [closed]
Seeking a answer here, I've been racking my brain and harassing both my domain registrar and hosting company.
Run down on the systems:
Domain Registrar: GoDaddy
SSL Issuer: GoDaddy
Host Provider: ...
0
votes
1answer
29 views
Implicitly trust SSL certificates in iOS app for private API
I'm working on an iOS app with a rails backend, running on a VPS (via my own domain).
My question is: is it insecure to use a self-signed SSL certificate on my server and ignore the warnings from ...
1
vote
1answer
30 views
Can one tomcat server support both RSA and DSA certificates?
To provide both RSA and DSA certificates, I have used two connectors with different IP addresses. But Is it possible that under one IP address multiple ssl certifices?
I have also tried virtual ...
1
vote
1answer
82 views
SSL connection with custom keystore .jks file and password and Send a request to URL
I need send a request to URL with custom keystore .jks file and password . Here is the following piece of code . It is not very clean. I need to clean it up :-) I see an exception of ...
0
votes
1answer
23 views
SSL Certificate Installation Caused Website to Stop Working
So I had an SSL certificate, I bought one from a new company, through plesk, I installed the new one and then the website just stopped working completely.
The host company cant help, the developers ...
1
vote
0answers
20 views
PHP and SSL CA Verification - OS Independent
Here is a simple PHP script that opens an SSL socket ready to send HTTP requests:
$contextOptions = array();
$socketUrl = 'ssl://google.com:443';
$streamContext = ...
-2
votes
0answers
17 views
SSL only on Payment Page / Return page after authorization
I need help where I to setup SSL / Certificate for my dating website. It is having payment gateway which is https.... User goes my dating site to payment gateway ...makes payment & return back to ...
0
votes
2answers
31 views
Mix SSL with client certificate and without client certificate in one application pool
Is it possible in WCF to have an endpoint with SSL and a client certificate and an endpoint with another contract with SSL and without a client certificate within the same application pool in IIS?
If ...
-1
votes
1answer
215 views
nginx reverse proxy, mulitple vhost SSL support [closed]
I have 1 reverse proxy NGINX server setup to direct traffic to one of two different applications:
app1.domain.com
app2.domain.com
Both of these applications need to support HTTPS. Both use the same ...
1
vote
1answer
195 views
pycurl https error: unable to get local issuer certificate
>>> import pycurl
>>> c = pycurl.Curl()
>>> c.setopt(c.URL, 'https://quora.com')
>>> c.perform()
Traceback (most recent call last):
File "<stdin>", line ...
0
votes
1answer
76 views
Nodejs v0.10.x (freebsd) “X509_STORE_add_cert:cert already in hash table”
I'm work with async web api and have a problem in nodejs version higer than v0.8.9
$ uname -a
FreeBSD home 9.1-STABLE FreeBSD 9.1-STABLE #0: Fri Feb 1 10:38:27 EET 2013 ...
0
votes
0answers
43 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
29 views
sql server 2005 express certificate list empty
win 2k3 with SQL server 2005 express.
We installed in the mmc a ssl certificate (certificate_name.crt)
We would like to use a Quick SSL certificate on SQL-Server. (not IIS)
When we open the sscm ...
0
votes
1answer
42 views
How do we avoid extra intermediate certificates from herokuapp
After searching for several hours I'm finally posting a question.
I have my ssl certificate uploaded to heroku with the SSL addon.Everything works fine and have no issues with the certificates.
...
2
votes
1answer
79 views
It is possible that a weblogic ssl communication accept all certificates?
I want to implement a client application to get some information of a weblogic server. The communication has to be secure because the weblogic server is configure secure.
Now I'm able to establish a ...
1
vote
0answers
22 views
Automate wget request requiring MASSL password
We're upgrading our JBoss server to only allow MASSL requests (i.e. requests that require client and server certs in order to be successful).
We use wget to call into a simple servlet on this ...
1
vote
2answers
117 views
SSL during php site development
I'm about to develop a new website and will require a EV SSL certificate when the site is pushed to the production server. My question is during development I won't have an EV SSL certificate ...
0
votes
1answer
79 views
Tomcat 7 ssl client authenitcation
I want to make a webapp accessible to some limited users only. So I select a SSL client authentication. I am newbie so not much knowledge about it I follow this tutorial to achive it. here is some ...
3
votes
2answers
328 views
SSL Error / RSA premaster secret error
anyone know what is the problem regarding the error that encountered in the PayPal sandbox?
It was working fine for months last time and we changed our server and IPN stopped working. We are not ...
0
votes
0answers
467 views
Caused by: java.security.UnrecoverableKeyException: Cannot recover key
I am supplied with a jks keystore named ABCC_client.store. When I import this keystore to cacerts and try connecting it says No such Algorithm error. PFA the stacktrace
Caused by: ...
-1
votes
1answer
25 views
How to install a certificate for a website in IIS 7+ and make https optional? [closed]
How do you install a certificate for a website in IIS 7+ and make the use of https optional?
Ideally, we would like http to be the default and then for specific pages use an https URL.
0
votes
2answers
83 views
Distributing self-signed SSL certificates: How to skip requirement to import to key store
I have developed a Java application that uses a self-signed SSL certificate to communicate with my server through https.
Now I would like to share the application with some of my clients. Is there ...
0
votes
1answer
66 views
Importing ssl certificates into glassfish (pfx)
I am trying to import ssl certificates into glassfish, but I am unclear as to how this is done.
I have two pfx files, let's call them cert1.pfx and cert2.pfx.
Based on a following stackoverflow ...
0
votes
0answers
152 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 ...
0
votes
1answer
74 views
Wordpress CSS breaks in Chrome when served over SSL
Running into a really strange problem. We just purchased a premium SSL certificate from GoDaddy. The techs at our hosting company installed it, and everything seems to be working fine when I view the ...
0
votes
2answers
176 views
Exporting the SSL certificate with the private Key on windows
I am in a process of generating an SSL cert for a domain name.
What I have done:
Went to the IIS management > Server Certificates and clicked on Create Request. This generated a *.com file with a ...


