Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable https for cuckoo_modified #3

Open
FafnerKeyZee opened this issue Mar 27, 2017 · 4 comments
Open

Enable https for cuckoo_modified #3

FafnerKeyZee opened this issue Mar 27, 2017 · 4 comments

Comments

@FafnerKeyZee
Copy link

Hey,

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

Best regards,

@gaelmuller
Copy link
Collaborator

This was never tested but should already be possible.

Could you provide details on how this is failing ?

@FafnerKeyZee
Copy link
Author

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
Copy link
Author

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

@gaelmuller
Copy link
Collaborator

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

We need to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants