Hypertext Transfer Protocol Secure (HTTPS) is a combination of the Hypertext Transfer Protocol with the SSL/TLS protocol to provide encrypted communication and secure identification of a network web server.
1
vote
0answers
19 views
Ignoring web browser security alerts in console application
I'm creating a console application that is able to remotely capture screenshots of websites. Everything is working except the fact that I can't avoid Certificate errors. Every time I get popup message ...
0
votes
0answers
13 views
Cannot access my web site
For the last 3 days I was trying to configure a Windows Server 2012 to host web sites. I believe, I have successfully managed to do so. Yet, I am not able to reach the web site from another computer.
...
0
votes
1answer
21 views
Convert existing ASP.NET web site from HTTP to HTTPS
I am developing a website and thinking about whether it will be published as HTTP or HTTPS. Is there any code difference between HTTP and HTTPS website?
0
votes
0answers
11 views
How to set CURLOPT_SSL_CIPHER_LIST (which ciphers to use in the connection) in Java
How can I achieve CURL's:
curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, "rsa_rc4_128_sha");
in Java? I use URLConnection class, Tomcat 6, and Apache httpd.
0
votes
0answers
8 views
unable to configure SSL certificates
I am having a doubt. I am working on ssl certifcate. I have purchased one of them. and trying to install on amazon server. I have an ec2-instance say ec2-111-12-23-11.compute.awsamazon.com and I have ...
2
votes
0answers
23 views
Lua for windows https
I've got a question about Lua and https. I'm developing some software for a router which supports Lua. The bad thing is that this router doesn't support debugging. So I was looking for an IDE for Lua.
...
0
votes
1answer
14 views
Which SSL certificates can I use on IIS7?
I need to upload SSL certificates to server from .NET code.
I want to create validation on server side to check if certificate has valid format.
Does anybody know which formats are supported by ...
0
votes
0answers
21 views
Unable to login when redirected from https to http
I have a portal which runs on https. I created a link to a http portal from there. Now the problem is when I redirect from https portal to http portal using hyperlink, I am unable to login.
When I ...
-3
votes
2answers
51 views
What ports HTTPS using?
I wonder what ports are used to establish HTTPS session ,
according to Wikipedia http://en.wikipedia.org/wiki/HTTP_Secure
it says the default port is 443.
I using home made sniffer (based on ...
0
votes
1answer
11 views
Can't call web service with Mule
I'm totally overloaded with new information and could use a simple explanation of what I'm missing.
I want Mule to call a web service that is running on my server. I can successfully call the web ...
0
votes
1answer
26 views
CSS doesn't work on HTTPS pages in Chrome and IE
On my site, Chrome can't load a stylesheet if the page is opened with https.
For instance, on the page test.php I have the following CSS include:
<link ...
0
votes
1answer
13 views
WCF client self-signed certificate
I want to enable https for my WCF service and limit usage to only 1 client using client certificate.
Can I generate self-signed client certificate and give it to the only client protected with ...
0
votes
1answer
36 views
Json web service https
Could you help me, with a example, where i consume a json webservice in a https url.
i have tried:
where urlConParametros is a https url.
NSString* encriptado = nil;
NSString* urlConParametros = ...
0
votes
1answer
44 views
TIdHTTPProxyServer SSL Support
i'm developing proxy server using indy 10.5.8 on delphi xe2
as you know TIdHTTPProxyServer does not support ssl navtively
so i add a ssl io handler to it and ssl handshake is ok but after that server ...
0
votes
1answer
25 views
How can i convert links to https when server providing https?
I have got wild card SSL installed. I want to serve links as https when https version of the site is fetched
Is this possible somehow ?
All links currently embedded as
<script ...