Matas

Results 10 comments of Matas

Just a bump, how does this correlate with the recent [revoke of TLS-SNI validation](https://letsencrypt.status.io/pages/incident/55957a99e800baa4470002da/5a55777ed9a9c1024c00b241)? Will there be any problems with it? I have 60 days to go on my certificate...

@grantwinship You can find the solution [here](https://community.letsencrypt.org/t/help-test-certbot-apache-and-nginx-fixes-for-tls-sni-01-outage/50207)

You can use reverse proxy to do that apache 2.4 +mod_proxy+ mod_proxy_wstunnel gwsocket running on port 8080 add this to Apache virtual host configuration: ```apache servername ws.domain SSLProxyEngine on ProxyPass...

@allinurl in case i need access over both http and https, i have to run 2 instances of gwsocket. one with defined certificate and key, and one without. Of course,...

I have replicated this on Ubuntu 20, when not using the path, the configure returns: ``` Linker flags : -lssl TLS/SSL : yes ``` when not using the path (or...

would this be something that could be used with apache web server?

@allinurl Well, I am struggling to get the boilerplate configuration for apache to proxy the websocket properly. Sometimes I have to use both proxypass and rewrite directive, sometimes only proxypass...

Hello, any ideas regarding this?

Hello, Interfacing InDesign with cscript works ![image](https://user-images.githubusercontent.com/24358282/32733971-0029c00a-c891-11e7-9d57-097adb97d60b.png) Interfacing InDesign with node+winax does not work ![image](https://user-images.githubusercontent.com/24358282/32734363-1cca5156-c892-11e7-9678-6ec225c18aff.png)

@superdevofficial Thank you, I'll try this. Because cscript was blocking some of the things i needed to do in indesign, i ended up writing my own middleware. it would definitely...