0
votes
0answers
16 views

Unexpected Cache Request Header and 304 status

I have a WPF window with a WebBrowser control. I want to navigate to a page that requires Authentication, but I want to automatically login the user. byte[] authData = ...
0
votes
0answers
4 views

Portal reverse proxy change ports APACHE PROXY LINUX

We have a portal. the portal is used to reach some resources available internal, like http://www.resource.com/agent. Via the portal(on internet) www.portal.com, we can reach the internal resource ...
0
votes
1answer
8 views

How to convert protocol from http to https for web logic server

I am using weblogic server and deployed an application ear. My url is present http://sbchydc:7006/console, Is there any way to change it to https://sbchydc:7006/console or ...
-1
votes
0answers
22 views

HTTP and HTTPS on same page [duplicate]

we do provide embedding our content into third party sites. The problem here is though we don't require HTTPS for the embedding page (embed.aspx), we have made the entire website as HTTPS. So all the ...
1
vote
4answers
37 views

How do I specify the protocol in an anchor and still use relative path?

It is always preferred on a personal website to use relative paths in anchors so that you can easily move your directory structure to a new website, but I want to make part of my website password ...
0
votes
1answer
17 views

how to redirect https requests to http

I have a site on my machine (localy). Users used to access it using both HTTP and HTTPS. Now there is a problem with HTTPS configuration.[ It is not working] Is it possible to redirect HTTPS requests ...
-2
votes
0answers
18 views

Set up xampp to serve virtual hosts over http and https [closed]

I am trying to get virtual hosts set up in xampp on windows. I have the config working as I want for http, but I also want to access everything over https. I tried removing the explicit naming of ...
0
votes
4answers
46 views

Is it reasonable to assume that all HTTP headers (of a single HTTP message) arrive in the same SSL/TLS record?

The man page of openssl's SSL_read() call states: SSL_read() works based on the SSL/TLS records. The data are received in records (with a maximum record size of 16kB for SSLv3/TLSv1). Only when a ...
0
votes
0answers
17 views

change uri of external pages in a content with htaccess http to https

We recently implemented ssl in our web blog, but the content already has tags like img inside of it. The destination site doesn't have an ssl. Our page is a catalog like an unreliable site, and I ...
-2
votes
1answer
31 views

How do I disable Apache caching? [closed]

For some reason Apache (or Ubuntu, or SOMETHING) is caching my files, but I never enabled such a function. When I access the files through HTTPS I don't even have to clear my cache; I always get the ...
5
votes
2answers
42 views

How to get response SSL certificate from requests in python?

Trying to get the SSL certificate from a response in requests. What is a good way to do this? Thanks very much!
0
votes
0answers
33 views

Getting “Handshake failed…unexpected packet format” when using WebClient.UploadFile() with “https” when the server has a valid SSL certificate

I am trying to use WebClient.UploadFile with a HTTPS URL but I am ending up with "System.IO.IOException: The handshake failed due to an unexpected packet format" The same code works perfectly ...
-1
votes
0answers
20 views

Apache HTTPS redirect issue [closed]

I'm trying to configure my apache to redirect requests from HTTP to HTTPS. I'm not using standart ports and the issue is only for this case. For standart ports, no issue. Here is an extract of my ...
0
votes
0answers
9 views

How to redirected HTTPS WWW to HTTPS NON-WWW

I've actualy this for redirect to https <?php function check_ssl() { if($_SERVER['HTTPS'] != 'on') { $newurl = 'https://vamosmt2.org'; header("location: $newurl"); } } check_ssl(); ?> But ...
-1
votes
1answer
25 views

How to replace http links to https in whole page using Greasemonkey?

Is there anyway to replace any http link to https in whole page ? there are some scripts in userscripts.org but they only redirect the url and they don't change html content .. Thanks

1 2 3 4 5 51
15 30 50 per page