generate a CSR for an SSL certificate

  • Thread starter Thread starter ghinky
  • Start date Start date
You can create a self signed certificate from the "Generate Certificate" dialog.

Nixu
 
self signed certificate isn't trusted

yes, you can do that but then when you connect you get the message

Information you exchange with this server cannot be viewed or changed by others. However, there is a problem with the server security certificate.

The certificate is self-signed. <18>


which will freak users out. We want to use a trusted certificate and for that we need to generate a CSR. How do I do that?
 
Then you will need to purchase a license ffrom a trusted CA like Thawte or verisign in order to prevent that from happening.
 
Re: self signed certificate isn't trusted

ghinky said:
yes, you can do that but then when you connect you get the message

Information you exchange with this server cannot be viewed or changed by others. However, there is a problem with the server security certificate.

The certificate is self-signed. <18>


which will freak users out. We want to use a trusted certificate and for that we need to generate a CSR. How do I do that?

you can disable the warning check the advanced settings
 
I know I can disable the message. I don't want to disable it. I want to get a trusted certificate. For that I need to generate a CSR. Does anyone know how to do that?
 
like to see an answr to this question too;

created a verisign trail ssl certificate using Microsft IIS as the 'request generator' but I guess that not the right way to do it, as it leaves me with a single certificate and no 'private key file'.
 
Hi there,

Make sure that on the client side you append the public key of your certificate in the trusted.pem file found in the installation directory.

Nixu
 
Hi,

On the client side I get the following error: 'The remote computer has ended the connection'.

Altough I can connect with a normal remote desktop session to the server.

Any hints?
 
How is the client trying to connect ssl mode gateway or direct?

Enable the logs on the server and see if something is loged when the connection is being made.

Nixu
 
Client & server are configured to use the SSL mode,

2007-01-04 12:00:18 OPEN-INBOUND TCP <CLIENT-IP> <SERVER_IP> 43229 443 - - - - - - - - -
2007-01-04 12:00:20 CLOSE TCP <SERVER_IP> <CLIENT-IP> 443 43229 - - - - - - - - -
2007-01-04 12:00:22 OPEN-INBOUND TCP <CLIENT-IP> <SERVER-IP> 43236 443 - - - - - - - - -


2x Application server not accepting it?
 
IM_Admin said:
like to see an answr to this question too;

created a verisign trail ssl certificate using Microsft IIS as the 'request generator' .

Can you please explain how you did the above in detail.

Nixu.
 
Digital Signatures in legal systems

During this century, many legal systems have cut down formal requirements,or at least have reduced the result of failure to satisfy formal requirements. Nevertheless, safe practice still requires transactions to be carried out in a manner that assures the parties of their validity and enforceability.
 
Verisign Cert

I would really like to get a straight anwser on how to order and install a Verisign cert on 2X.
 
Back
Top