[xwiki-users] HTTPS: No ciphers offerred?

2017-03-20 Thread Douglas Landau
Greets, I've enabled HTTPS on my XWiki. But when I surf there, I get a failure with no explanation from Chrome, and this from IE: -- Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings and try connecting to https://pwswiki10.westmarine.net again. If t

[xwiki-users] https and iframe

2017-02-21 Thread aleksey-s
Hi! We want to use xwiki (7.4.5) in iframe on external site (https), but if I open page with iframe then browser show next error: Mixed Content: The page at 'https://mysite/material/1' was loaded over HTTPS, but requested an insecure resource 'http://xwiki-test/xwiki/bin/login/XWiki/XWikiLogin?s

Re: [xwiki-users] https and iframe

2017-02-21 Thread Vincent Massol
> On 21 Feb 2017, at 16:30, aleksey-s wrote: > > Hi! > > We want to use xwiki (7.4.5) in iframe on external site (https), but if I > open page with iframe then browser show next error: > > Mixed Content: The page at 'https://mysite/material/1' was loaded over > HTTPS, but requested an insecur

Re: [xwiki-users] https issue with XWiki and installing extensions

2017-01-11 Thread Ludovic Dubost
Hi Craig, This looks like a possible bug, so reporting it on jira.xwiki.org might be a good idea You could try a workaround using xwiki.url.protocol=https in xwiki.cfg Ludovic Le 12 janv. 2017 08:46, "Craig Wright" a écrit : > Howdy, > > Whenever I try to install extensions I get the followi

Re: [xwiki-users] https

2010-03-31 Thread 2smart4u
Hi Stefan, IMHO that's nothing to be configured within XWiki but within the deployment-dscriptor ("web.xml") within your servlet-container. Example (snippet): Protected Context /* CONFIDENTIAL Cheers Gregor -- just because yo

Re: [xwiki-users] https

2010-03-31 Thread Caleb James DeLisle
I think you can check to see if the connection is https using the HttpServletRequest ($request) in velocity then send a redirect or simply refuse to display the page. Caleb stefan bachert wrote: > Hi, > > My wiki has public and protected pages. > The public page may be access with http > However

[xwiki-users] https

2010-03-31 Thread stefan bachert
Hi, My wiki has public and protected pages. The public page may be access with http However, logon and protected page should access with https only. Is there a way to config xwiki this way? Or do I have to run xwiki totally under https? Stefan Bachert __