GithubHelp home page GithubHelp logo

Strict-SSL about mochiweb HOT 5 CLOSED

alawatta avatar alawatta commented on August 25, 2024
Strict-SSL

from mochiweb.

Comments (5)

etrepum avatar etrepum commented on August 25, 2024

Could you be a little more clear about what you mean by "strict-ssl"?

from mochiweb.

alawatta avatar alawatta commented on August 25, 2024

Tx for quick response.
We establish web service, based on mochi-web. (SSL enable) when we check our site using below URL, it shows some errors.
https://www.sslshopper.com/ssl-checker.html
here attached screen shot of above validation output.

ssl_checker_output

Reference:
https://blog.cloudflare.com/introducing-strict-ssl-protecting-against-a-man-in-the-middle-attack-on-origin-traffic/

from mochiweb.

etrepum avatar etrepum commented on August 25, 2024

Looks like you need to follow the instructions and include the intermediate certificate, normally this is done by concatenating your public key and the intermediate certificate’s public key and configuring the application to use that file. I don’t recall which is supposed to go first (or if that matters) but I’m sure if you follow cloudflare’s links they’ll have more information.

from mochiweb.

alawatta avatar alawatta commented on August 25, 2024

Tx a lot for help & let you know the status ..

from mochiweb.

alawatta avatar alawatta commented on August 25, 2024

it is resolved after adding following option. Tx for help..
{cacertfile, PemFile} to Option List in mochiweb_http:start.

ex:
Options = [{ip, Ip},{port, Port},{ssl, true}, {ssl_opts, [{certfile, CertFile},{keyfile, KeyFile},{cacertfile, PemFile}]}]

from mochiweb.

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.