Tagged Questions

0
votes
1answer
17 views

SQL Server encryption using self signed SSL certificate. Querying from ASP.NET 3.5.

I've created a self-signed cert for testing encryption between my web application and the SQL Server. When attempting to query the database using "Encrypt=Yes;" in the connection string, I receive …
1
vote
0answers
27 views

What is this exception: Cipher buffering error in JCE provider JsafeJCE

We are getting this error when trying to change a password in ColdFusion through LDAP. Despite the error, everything seems to be completing as requested. The stack trace ends at the start of a …
0
votes
3answers
29 views

API Security - Sending CC info

Im trying to design a payments API, and it requires the sending of CC info over the wire. So for this I was thinking of using a public key to encrypt the CC info and decrypt it on the server. Keep in …
0
votes
2answers
15 views

SSL reverse proxy for legacy application binary transfers on sockets

Hello I'm struggling to find a reverse proxy http->https like for binary sockets. There is a Pound server which offers this kind of SSL tunneling but just for the http protocol. Basically I work on …
1
vote
2answers
76 views

How to send email via SSL and Indy in Delphi 7

I want to send email to Yahoo mail using Indy. But Yahoo uses 465 port with SSL connection. I don't know how to implement that in my program. I have read about TIdSSLIOHandlerSocketOpenSSL component …
1
vote
2answers
40 views

Registering multiple keystores in JVM

Hello, I have two applications running in the same java virtual machine, and both use different keystores and truststores. A viable option would be use a single keystore and import all the other …
1
vote
2answers
65 views

How can I have multiple SSL certificates for a Java server

I have an in-house HTTP server written in Java; full source code at my disposal. The HTTP server can configure any number of web sites, each of which will have a separate listen socket created with: …
0
votes
1answer
27 views

can’t submit a form via POST with PHP over SSL

I can't seem to submit a form via POST with PHP over SSL. Here's a quick look at my code, can anyone tell me what's wrong? My .htaccess file RewriteEngine On RewriteBase /test RewriteCond …
1
vote
1answer
81 views

Pop3 help for a C++ implementation!

Alright, so this is absolutely killing me... If anyone could help me, I would be the happiest man on the face of the earth... So, I need to create a C++ email client for a project at school, and I've …
0
votes
1answer
25 views

jquery ajax post to non-ssl page while current page is ssl

Ok, situation: an https / ssl page jquery a form submitted via ajax to a non-ssl pagge getting no usefull response the same scenario, non-ssl to non-ssl works perfect. I can view my console, but …
0
votes
0answers
49 views

Internet Explorer won’t load site [closed]

Internet Explorer (versions 6 and 8, on XP) refuse to load https://theveeb.com, giving a server not found error. http://wiki.theveeb.com works, so it can talk to the apache2 server I have running …
0
votes
0answers
39 views

website uses an invalid security certificate (Error code: ssl_error_bad_cert_domain) [closed]

I am running IIS 7 on Windows Server 2008. I have two websites: www.website01.com www.website02.com I have an SSL Certificate for each website. When I access a secured page on www.website02.com I …
0
votes
0answers
23 views

Set a Default Digital Certificate [closed]

We have a site that requires SSL digital certificates and have issued client side certificates to allow users to connect. The users are now complaining that when they browse to our site they are …
0
votes
1answer
36 views

How do I get SSL working in fsockopen?

I'm running PHP 5.2.6 on Windows, I have extension=php_curl.dll and extension=php_openssl.dll uncommented in php.ini; as such I can see the following in phpinfo: curl cURL support enabled cURL …
2
votes
3answers
93 views

iPhone - SSL connection

What is the best starting point to learn connecting to ssl web services by iphone? Until now i did some basic connections over http via SOAP etc. but i have no experience on https. Any good sources, …

1 2 3 4 5 53 next
15 30 50 per page