1909 results found
If so, we have an example of that: https://wyday.com/wybuild/help/limit-updates.php
Is there some way I can check if the licensing server is reachable from customer's machine (both http and https) other than trying it from my app? (that would at least rule out some ISP level firewall) I am running out of ideas here, any help is appreciated!
I am not too knowledgeable on proxies, but I have read your article here: https://wyday.com/limelm/help/proxies-in-turboactivate/ Is it common, or ever the case, that the default proxies in TurboActivate are not correct and that they would have to be manually specified?
Everything looks good, but I do have an important question: I've looked through the following guide: https://wyday.com/limelm/help/switch-to-limelm-turboactivate/ The upgrade guide above explains how to seamlessly switch to LimeLM, but the last step is the one I am strongly hoping to avoid: I would like existing customers to be able to keep using their old license keys.
Also, make sure you understand verified trials: https://wyday.com/limelm/help/trials/#verified Namely, wiping a system, and thinking you can just start a new trial from scratch is incorrect.
I will ask the following: 1) "ls" each of the directories listed in https://wyday.com/limelm/help/faq/#internet-error-unix 2) For the first non-empty entry in the list run the command `openssl verify /etc/ssl/certs/ca-certificates.crt` it should return 'Ok' 3) If you think it would be helpful I could just get them to print all the infomration with `openssl x509 -in /etc/ssl/certs/ca-certificates.crt -text -noout` Please let me know if there are more informative commands, I am not familiar with the best way to test this.
Post by Andrew Vaziri on Oct 30, 2019However our customer's claim that the computer has no access to the internet does not seem to be true based on error 104 (source: https://serverfault.com/questions/807765/cannot-complete-ssl-handshake-with-one-server-from-gce-ubuntu-16-04-1-image-but).
More debugging information: https://wyday.com/limelm/help/faq/#internet-error Thanks!
paypal=1" rel="nofollow">https://yousite.com/paychecker.php?paypal=1 Of course, before you get too deep into making modifications you should work with our example first and get everything working.
You *can* install the TurboFloat Server on a VM, but we don't recommend it for the reasons listed in our article on virtual machines, and how to properly license your software in VMs: https://wyday.com/limelm/help/vm-hypervisor-licensing/ Recommended behavior on VMs: 1.
The only reference I can find to extending trials is the previously mentioned page: https://wyday.com/limelm/help/trials/ where the stale reference to online/offline exist?
I having issues similar to those described at https://wyday.com/forum/t/3724/trial-extensions-not-working/.
Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings and try connecting to https://wyday.com again. If this error persists, it is possible that this site uses an unsupported protocol or cypher suite such as RC4, which is not considered secure.
here's the error I gothttps://photos.app.goo.gl/dhNDQiKdvwL3h2RQ9 Seby
We support and will continue to support HTTP, HTTPS, and FTP for downloads from wyUpdate. We support and will continue to support FTP, SFTP (aka SSH FTP) and FILE for uploads in wyBuild.
Yes, 5.x is coming for all platforms: https://wyday.com/forum/t/31229/network-adapters-all-solutions-tried/#post-52447 It’ll be out when it’s out.
So, here is my code thus far for this particular route: var express = require('express');var router = express.Router();var limelm_key = '<my secret api key>';var limelm_format = 'json';var https = require('https');var qstring = require('querystring'); router.get('/:email', function(req, res, next) { console.log('Make a call to LimeLM endpoint with API Key: ' + limelm_key); console.log('Retrieving the keys associated with the email:' + req.params.email); var post_data = qstring.stringify({ api_key : limelm_key, method : "limelm.pkey.find", version_id : <my version int>, email : req.params.email, format : limelm_format }); var req_opt = { host: "wyday.com", method: "POST", path: "/limelm/api/rest/", headers : { 'Content-Type' : 'application/x-www-form-urlencoded', 'Content-Length': Buffer.byteLength(post_data.length) } } var success_callback = function(response) { console.log("Successfully called LimeLM servers!")
And if you do everything on HTTPS then the product key is encrypted on the way to the server and the update is encrypted on the way back to the client.
According to your own documentation, wyUpdate performs self-updates (https://wyday.com/wybuild/help/faq.php “You should not include wyUpdate.exe in your updates — wyUpdate self-updates.”), which it can't do if no further updates are forthcoming.
We are testing Licensing and online activation using your free online account but our app does not run after following your this tutorial (https://wyday.com/limelm/help/getting-started/) and then installing our app via ClickOnce Deployment.