I'm developing app with SmartGWT framework which gonna work through ssl-connection. SmartGwt libs are big enough, and using of https prevents caching.
Is there any way to use JSONP to access static content of SmartGwt app via http?
Or maybe you can suggest any other way of static content caching in this case?
Thanks
...
I'm trying to connect to Facebook's graph api using the PHP-SDK. The session is being created fine, however I'm getting the following error
Fatal error: Uncaught CurlException: 1: Protocol https not supported or disabled in libcurl thrown in .../app/vendors/facebook/graph/facebook.php on line 622
I have tried to correct this by addin...
I don't knwo much about server maintainance and configuration, but i just started using one form mediatemple VE-Server...everything is fine and easy btu i dont get how can i enable the https connections...
if now i type https://mysite.com/login.php it doesnt work (page not found)
...
Hi,
I have a parent window opening a child window through window.open. The parent window is on http www.abc.com and the child window is opened on http www.abc.com as well. I have a Javascript file on the parent window that the child window looks at to communicate. When the parent window is on http www.abc.com, both windows are communica...
We recently changed our login to use HTTPS, and we are experiencing issues with the login.
After the login, the user is redirected to an unencrypted (HTTP) page. When it reaches this page, the site checks if the user is logged in. It creates a new session and it appears that the user is not logged in, and thus our user is redirected to ...
I would like the login form of my .net web forms app to use HTTPS but want the rest of the site to use HTTP only. What is the preferred method of doing this? The is .net 4.0 on IIS 7 (Win2k08 R2)
I realize I can set up a new site listening on 443, but Session state would be lost between the sites. I don't want to track session using SQL...
Situation: Silverlight 4 app communicating with a server component through WCF, using basicHttpBinding and HTTPS.
Here is the binding used server side:
<basicHttpBinding>
<binding name="DefaultSecuredBinding" maxReceivedMessageSize="2147483647" maxBufferSize="2147483647">
<readerQuotas maxDepth="50" maxArrayLength="2147483647" ma...
Dear All,
I've changed the protocol for my flex app from https to http and flashplayer still wants to download the crossdomain.xml using https though with the port for http.
the app is accessed at http://domain01:8080/flex and it wants to get https:..samedomain..:8080/crossdomain.xml (at https:..samedomain..no_port/flex it works fine).
...
Hi,
Currently we read from HTTPS using cURL. Everything works fine.
We set up certficates in curl as follows:
curl_easy_setopt(curl,CURLOPT_SSLCERTTYPE,"PEM");
curl_easy_setopt(curl,CURLOPT_SSLCERT,"/etc/ssl/certs/abc.cert.pem");
curl_easy_setopt(curl,CURLOPT_SSLKEYTYPE,"PEM");
curl_easy_setopt(curl,CURLOPT_SSLKEY,"/etc/ssl/certs/ab...
I am running IIS 7 on my local windows 7 machine.
I have a website running off it and want to setup IIS to support https. How can I do this?
...
i have a HTTP page with a form, if a set the action to a HTTPS page, is this secure?, the browser process all tha data before send it to the net?? or should i use HTTPS for my entire site??
...
I'm using Charles Proxy's handy Map Local tool to develop CSS documents. This way I can immediately see my edits without having to redeploy the whole thing which in the wonderful world of enterprise-level webapps saves a considerable amount of time.
I just discovered that Map Local doesn't work with the https protocol. I have no problem...
I'm using SoapUI to generate my web service client classes (using wsimport/jax-ws ri if it makes a difference). I've had no problem with this for several services, however, the one im working on now has a wsdl file which is served via https and I get the following error when I try to generate my client classes.
[ERROR]
sun.securit...
Hi,
I am having an issue regarding the svn fetcher of openembedded/bitbake. When
I use sth. like svn://PATH/;proto=https;module=trunk
OR
svn://PATH/;proto=https;module=trunk;username=ABC;password=XYZ
bitbake won't do anything, it just waits after:
NOTE: Fetch
svn://DOMAIN/svn/src/www/home/trunk/resources/tree/src/metadata-input/trunk/;pr...
Is there a way to make https calls with the Network.Browser package.
I'm not seeing it in the documentation on Hackage.
If there isn't a way to do it with browse is there another way to fetch https pages?
My current test code is
import Network.HTTP
import Network.URI (parseURI)
import Network.HTTP.Proxy
import Data.Maybe (fromJust)
imp...
Need to send a POST request to a Service provider using HTTPS protocol, response from the service provider will be an xml file, need to read that also.
...
As part of a master page template, several sites include a login control. Since the site is served over HTTP, I want the login control, once a successful login has been achieved, to resolve to a portal served over HTTPS.
The closest I've seen to achieve this may be here, but I'm not entirely clear on its implementation.
Can I get some...
Hi,
I need to open a specific SSL secured site inside an iFrame of an Adobe-AIR application written in Javascript.
For that reason I've build a small test application which opens the site in a iFrame - this works well, but the server certificate is not accepted. A Popup shows up and prompts the user to accept the untrusted certificate....
I am using the IIS Search Engine Optimization Toolkit to scan over a site of mine. One of the compaints it has is that there are multiple canonical URLs for my static assets, e.g.
http://example.com links to http://example.com/styles.css
https://example.com links to https://example.com/styles.css
It is of course correct, the same fi...
We have a very dynamic site which uses session storage extensively to keep track of things. However, as we have switched from using just HTTP to HTTPS for sensitive forms we have discovered that the session storage is scoped to the scheme.
For example setting a key value on a HTTP page will not be accessible from a HTTPS page, and vice ...