I have scrapyd
installed in Ubuntu.
I also have a website with SSL enabled, I need to make request to links like https://IP_HERE:6800/listjobs.json?project=default
inside my website.
But it looks like Scrapyd
does not work with HTTPS.
Even if I open link in browser it just keeps loading and loading.
But if I make request using http://
instead of https://
it works. But I want it to work with HTTPS.
I thought I need to edit my SSL conf file to work with port 6800
. I did but still its not working.
Here is my SSL config file looks like.
<IfModule mod_ssl.c>
<VirtualHost *:443 *:6800>
.... and rest of confguration...