1900 results found
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.
from https://wyday.com/forum/t/3112/automatic-update-not-firing-on-form-load/#post-15186" added the Automatic Updater control to my C# Winform, set the properties I want (including guid.)
so what i want to do is have a app that will run in the background all the time looking for updates so when i pass a update to wybulid something like this happens https://winaero.com/blog/wp-content/uploads/2014/02/wupopup.png and once clicked it will start the update process ( or when you start up the app if you miss the pop up display it will start when you start the program ) is that possible at all been trying to find a way of doing this for while now but i have no idea how to get this to happen because it would be nice to be able to make a app and have a background process running looking for updates once they are found it shows that notification is that possible at all with wybulid ?
Use custom license fields: https://wyday.com/limelm/help/license-features/
Here is an interesting post that goes into what data stays the same and what changes with VMotion: https://communities.vmware.com/thread/181560.
And in the instructions we spell out exactly how to fix this type of error: https://wyday.com/limelm/help/faq/#fix-broken-wmi We wrote that FAQ before 4.1 is released because (a) we figured it would be helpful and (b) it should be something customers try.