mnai
Posts: 7
Joined: Sat Jun 04, 2016 9:08 pm

vpn problems certificate not found

Tue Jun 21, 2016 1:31 am

Anyone know why my public key isnt being found?
Attachments
vpn problem.png
vpn problem.png (13.37 KiB) Viewed 425 times

epoch1970
Posts: 5132
Joined: Thu May 05, 2016 9:33 am
Location: Paris, France

Re: vpn problems certificate not found

Tue Jun 21, 2016 7:19 am

Looking at a random page that displays some version of script you're using (https://gist.github.com/laurenorsini/10013430), and at your screen dump, I think the problem comes from the way you acquired the script.

I suspect you copy-pasted it to your computer and when doing that an application or your locale decided it would be adequate to turn double quotes (") into a left- or right- quotation mark (“ or ”). Wrong.
The first form is a universally accepted way of escaping strings and part of the ASCII character set, the second is not and is part of the extended Unicode character set.

In a text editor replace all “ and ” with " and execute the script again.
"S'il n'y a pas de solution, c'est qu'il n'y a pas de problème." Les Shadoks, J. Rouxel

Return to “Networking and servers”