1896 results found
This method: https://wyday.com/forum/t/5064/cannot-activatedeactivate-ta_e_inet_tls-on-macos-10-14-and-older/#post-23305 cd ~ curl -kO https://letsencrypt.org/certs/isrgrootx1.pem curl -kO https://letsencrypt.org/certs/isrg-root-x2.pem sudo security add-trusted-cert -d -r trustRoot -k "/Library/Keychains/System.keychain" "isrgrootx1.pem" sudo security add-trusted-cert -d -r trustRoot -k "/Library/Keychains/System.keychain" "isrg-root-x2.pem" And also replace /etc/ssl/cert.pem with the version downloaded here: https://curl.se/docs/caextract.html cd ~ curl -kO https://curl.se/ca/cacert.pem sudo mv /etc/ssl/cert.pem /etc/ssl/cert-bak.pem sudo mv ~/cacert.pem /etc/ssl/cert.pem That will put fixed certs in both places they need to be for things to work on old versions.
>> "2- From https://wyday.com/limelm/api/#turboactivate-lin, I can see that its version (4.0.9.6), but can not find any reference to the version in the downloaded zip file (https://wyday.com/limelm/api/TurboActivate-Linux.zip).
It depends on the version of XCode you're using (it seems to be vastly different for every version) but this might help: https://developer.apple.com/library/mac/recipes/xcode_help-project_editor/Articles/AddingaLibrarytoaTarget.html
Thanks, I hadn't noticed https://wyday.com/limelm/help/api/limelm.pkey.getID/ which is what I needed.
Then they'll send you the deactivation request file and you'll use it in the same place you use offline activations: https://wyday.com/limelm/help/offline-activation/
https://wyday.com/limelm/features/why/#hardware-locked-descr
q=c%23+windows+service+stub&ie=utf-8&oe=utf-8" rel="nofollow">https://www.google.com/search?q=c%23+windows+service+stub&ie=utf-8&oe=utf-8
Post by Wyatt O'Day on Jun 26, 2018Less moving parts and easier to use (and same end-result): https://wyday.com/wybuild/help/silent-update-windows-service.php Don't bother with the AutomaticUpdater.
https://wyday.com/limelm/api/ta-changes/
If you're looking to protect updates, do it like so: https://wyday.com/wybuild/help/limit-updates.php Encrypted updates will likely be removed in the next version.
Here's the latest version of VS for free: https://visualstudio.microsoft.com/vs/
The web API is fairly simple (make an HTTP POST request to the API url with the function you want to use: https://wyday.com/limelm/help/api/ ). No complicated handshakes needed.
Hey Storey, https://wyday.com/forum/t/3882/error-downloading-could-not-create-ssltls-secure-channel/#post-22523Next version is a native updater an won’t rely on workarounds for .Net bugs.
More information here: https://wyday.com/limelm/help/turbofloat-server/#config-https #3 is the best option because it uses "well tread" path on most networks and switches (meaning it's harder for them to mess it up).
My issue is that we want to update from a HTTP URL to a HTTPS URL and we end up with the same issue as many people where WyUpdate can't create a SSL/TLS secure channel (see https://wyday.com/forum/t/3882/error-downloading-could-not-create-ssltls-secure-channel/#post-22523)Compiling and using the latest version of wyUpdate.NET4 from https://github.com/wyday/wyupdate seems to fix the issue but we loose all the branding and the custom properties which are defined in WyBuild.
Also, we typically recommend HTTP or HTTPS download sites because there are faster and there are better, stable, well-maintained HTTP / HTTPS servers.
Longer story, read here: https://wyday.com/forum/t/3906/able-to-extend-trial-days-by-changing-system-time/#post-18818
But we cover this in our documentation: https://wyday.com/limelm/help/vm-hypervisor-licensing/ https://wyday.com/limelm/help/licensing-types/#floating Your app, using the TurboFloat library, *can* be run on a VM (or container or hypervisor).
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://wyday.com/limelm/api/rest/ CURLE_PEER_FAILED_VERIFICATION (60) The remote server's SSL certificate or SSH fingerprint was deemed not OK.