Ben Iofel
Ben Iofel
SNI can be implemented in tls-stream.cpp in Photon using this function when setting up the TLS connection ``` SSL_set_tlsext_host_name(ssl, "registry.fly.io"); ```
It seems like registryFS v1 does support SNI correctly, thanks. I also [managed](https://github.com/alibaba/PhotonLibOS/pull/400) to get SNI working in v2. Why is v1 deprecated? Which one do you recommend I use?
Once you upgrade the Photon dependency to 0.6.16, we can close this
When I try to build gxml-0.10 doc, I get this error ``` gxml-0.10.vapi:17.76-17.129: error: too many type arguments ```
I'm getting build errors when i run `jhbuild build gxml`: http://pastebin.com/JJzyBUR1
I think you can do this in CSS with `` and `input:valid { ... }`
Would it be better if the urls were `http://localhost:7777/glib-2.0/GLib.FileUtils`, i.e. `/{pkg}/{class}`
You need to add fcgi too ``` error: Package `fcgi' not found in specified Vala API directories or GObject-Introspection GIR directories error: fcgi, dependency of vsgi-0.2, not found in specified...
it works with that PR 🎉
It's still relevant, but the maintainers would like it to be written using the REST API instead. Personally I've just been opening and merging all the PRs manually when green,...