fame_modules icon indicating copy to clipboard operation
fame_modules copied to clipboard

Enable https for cuckoo_modified

Open FafnerKeyZee opened this issue 9 years ago • 4 comments

Hey,

Can you add the possibility to contact cuckoo (API and Report) with https ?

Best regards,

FafnerKeyZee avatar Mar 27 '17 14:03 FafnerKeyZee

This was never tested but should already be possible.

Could you provide details on how this is failing ?

gaelmuller avatar Mar 27 '17 15:03 gaelmuller

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

FafnerKeyZee avatar Mar 27 '17 15:03 FafnerKeyZee

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 ./

FafnerKeyZee avatar Mar 27 '17 15:03 FafnerKeyZee

I see, I should have checked before answering ... 😄

We need to fix this.

gaelmuller avatar Mar 27 '17 16:03 gaelmuller