I would like to connect to my Postgres 8.3 database using SSL from my XP client using OpenSSL. This works fine without SSL. When I try it with SSL (no client certificate), I get the error:
error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure
I suspect that I need to change something with the Postgres configuration but I don't...
Having an issue with random individuals trying to access an intranet site with a security certificate. Most users are able to simply select their Smartcard/CAC certificate, enter the pin number and then are granted access to the site's pages.
However, random individuals enter their pin and then are immediately re-prompted by the IE aler...
I have some java-app, and i want to establish a connection to some https Site, how can i do this, using URLConnection? Should i use trust store, when certificate from this site was signed using a valid certificate authority?
...
This sounds like it should be a common problem but I can find little solutions to it.
Basically relative links on a https page (often found within controls and the master page) will obviously link to non-secure pages as https which is undesirable.
A possible solution was to use the base tag in the head of the page to root all relativ...
I've set up a local SVN repo with apache https access on an ubuntu machine using this example: http://stackoverflow.com/questions/60736/how-to-setup-a-subversion-svn-server-on-gnu-linux-ubuntu
Everything works great.
The next step is to allow users to access SVN over the internet. This works, but here's my question:
Currently it seems e...
How do other people debug HTTPS sites from Visual Studio 2008? This link seems to indicate that Visual Studio's built in web server does not support HTTPS, but there must be some way to debug these sites, right? If not the integrated server, can IIS7 be set as the debugging web server?
...
Due to some restrictions, we have to run the service as LocalSystem. I have generated a certificate and placed them in the following stores:
Certificates (Local Computer)
Certificates - Service (SQL Server (MSSQLSERVER))
Certificates - Service (SQL Server (MSSQLSERVER))
Certificates - Current User
I am a domain admin. Everytime I go ...
We have not purchased an SSL certificate so the user of our website has to click to "approve" the website everytime they use it. Is there a quick way to redirect all https:// traffic to http:// for now in IIS 7? So that all content is served as under http://
By the way I DO NOT have "Require SSL" ticked under SSL settings.
Also if I pu...
Hi all,
I've configured magento to use SSL links..
Base URL https://sub.domain.com/
Base Link URL {{secure_base_url}}
Base ... URL {{secure_base_url}}.../
Use Secure URLs in Frontend: YES
Use Secure URLs in Backend: YES
Frontend i have some custom links built with Mage::getUrl([...])
<?php
// link to CMS page
echo Mage::get...
How do I implement Https on asp.net mvc login page?
...
I've read that using http over SSL requires buying an SSL certificate from a certification authority. Since I can't afford such expense, I thought of using a strong and reliable encryption on both client and server side, but unfortunately this is not sufficiently secure, given that packages can easily be intercepted hence decrypted.
Any...
Hi,
I need to consume a Web Service via SSL. In order to accomplish that I have built a web client in Delphi 6 that uses Indy to read the client certificates and write the soap request via https. The compilated version of the code is a DLL that runs in IIS 5.0. After tested the code in my local machine it works fine (I'm behind a proxy)...
I have an interesting request from my client and am trying to figure out the best way to handle it - with a script preferably.
They want me to have 2 sites on production. The first is the actual live website, the second is the last version (in case we need to roll back) and will be the target of the next upgrade. Once the upgrade is d...
I had my form processes working perfectly but after renaming the form action to
<form action="https://www.example.com/validate.php" method="post">
for working with an SSL certificate it stopped working. Seems as though the SESSION variables are no longer being passed properly...
Is there something I should know about https an...
What is the easiest way to deploy an ASP.NET application with SSL support (and no client SSL errors/warnings)? Do I need to buy a certificate? Do I need to change anything within my ASP.NET application or is everything solely done via IIS? Any tutorials?
...
I have a 4 step form process.
form.php,
validation.php,
review.php and
complete.php
Form.php posts to validate.php which depending on the validation redirects either back to form.php or to review.php.
The final step is complete.php
Each page is called with HTTPS except validate.php which is where the SESSION variables are created a...
Reason: We have a new client that wishes for the database containing all their info to be stored on their own personal database server. However the web server will be located at another location.
Question How can you secure the data from the time it is inputed until the time an external database saves it?
Through some reading it seems...
I've browsed through several questions on the site and nothing quite matched what I want to do.
I found 1 question that could possible work the best as long as it does neglect SSL on any of the links within the specific folder I want to avoid having SSL on. (http://stackoverflow.com/questions/724968/force-redirect-to-ssl-for-all-pages-a...
I've just got a site running nicely with the whole site running through SSL, but Google Chrome is throwing a "This page contains some insecure elements" message, which isn't good in terms of end user trust-ability. All other browsers work fine, and give the golden padlock.
The site is a Drupal 6 e-commerce site, running on apache2, and ...
I've googled this error but came up with no solution, this happened when I installed oracle database 11g, I tried to reach https://localhost:1158/em and this error pops up in firefox
Secure Connection Failed
An error occurred during a connection to localhost:1158.
SSL received a record that exceeded the maximum permissible length.
(...