ssl « Security « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » Security » ssl 

1. Easiest way to fetch SSL page via a proxy in Java    stackoverflow.com

I would like to fetch a SSL page in Java. The problem is, that I have to authenticate against a http proxy. So I want a simple way to fetch this page. I ...

2. How to disable Java's SSL Reverse DNS Lookup    stackoverflow.com

I have a server in development and a few developers connecting to it. This server uses Java's TLS implementation with SSLEngine. We saw that, at first, every new connection would have a long ...

3. No subject alternative DNS name matching ex.ample.com found    stackoverflow.com

For my application running at ex.ample.com I have the following certificate from StartSSL/StartCom:

Certificate:
    Data:
        Version: 3 (0x2)
     ...

4. QSslSocket problem    stackoverflow.com

I am trying to create a client - server application, the client written in c++ and QT, and the server in java, but I am having a really hard time trying ...

5. SSL authentication in Java as Server/client model    stackoverflow.com

I have a requirement to use client/server architecture and with Open SSL authentication. Here, how server to know the connect client using their OPen SSL certificate? Anyone knows the link, sample then ...

6. Java SSL: how to disable hostname verification    stackoverflow.com

Is there a way for the standard java SSL sockets to disable hostname verfication for ssl connections with a property? The only way I found until now, is to write a ...

7. How to create custom SSLSocketFactory?    stackoverflow.com

I'm trying to create my own implementation of javax.net.ssl.SSLSocketFactory, in order to catch all HTTP/SSL requests, send by a third-party library, and log them. This is how the factory ...

8. Why am I getting an exception javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated?    stackoverflow.com

I'm using Apache HttpComponents HttpClient(4.0.1) to make a HTTPS call, but I'm this exception as the response:

 javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
        at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:345)
  ...

9. SSL client/server    forums.oracle.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.