fame_modules
fame_modules copied to clipboard
Enable https for cuckoo_modified
Hey,
Can you add the possibility to contact cuckoo (API and Report) with https ?
Best regards,
This was never tested but should already be possible.
Could you provide details on how this is failing ?
Error there :
self.base_url = 'http://{0}:{1}'.format(self.host, self.api_port)
self.web_base_url = 'http://{0}:{1}'.format(self.host, self.web_port)
Server returns:
The plain HTTP request was sent to HTTPS port
But it is working in case of we did redirection from http to https with nginx (could be ok with apache too) but sometimes we only configure webserver with https withtout http redirection ./
I see, I should have checked before answering ... 😄
We need to fix this.