Vlad Fedosov
Vlad Fedosov
+1, same issue
Hi! Let me try to list some differences: - TailorX solves only server side of the micro-frontends assembling and does nothing with client side of the question. We use [ILC](https://github.com/namecheap/ilc)...
Hi! Almost the same issue here, DTrack 4.3.4. ``` 13:17:53.764 ERROR [NpmMetaAnalyzer] Request failure kong.unirest.UnirestException: javax.net.ssl.SSLException: Connection reset at kong.unirest.DefaultInterceptor.onFail(DefaultInterceptor.java:43) at kong.unirest.CompoundInterceptor.lambda$onFail$2(CompoundInterceptor.java:54) at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) at java.base/java.util.Collections$2.tryAdvance(Unknown Source) at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(Unknown...
Hi! Thanks to your feedback. Honestly speaking I'm not really sure that it's technically possible to show such a diff (which would clearly indicate removal of records) in Terraform. Talking...
Hi! Unfortunately this is a limitation of the Namecheap public API itself, rather than Terraform provider. Also there is no way to change whitelist via API as far as I...
Hi! Unfortunately this is a limitation of the Namecheap public API itself, rather than Terraform provider. Also there is no way to change whitelist via API as far as I...
Hi! I believe you can look at the https://github.com/namecheap/ilc It allows you to do this & it's based on Tailor.
`--secure` is a boolean property. So it's working "by design". Don't set it to use HTTP.
Hi! Current implementation should be working in case firewalls you have between localtunnel client & server allow outgoing TCP connections on custom ports. Also one of the reasons may be...
I suppose this is happening as CloudFlare doesn't allow connections to ports other than 80 & 443. And they are necessary for tunnelling in current implementation. If it's still relevant...