Giter Club home page Giter Club logo

Comments (11)

GrahamDumpleton avatar GrahamDumpleton commented on July 4, 2024

Can you drop the link for the gist you are talking about here? I can't quickly find it right now.

from mod_wsgi-docker.

GrahamDumpleton avatar GrahamDumpleton commented on July 4, 2024

One issue may be that although mod_wsgi-express has a section for generating:

SSLOptions +StdEnvVars

I can't see how the generation gets enabled. It may be a bug or something I didn't complete.

You can try creating a file httpd-ssl.conf and in it add:

SSLOptions +StdEnvVars

and then use the:

--include-file httpd-ssl.conf

option.

Am not sure whether this will work though as will be outside of the VirtualHost and not in it where SSL is setup.

from mod_wsgi-docker.

eomeara avatar eomeara commented on July 4, 2024

The gist is https://gist.github.com/GrahamDumpleton/b79d336569054882679e

from mod_wsgi-docker.

GrahamDumpleton avatar GrahamDumpleton commented on July 4, 2024

Were you able to try the --include-file workaround?

from mod_wsgi-docker.

eomeara avatar eomeara commented on July 4, 2024

I gave it a quick try and it didn't work, but that may have been due to another problem. For the moment I'm going to use a client token instead of client certs. When I have everything else working I may retry client certs.

from mod_wsgi-docker.

GrahamDumpleton avatar GrahamDumpleton commented on July 4, 2024

Can you confirm my interpretation of the issue, that is that the SSL_CLIENT_CERT variable isn't being passed in the WSGI environ dictionary? Or is the issue something else?

I will try and fix the issue I did see this weekend. I have been travelling doing training during the week and doing the same next week, so a little busy.

from mod_wsgi-docker.

GrahamDumpleton avatar GrahamDumpleton commented on July 4, 2024

BTW, you could also add the option --setup-only when you run start-server. This will not actually start the server, but just generate the config.

Then go into the httpd.conf file that was generated and change:

<IfDefine MOD_WSGI_SSL_ENVIRONMENT>
SSLOptions +StdEnvVars
</IfDefine>

to:

#<IfDefine MOD_WSGI_SSL_ENVIRONMENT>
SSLOptions +StdEnvVars
#</IfDefine>

Then run:

./apachectl start

in the directory of generated files.

This will start it up in background.

Test it, then run:

./apachectl stop

As I said, wasn't sure whether what I gave you would work if outside of the VirtualHost.

from mod_wsgi-docker.

GrahamDumpleton avatar GrahamDumpleton commented on July 4, 2024

Actually, I am an idiot and can't read my own code properly.

Just add the option:

--ssl-environment

That will result in variables being passed through for SSL to WSGI environ.

from mod_wsgi-docker.

GrahamDumpleton avatar GrahamDumpleton commented on July 4, 2024

@eomeara Did you resolve your issue?

from mod_wsgi-docker.

eomeara avatar eomeara commented on July 4, 2024

from mod_wsgi-docker.

GrahamDumpleton avatar GrahamDumpleton commented on July 4, 2024

Okay. I will close this issue then.

from mod_wsgi-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.