On 3/02/2015 23:46, [email protected] wrote:
On Tue, Feb 03, 2015 at 04:18:48PM +1100, Ryan Kelly wrote:

Are you running under mod_wsgi?  I'm not very experienced with this
configuration, but it sounds more likely to be an issue with the apache
config then with ffsync itself.

For example, the config provided in the howto here:


https://docs.services.mozilla.com/howtos/run-sync-1.5.html#apache-mod-wsgi

Matches on virtualhost *:80 which might well probably clobber any other
virtualhost configs.


Yes. I used this config but changed it to 443 for SSL Support. But Now I get an
SSL Error: Error performing TLS handshake: An unexpected TLS packet was 
received.

I think this means that the browser is still trying to speak plain HTTP rather than TLS.

My config looks like this:

<IfModule mod_ssl.c>
<Directory /localhome/sysadm/syncserver>
   Require all granted
</Directory>

<VirtualHost _default_:433>

Typo "433" rather than "443"?

Also make sure you change your public_url to use https://.


Did you tweak the config file at all before running these tests.  If you
change e.g. the public_url setting then it could cause these tests to fail
since they assume the default value of locahost:5000.


   Cheers,

    Ryan


Nope, I didn't change the config file. I just cloned the repo installed all 
dependencies and run make build and make test..


OK. It may be failing due to some difference with the network on your local machine, e.g. binding to IPv6 localhost by default. I wouldn't worry too much about it at this stage.

   Ryan
_______________________________________________
Sync-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/sync-dev

Reply via email to