[web2py] Re: iframes not working

2015-03-20 Thread Leonel Câmara
Probably what you're trying to put on the iframe doesn't have a valid 
certificate or it's redirecting you.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: iframes not working

2015-03-19 Thread horridohobbyist
I don't know what that means.


On Thursday, 19 March 2015 20:14:13 UTC-4, Leonel Câmara wrote:

 Do you have any errors in the console?


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: iframes not working

2015-03-19 Thread Leonel Câmara
If you open the page with the iframe in google chrome and you press F12 and 
then click on the console tab do you see errors?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: iframes not working

2015-03-19 Thread Leonel Câmara
Do you have any errors in the console?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: iframes not working

2015-03-19 Thread horridohobbyist
Yes...

Mixed Content: The page at 'https://67.213.70.251/welcome/default/index' 
was loaded over HTTPS, but requested an insecure resource 
'http://web2py.com/'. This request has been blocked; the content must be 
served over HTTPS.


On Thursday, 19 March 2015 20:57:34 UTC-4, Leonel Câmara wrote:

 If you open the page with the iframe in google chrome and you press F12 
 and then click on the console tab do you see errors?


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: iframes not working

2015-03-19 Thread horridohobbyist
Okay, so I changed the http: to https: in the iframe's src. That *should* 
solve the problem...

However, the console shows that the URL was changed back to http:. WTF. 
Who's doing this???

I brought up View Source just to make that the src was, in fact, https:. 
Yep, it is.

So for some reason, *something* is changing it back to http:...

Really, really weird.


On Thursday, 19 March 2015 21:35:11 UTC-4, Leonel Câmara wrote:

 Yep, the error is pretty explicit. If you use https all resources you load 
 in the page should be pulled using https too. Just change the src of the 
 iframe to use it.


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: iframes not working

2015-03-19 Thread Leonel Câmara
Yep, the error is pretty explicit. If you use https all resources you load 
in the page should be pulled using https too. Just change the src of the 
iframe to use it.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.