swiperproxy icon indicating copy to clipboard operation
swiperproxy copied to clipboard

Dockerfile or docker container

Open mahmut-gundogdu opened this issue 8 years ago • 5 comments

hi. i need docker file or container is it possible? any one has it?

mahmut-gundogdu avatar Jun 13 '17 11:06 mahmut-gundogdu

We currrently don't have one but it should be really easy to make, do you have experience with creating containers? We accept pull requests

Techwolf12 avatar Jun 13 '17 11:06 Techwolf12

actually i tried. i took a error "Traceback (most recent call last): File "Proxy.py", line 927, in p = Proxy(c) File "Proxy.py", line 761, in init server_side=True) File "/usr/lib/python2.7/ssl.py", line 891, in wrap_socket ciphers=ciphers) File "/usr/lib/python2.7/ssl.py", line 509, in init self._context.load_cert_chain(certfile, keyfile) IOError: [Errno 2] No such file or directory"

mahmut-gundogdu avatar Jun 13 '17 11:06 mahmut-gundogdu

I can be wrong but is it missing it's SSL Certificate? https://swiperproxy.github.io/documentation/sys-genx509.html

Techwolf12 avatar Jun 13 '17 11:06 Techwolf12

i tried it. i tripped on this step "$ cat /etc/ssl/certs/ca.intermediate.cert.pem >> /opt/SwiperProxy/swiperproxy/certificate.pem" there is no ca.intermediate.cert.pem. i skipped but error still active.

edit. i solve problem. its work but i have a interesting problem. i changed [global] ;;;;;;;;;;;;;;;;;;;;; ;; Server settings ;; ;;;;;;;;;;;;;;;;;;;;;

;; The DNS-address your proxy resides on. hostname=px.mydomain.com but still post to "proxy.example.org/mytargetdomain.com"

mahmut-gundogdu avatar Jun 15 '17 13:06 mahmut-gundogdu

#33 PR for docker builds!

fopina avatar Oct 05 '17 17:10 fopina