https

Load UserControl via https in Asp.Net

Hello, i'm creating an Asp.Net application and i need to load an UserControl via https. So, in my page i'm loading it with the following code: ... <%@ Register src="../../pages/controls/bar.ascx" tagname="bar" tagprefix="uc1" %> <html> <body> ... <uc1:bar ID="bar1" runat="server" /> ... </body> </html> Here the UserControl is correct...

Its possible to secure Jquery ui dialog with https when the rest of the page in http?

Hi, The Case: UI JQuery Dialog should contain credit data of customer, when the rest of the page is product catalog in http. Question: Its possible to secure Jquery ui dialog with https when the rest of the page in http? or all the page have to be https and not only dialog? (What I know that dialog is part of the page because that ...

Tomcat session management - url rewrite and switching from http to https

I'm an old hand at C but a raw newbie at Java/Tomcat. I'm fine with Tomcat session management in http alone. Its when I've come to look at switching to https that I've had problems. I gather for Tomcat that you have to start with an http session if you want to maintain a session as you switch from http to https and back to http. This ...

confusion about Certificates

Hi I have WCF REST web service hosted by IIS, it works on HTTPS, I generate Certificate on IIS and assign Https to a port I generate cer through IE browser. I create a test application and regardless Add a client certificate or not or even add a wrong certificate the connection take place and a I get correct response. I am wondering h...

Switching between HTTPS and HTTP in Java web appliction

I have set up SSL in Tomcat 5.5 and have the following in my web.xml: <security-constraint> <web-resource-collection> <web-resource-name>SSL URLs</web-resource-name> <url-pattern>/j_spring_security_check</url-pattern> <http-method>GET</http-method> <http-method>POST</http-method> ...

Https request, authentication in Android

Hello, I am currently trying to authenticate with a server via a http Get call. The code provided below works when compiled in a java project. Returning the correct token to the program. However whenever I try to implement the same code in Android I do not get a token returned via the Get call. In Android I am returning inputLine in a ...

HTTPS - Client data loss

Hi, I have noticed in Firefox using HTTPS if I type data into a form item such as a text box and press refresh the data is lost. If an error was thrown on a server after I pressed submit would this also cause the data to be lost? If so, Is there a way to stop this from happening (from the server side)? Thanks for viewing. ...

Verify remote SSL certificate during HTTPS request

When making HTTPS request to remote web server, I use WebRequest, which establishes secure connection with remote web server. During development, I use self-signed cert on server, and WebRequest fails to establish secure connection, since cert is not valid, which is expected behavior. I have found this code that "remotes" cert check, ac...

How do I use the new JBoss Maven repository from behind a corporate firewall?

I have a dependency on Hibernate 3.5.3 which is only available to me from the new JBoss Maven repository is hosted on Sonatype's Nexus and all the URLs are secured with HTTPS. I can access this repository from behind my corporate firewall via the web browser. But Maven is unable to resolve the artifacts. I see the following warning at...

Python httplib.HTTPSConnection and password

I use httplib.HTTPSConnection with private key: h = httplib.HTTPSConnection(url, key_file='../cert/priv.pem', cert_file='../cert/srv_test.crt') Then I am asked to enter the password to that private key. Is there any option to enter such password not from user input (console) but from other source (code, environment)? Maybe something l...

Moving ASP.NET website from http to https?

Hi, We are planning to move our website to https, which currently running on only http only. Web site is running on IIS7 in Windows 2008 server. Do I need to update/modify any configuration settings in the website to make it work on HTTPS? Is it fine just installing certifictes? Please tell if there are any setting needs to be updated/m...

If I submit a form to a HTTPS URL from a HTTP URL, will the form data be encrypted?

I'm about to encrypt my website's login form and I was wondering if the user logging in needs to land on the login form at a HTTPS URL, or whether the form data can be posted to a HTTPS url from a HTTP url and still be encrypted? ...

Nusoap with https

Hi, I am unsure if there is any difference for PHP-Nusoap client in sending web services request to http and https. For the user testing, the client was using http://xxx.xxx.xxx.xxx:3833/ws/ws.svc?wsdl which was working fine. However when the client moved to the production server with https (replace the http in previous link with https)...

Problems with httpclient and selfsigned certificates

Hi, I am sure this has been discussed in this group, but I couldn't find that thread, so bear with it, or if possible merge it with the original. I am using httpclient for my android app and I have a local site which has a few https pages. Since default httpclient doesnot allow self-signed certificates I am using "EasySSLFactory" and ...

Convert HTTP Proxy to HTTPS Proxy in Twisted

Hey, Recently I have been playing around with the HTTP Proxy in twisted. After much trial and error I think I finally I have something working. What I want to know though, is how, if it is possible, do I expand this proxy to also be able to handle HTTPS pages? Here is what I've got so far: from twisted.internet import reactor from twist...

Tomcat FORM authentication - login form not coming up as https

This is driving me nuts. I'm using Tomcat 6, declaritive authentication, form based. No framework involved. Everything works ok - some pages authenticated, some not, some use https, some http. Everything as I want it. EXCEPT... I want the login page to always use https. The login page comes up nicely as https if: a) I go to it directl...

Perl - Getting an error with Net/SSLeay.pm - I am trying to POST XML via HTTPS web service

I am trying to use Net/SSLeay.pm in Perl, code says use Net::SSLeay Error message says the following - Can't locate Net/SSLeay.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at test.pl line 7. BEGIN failed--compilation aborted at test.pl line 7. I installed SSLeay.pm via Perl Package Manager and verified it - Crypt-SSLea...

git svn: password for svn is not stored

I'm using git against a central remote svn repository using 'git-svn'. The SVN repository uses https with a self-signed certificate. Everything works fine, with one nasty exception. As long as I use directly with svn, the password is remembered, so it has to by typed only on the first command. When using git-svn operations (e.g. dcommi...

502 Bad gateway WCF does not respond

Hi IIS6 -- I have a server on my network which have a network name called Test_Server. It is connected to ISA proxy. -- I have a server a domain name called Live_Server having the IP Live_IP. It is not connected to any proxy. or suppose to be. -- off course I open all firewall ports --I have a WCF REST service, I use HTTPS to conn...

Internet Explorere BHO and SSL

Hello. I've developed IE plugin which adds an icon after each link on pages. But, If I navigate on https sites then I get the message that IE has restricted..... If I try to allow the access IE shows that message again. How can I fix it or where am I wrong ? ...