Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Use secure connection for Ipe server #8

Closed
elisoncampos opened this issue Mar 2, 2016 · 2 comments · Fixed by #10
Closed

Use secure connection for Ipe server #8

elisoncampos opened this issue Mar 2, 2016 · 2 comments · Fixed by #10

Comments

@elisoncampos
Copy link

Hi, not sure if it's an issue but.. is it possible to use a secure connection for the Ipe server? If so, how can I configure it? I couldn't find it anywhere.

@dimiro1
Copy link
Owner

dimiro1 commented Mar 2, 2016

It is not implemented yet, but could be very easy to implement. Basically this could be implemented in https://github.com/dimiro1/ipe/blob/master/ipe/ipe.go#L34 changing the call for ListenAndServe to ListenAndServeTLS https://golang.org/pkg/net/http/#ListenAndServeTLS and adding the necessary configurations (It have to be implemented) in config file.

@dimiro1
Copy link
Owner

dimiro1 commented Mar 4, 2016

@headacheman It is now implemented on master branch, please take a look :)

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

Successfully merging a pull request may close this issue.

2 participants