Secure Sockets Layer (SSL) is a cryptographic protocol that provides communications security over the Internet. The more modern version of this protocol is Transport Layer Security (TLS), specified by the IETF in RFC 2246.
0
votes
0answers
6 views
Desktop Python App with Online Storage
I am looking for a 'sanity check' before I start working on this, as I'm new to writing server-side code. I want to stick to Python if possible, since that's what I'm used to!
I have written a ...
0
votes
0answers
5 views
SSL on only one page of Wordpress site
I have setup SSL on a page of my wordpress site i.e. /checkout which works fine.
when you visit the home page or any other page for that matter the url in the browser reads as ...
0
votes
0answers
8 views
apache (SSL) proxy, (nonSSL) gunicorn, django-openid-auth - openid.return_to not honoring the SSL referer
Is anyone familiar with how to force the openid.return_to to match the openid_referer? At this time whenever I authenticate to an openid provider the return_to wants to redirect back to the referring ...
1
vote
0answers
16 views
I get the error “Not Implemented GET to /login.html not supported.” only when redirecting from another page
I've searched and I cannot find why this problem is happening. I'm fairly certain it has something to do with my recent addition of SSL to the site I'm making.
When I load the page directly (through ...
-2
votes
0answers
22 views
Why is the CSS broken on secure pages of WordPress site?
I updated the navigation styling on a client's WP site and though it functions
beautifully on all NON-SSL pages, as soon as I land on a secure page (e.g. the
checkout page), the CSS for the nav blows ...
0
votes
1answer
14 views
Magento SSL: browsers alert to insecure content
I install my ssl and work fine in my admin area (padlock green). But in my frontend, Chrome show an alert in padlock:
The site uses SSL, but Google Chrome has detected insecure content on the page
...
-2
votes
0answers
14 views
Establish SSL connection with curl
I have four certificate files:
1.crt,
1.csr,
1.key,
1.p12
How should I use them to establish a https connection?
1
vote
1answer
12 views
Checking if TLS 1.1 and 1.2 implementation in a webserver is upto standards [on hold]
I am testing a webserver[proprietary] which offers SSL support and they say it supports TLS 1.1 and 1.2 which i have verified by firing requests from IE with only the target protocol enabled .
...
2
votes
1answer
25 views
Naked Domain Redirect Failing when using HTTPS SSL on Google App Engine
We've got a website:
www.feeltracker.com
This is running on Google App Engine
On Google App Engine, we have Naked Domain forwarding setup, so that:
http://feeltracker.com
redirects to
...
0
votes
0answers
6 views
Developing FB App with or without SSL
Is it possible to develop Facebook app without SSL certificate?
I have SSL-123 certificate. Can that do the work?
0
votes
0answers
15 views
ssl SSLError outines:SSL_CTX_use_certificate_chain_file:PEM lib
While trying to make a push test to my app I'm getting the following error:
Traceback (most recent call last):
File "test.py", line 16, in <module>
wrapper.notify()
File ...
0
votes
1answer
14 views
How can I make Jetty 9 ignore keypass while accesing keystore?
How can I make Jetty 9 ignore keypass while accesing keystore?
Here is what I did:
I generated certificate for my domain at startssl.com
I generated chained certificate (mine + ...
0
votes
0answers
21 views
Firefox throws “This Connection is Untrusted” when using hostname, but not when using IP address
I am remotely accessing a website which has iFrame in it. The website uses https, but iFrame tag has "src" pointing to a site using http only. However, when I remotely go to the site, iFrame shows the ...
0
votes
1answer
19 views
remote css won't load when using SSL
I have an index html page, and inside this html page I have something like:
<link href="http://www.extenaldomain.com/style.css" rel="stylesheet" type="text/css"></link>
if I run my html ...
0
votes
1answer
15 views
There was no endpoint listening at https://
I'm developing a web application that must communicate with a third-party web service provided by an external company. The ws works with https on port 443 with SSL (VeriSign). I have user name and ...