-
1. Re: openssl.exe is not recognized as an internal or external command
Glen Robinson Aug 8, 2016 10:36 PM (in response to gopinath.mukkapati)Hi Gopi
Just to confirm, when using CMD you have the path set to C:\program files\Tableau\Tableau Server\9.3\apache\bin or where-ever you have installed Tableau Server to?
This is where openssl.exe resides
Glen
-
2. Re: openssl.exe is not recognized as an internal or external command
gopinath.mukkapati Aug 9, 2016 9:06 AM (in response to Glen Robinson)Hi Glen,
Yes, the path was set to D:\Tableau\Tableau Server\9.3\apache\bin. I'm able to see the openssl.exe. But when I use this command openssl.exe genrsa -out <yourcertname>.key 4096 it throws an error.
Thanks,
-
3. Re: openssl.exe is not recognized as an internal or external command
Glen Robinson Aug 9, 2016 10:04 AM (in response to gopinath.mukkapati)Hi
Please can you confirm what the error message is (or are you saying that the message you are getting is 'openssl.exe is not recognised....., when you are in the folder holding the file?)
Thanks
Glen
-
4. Re: openssl.exe is not recognized as an internal or external command
gopinath.mukkapati Aug 9, 2016 10:13 AM (in response to Glen Robinson)Hi Glen,
Here is the error message that I'm getting when I try to execute openssl.exe genrsa -out mycertificate.key 4096
Error: 'openssl.exe is not recognized as an internal or external command, operable program or batch file.
Thanks,
-
7. Re: openssl.exe is not recognized as an internal or external command
Glen Robinson Aug 9, 2016 10:50 AM (in response to gopinath.mukkapati)OK, So thats a different matter...
Try the following to resolve this
At the CMD prompt type
set OPENSSL_CONF="D:\apps\Tableau Server\9.3\apache\conf\openssl.cnf"
See article
Obtaining an SSL Certificate for Tableau Server | Tableau Software
Hope this helps
Glen
-
8. Re: openssl.exe is not recognized as an internal or external command
gopinath.mukkapati Aug 9, 2016 11:03 AM (in response to Glen Robinson)I did follow the steps from the kb document. Unfortunately I'm unable to generate the .key file and getting the above error.
Thanks,
-
9. Re: openssl.exe is not recognized as an internal or external command
gopinath.mukkapati Aug 9, 2016 11:09 AM (in response to gopinath.mukkapati)Weird its working now. I have restarted the server
Thanks,
-
12. Re: openssl.exe is not recognized as an internal or external command
Glen Robinson Aug 9, 2016 11:26 AM (in response to gopinath.mukkapati)Glad that its working for you
All the best
Glen