ssl

PHP does not work over ssl connections

Hi, I just got my ssl certificate to work for the first time. For some reason when I connect to my website using https my browser tries to download the php file. I have the following line in my httpd.conf. Isn't this the line which makes sure php files are run using php? AddType application/x-httpd-php .php What else do I need to ch...

cURL + HTTP_POST, keep getting 500 error. Has no idea?

Okay, I want to make a HTTP_POST using cURL to a SSL site. I already imported the certificate to my server. This is my code: $url = "https://www.xxx.xxx"; $post = "";# all data that going to send $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $post); c...

How can I download IMAP mail attachments over SSL and save them locally using Perl?

I need suggestions on how can I download attachments from my IMAP mails which have attachments and current date in subject line i.e. YYYYMMDD format and save the attachments to a local path. I went through the Perl module Mail::IMAPClient and am able to connect to the IMAP mail server, but need help on other tasks. One more thing to no...

wcf net.tcp using SSL

Has anyone had experience using SSL with net.tcp binding in WCF? Ive read its possible, but not finding good information on how to implement it. I would love to hear from anyone who knows about or who has implemented this. Thanks in advance... ...

iframe an SSL secured form on a non SSL site

I have a request in from a client that would like one of their existing forms present on another website. They would like to have a payment form present in an iframe. What, if any, implications are there when iframing in an SSL website into a non-SSL website when payment processing is concerned? ...

SSL Data SUBMISSION and RESPONSE

"I have ssl data sitting on a server. I want to call on the data and have it displayed on an unsecured page. Id the transmission of this data to the display page secure? And if so can anyone point me to a document that I can refer to, to show our clinet that the "generation" and subsequent display of his web reports is done in a secure t...

Using // in a <script>'s source

Hello fellow front-end web h4X0|2s, I was wondering if anyone had any resources, proof, or personal experience in using the age-old http/https JavaScript hack: <script src="//someserver.com/js/script.js"></script> Has anyone encountered issues in any of these browsers (IE 5.5+, FF2+, Chrome, Opera 9+, Safari 3+)? Has anybody had su...

Java - Trying to log into website with invalid ssl certificate using httpclient

I'm trying to log into site with invalid ssl certificate and I have the following code. I bypass the the invalid cert by using my all certificate and then bypass the invalid Hostname by using hostnameverifier. However, the hostnameverifier does not seem to work and I still get the error message javax.net.ssl.SSLException: hostname in ...

how to run the SQL Reporting services on SSL

I need to run the reports on SSL, how can I configure it for the reporting services? ...

Run jsp in eclipse on specific port and ssl

Hello, I have used Eclipse 3.4 to create a Dynamic Web Project. I have also configured my server to use port 8443 with ssl. If I start my server I can access my test.jsp by going to it's address https://localhost:8443/TestContext/test.jsp In eclipse, I have installed this server and added my project to the server. If I Run test....

Does AlphaImageLoader png hack work on IE6 with SSL?

Does DXImageTransform.Microsoft.AlphaImageLoader work over SSL? I've been trying to no avail to get this to work, but it does work fine over an insecure connection. All of the PNG hacks I've found use this method, and search results haven't yielded anything for me. ...

Communicating with web service on SSL

Hi, I have a web service which previously was deployed on http. I used to generate stub classes using wsimport using wsimport http://localhost:8080/MiniForumService/MiniForumService?wsdl. Now I deployed it on SSL. But when I try to generate the stub classes from it using wsimport https://localhost:8443/MiniForumService/MiniForumServi...

Why does a ModalPopupExtender fail when using SSL?

I have created a modal popup using the ModalPopupExtender in Microsoft's AJAX 1.0 for .NET 2.0. It works great when the page doesn't isn't being accessed through SSL (http://) however the link to close the popup fails to fire if accessing the page through https://. Is the ModalPopupExtender at blame? Is it a "Feature" of SSL to block ...

Is there any way to filter certain things in pages served by IIS?

Hello, This is my first time posting here so please keep that in mind... I'll try to be short and get right to defining the problem. We have an ASP.NET 2 application (eCommerce package) running on IIS (Windows Server 2003). The main site's page(s) are using plain HTTP (no SSL), but the whole checkout process and the shopping cart page ...

Screen-scraping of a secure page of any site on https:// with asp.net in C#

I've done site scraping of secure page of any site on http by below code: string cookiedata = "fsfsfsdfsfsfsfsfsdf"; NetworkCredential credential = new NetworkCredential("xxx", "xxx"); HttpWebRequest request = HttpWebRequest.Create("https://ysats.com") as HttpWebRequest; //set the user agent so it looks like IE to not...

Implementation of SSL on SaaS App with seprate domains

Hi, We are developing a SaaS application in Asp.net, where we have used the Single application and Per Tenant Database. The application is more like a Saas e-commerce where SSL and data separation are required features. Now we want that every Tenant can have his separate top level domain names instead of the second level domains like 37S...

How to apply a free third party CA and set up Tomcat SSL with it

These days I tried to apply a free third pary CA ( www.cacert.org & www.freeca.cn ) and then set up Tomcat SSL with the CA. My purpose is to eliminate the "Certificate Error" page when accessing https://... from a client browser. But it's a little hard for me to get around it. My steps to apply a free CA, from www.freeca.cn I used keyt...

502 Bad Gateway with nginx + apache + subversion + ssl (SVN COPY)

I'm having a problem running Apache + Subversion with SSL behind an Nginx proxy and I'm hoping someone might have the answer. I've scoured google for hours looking for the answer to my problem and can't seem to figure it out. What I'm seeing are "502 (Bad Gateway)" errors when trying to MOVE or COPY using subversion; however, checkouts a...

Weird certificate error when trying to generate web service client from secure site

Dear stack overflow. I get a weird error when trying to use AXIS1.4 Wsdl2Java tool to generate client code for the web service that is installed on the secure IIS site. When I run the tool I get the following SSL exception: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching XXXXXXX.net foun...

Clickonce Https error please help

Hello, I have big problem when I am trying to deploy my app over clickonce. I have this error: An error occurred trying to download 'https:// I think there is problem with SSL certificate, becose is signed for diferent domain. SSL certificate is signed for pipni.cz and i have url https://someserve.com/cliconce Is there any solution? ...