Search Result
Collapse
9 results in 0.0043 seconds.
Keywords
Members
Tags
-
Which version of OpenSSL is best for Windows Server 2003?
I am trying to create an application link between Atlassian Jira and a Liferay application. I have consulted the Atlassian support sites and they pointed me to use OpenSSL to create private and public keys for the two servers. My issue is that OpenSSL seems to be a piece of Linux OS software (i could be wrong, very wrong) and I am working with Windows Server 2003 OS; so I understand that there is are versions for Windows machines available but which... -
M2Crypto - Unable to get local issuer certificate
I am trying to set up a peer-authentication mechanism using X509 certs/SSL using M2Crypto.
I generate a root CA (issuer & subject = ca_hostC...) on the client (hostC)
I sign the client Cert locally with this CA (issuer: ca_hostC, subject: hostC) and generate a csr on hostS, copy it to hostC, sign it using the root CA, ca_hostc and move the ca_cert and the signed cert to the hostS.
I generate context:
... -
Send email problem when hosting
Hi,
I rented a host. At localhost, i can control send email from this host to my email. However, when i hosting, it appears the below error:
The SMTP server requires a secure connection or the client was not authenticated. The server response was: host5.vdconline .vn ESMTP MailEnable Service, Version: 5.51-- denied access at 02/03/12 02:45:26
My code looks like:
Code:if( dr != null)
-
FTP over SSL/TLS
Hello to all you security experts out there,
My website is hosted on a particular shared hosting server, run by some big company; let's not get into which one. Suffice to say, it's a typical cPanel account on a LAMP stack. The server (not my domain, but the server itself) possesses an SSL security certificate, and I can connect to the server securely for e-mail and cPanel admin.
My web host's Knowledge Base states... -
web service security with SSL and Client Certificates
I am trying to understand the process for securing a webservice. I have set up an https iis web service and require client certificates. Now, as I understand it when I make the web service request I attach my client certificate and the web browser encrypts the request using the web servers public key (which I assume the web server decrypts using it's private key). My question is...
Does the web server automatically encrypt the response... -
bpatrick100 started a topic Windows Service Hosting WCF Objects over SSL (https) - JSON Error Handling won't workin C SharpWindows Service Hosting WCF Objects over SSL (https) - JSON Error Handling won't work
I will first show the code that works in a non-ssl (http) environment. This code uses a custom json error handler, and all errors thrown, do get bubbled up to the client javascript.
Code:// Create webservice endpoint WebHttpBinding binding = new WebHttpBinding(); ServiceEndpoint serviceEndPoint = new ServiceEndpoint(ContractDescription.GetContract(Type.GetType(svcHost.serviceContract
-
How to use port number on url. SSL port 443.
Hi, I'm using asp.net on IIS 6 but I guess this issue might not be specific to this environment.
I've created a web service on a public facing web server uitilising ssl.
When I use it using https://domain.com/webservices/sendfile.asmx it works fine. However, one of my clients wants to use the port number instead of https i.e. http://domain.com:443/webservices/sendfile.asmx. This, second, url does not work.
I've looked at the... -
Apache SSL enable issue
have enabled SSL for my site successfully. But few thing is not clear for me yet,
1. SSL is enabled for the entire site. But I want it enable for a specific folder. not the entire site. How to achieve that?
2. Even If the entire site is SSL enabled(which is not convenient I think) is it possible to to something like:
User Will request for http://www.example.com
and request will be processed as https://... -
Can't send email from my gmail acount using SmtpClient
Using the code below I get an exception: "Failure sending mail"
Inner exception: "No connection could be made because the target machine actively refused it 74.125.77.109:5 87"
I'm currently on my office and behind a router. My firewall is turned off.
The same situation occurs at home when behind my router with no firewall.
When I set up an new acount in outlook with the same...Last edited by tlhintoq; Mar 17 '10, 02:46 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]